update stop words
This commit is contained in:
parent
1e77e296a1
commit
c51e6ad3ae
1 changed files with 8 additions and 13 deletions
|
@ -70,6 +70,8 @@ if (hasConfig) {
|
||||||
"of",
|
"of",
|
||||||
"they",
|
"they",
|
||||||
"these",
|
"these",
|
||||||
|
"is",
|
||||||
|
"are",
|
||||||
"これ",
|
"これ",
|
||||||
"それ",
|
"それ",
|
||||||
"あれ",
|
"あれ",
|
||||||
|
@ -81,37 +83,30 @@ if (hasConfig) {
|
||||||
"あそこ",
|
"あそこ",
|
||||||
"こちら",
|
"こちら",
|
||||||
"どこ",
|
"どこ",
|
||||||
"だれ",
|
|
||||||
"なに",
|
|
||||||
"なん",
|
|
||||||
"何",
|
|
||||||
"私",
|
"私",
|
||||||
"貴方",
|
"僕",
|
||||||
"貴方方",
|
"俺",
|
||||||
|
"君",
|
||||||
|
"あなた",
|
||||||
"我々",
|
"我々",
|
||||||
"私達",
|
"私達",
|
||||||
"あの人",
|
|
||||||
"あのか",
|
|
||||||
"彼女",
|
"彼女",
|
||||||
"彼",
|
"彼",
|
||||||
"です",
|
"です",
|
||||||
"ありま",
|
"ます",
|
||||||
"おりま",
|
|
||||||
"います",
|
|
||||||
"は",
|
"は",
|
||||||
"が",
|
"が",
|
||||||
"の",
|
"の",
|
||||||
"に",
|
"に",
|
||||||
"を",
|
"を",
|
||||||
"で",
|
"で",
|
||||||
"え",
|
"へ",
|
||||||
"から",
|
"から",
|
||||||
"まで",
|
"まで",
|
||||||
"より",
|
"より",
|
||||||
"も",
|
"も",
|
||||||
"どの",
|
"どの",
|
||||||
"と",
|
"と",
|
||||||
"し",
|
|
||||||
"それで",
|
"それで",
|
||||||
"しかし",
|
"しかし",
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue