File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33形態素解析結果のTokenベースの辞書でマッチするtextlintルール。
44
5- [ kuromoji.js] ( https://github.com/takuyaa/kuromoji.js ) 形態素解析のTokenを取得し、[ morpheme-match-all] ( https://github.com/azu/morpheme-match-all ) を使い辞書とTokenが一致しているかを判定しています。
5+ [ kuromoji.js] ( https://github.com/takuyaa/kuromoji.js ) 形態素解析のTokenを取得し、[ morpheme-match-textlint] ( https://github.com/azu/morpheme-match/tree/master/packages/morpheme-match-textlint ) を使い辞書とTokenが一致しているかを判定しています。
6+
7+ [ textlint-rule-prh] ( https://github.com/textlint-rule/textlint-rule-prh ) では正規表現のマッチができますが、品詞の一致などは見れません。
8+ ` textlint-rule-morpheme-match ` は日本語を単語レベルでの一致でチェックするルールです。
69
710- Tokenビューア: [ morpheme-match] ( https://azu.github.io/morpheme-match/ )
811- 利用しているライブラリ
912 - [ azu/morpheme-match: match function that match token(形態素解析) with sentence.] ( https://github.com/azu/morpheme-match )
10- - [ azu/ morpheme-match-all: A wrapper of morpheme-match API. Match all kuromoji's tokens. ] ( https://github.com/azu/morpheme-match-all )
13+ - [ morpheme-match-textlint ] ( https://github.com/azu/morpheme-match/tree/master/packages/morpheme-match-textlint )
1114
1215## Install
1316
You can’t perform that action at this time.
0 commit comments