A monorepo for morpheme-match.
morpheme-match
は日本語を形態素解析したトークンを元に、文章にマッチするかを判定するライブラリです。
文字列比較ベースでは誤検知しやすい辞書ベースのチェックを、形態素解析を使うことでより厳密に行うことが目的です。
- morpheme-match
- Core library
- morpheme-match-all
- A wrapper library of morpheme-match
- Easy to use as library
- morpheme-match-textlint
- A wrapper for textlint
- Use it in textlint rule
- @textlint-ja/textlint-rule-morpheme-match
- A textlint rule using morpheme-match-textlint
- website
- Demo site
- https://azu.github.io/morpheme-match/