simtext
Version:
A lightweight, rule-based text similarity calculator that selects the most appropriate comparison algorithm based on input string lengths.
25 lines (24 loc) • 628 B
JSON
{
"name": "simtext",
"version": "0.1.7",
"description": "A lightweight, rule-based text similarity calculator that selects the most appropriate comparison algorithm based on input string lengths.",
"main": "dist/index.js",
"scripts": {
"test": "node test.js",
"build": "tsc -p ."
},
"keywords": [
"text similarity",
"text comparison",
"levenshtein",
"jaccard",
"n-gram",
"nlp"
],
"homepage": "https://github.com/anandarizki/simtext-text-similarity",
"author": "Ananda Rizki",
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2"
}
}