cmpstr
Version:
lightweight npm package to calculate string similarity
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "cmpstr",
"description": "lightweight npm package to calculate string similarity",
"author": {
"name" : "komed3 (Paul Köhler)",
"email" : "webmaster@komed3.de",
"url" : "https://komed3.de"
},
"homepage": "https://github.com/komed3/cmpstr#readme",
"version": "2.0.3",
"main": "src/index.js",
"types": "src/index.d.ts",
"license": "MIT",
"keywords": [
"string-similarity",
"string-comparison",
"similarity-algorithms",
"phonetic-search",
"soundex",
"levenshtein-distance",
"damerau-levenshtein",
"jaro-winkler",
"cosine-similarity",
"dice-coefficient",
"jaccard-index",
"hamming-distance",
"longest-common-subsequence",
"needleman-wunsch",
"smith-waterman",
"q-gram",
"similarity-matrix",
"batch-operations",
"normalization",
"asynchronous",
"custom-algorithms",
"text-processing",
"fuzzy-matching",
"string-matching",
"text-similarity",
"typescript-definitions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/komed3/cmpstr.git"
},
"bugs": {
"url": "https://github.com/komed3/cmpstr/issues"
}
}