UNPKG

closewords

Version:

A library for finding the most similar word from a list of words, supporting Japanese (including kanji). / 最も似た単語を単語群から検索する日本語(漢字含む)対応のライブラリ

54 lines (53 loc) 1.31 kB
{ "name": "closewords", "version": "2.3.1", "description": "A library for finding the most similar word from a list of words, supporting Japanese (including kanji). / 最も似た単語を単語群から検索する日本語(漢字含む)対応のライブラリ", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/otoneko1102/closewords.git" }, "keywords": [ "closeword", "close", "類似", "word", "語", "単語", "near", "search", "検索", "string", "文字列", "jp", "japan", "japanese", "日本語", "morphological analysis", "形態素解析", "levenshtein", "eval", "evaluate", "評価" ], "author": "otoneko.", "license": "ISC", "bugs": { "url": "https://github.com/otoneko1102/closewords/issues" }, "homepage": "https://github.com/otoneko1102/closewords#readme", "dependencies": { "fast-levenshtein": "^3.0.0", "jaro-winkler": "^0.2.8", "kuromoji": "^0.1.2", "wanakana": "^5.3.1" }, "devDependencies": { "@types/node": "^22.13.1", "fs-extra": "^11.3.0" } }