-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
121 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
target | ||
|
||
Cargo.lock | ||
|
||
*.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
segmenter: | ||
mode: "normal" | ||
dictionary: | ||
kind: "ipadic" | ||
# user_dictionary: | ||
# path: "./resources/ipadic_simple.csv" | ||
# kind: "ipadic" | ||
|
||
character_filters: | ||
- kind: "unicode_normalize" | ||
args: | ||
kind: "nfkc" | ||
- kind: "japanese_iteration_mark" | ||
args: | ||
normalize_kanji: true | ||
normalize_kana: true | ||
- kind: mapping | ||
args: | ||
mapping: | ||
リンデラ: Lindera | ||
|
||
token_filters: | ||
- kind: "japanese_compound_word" | ||
args: | ||
kind: "ipadic" | ||
tags: | ||
- "名詞,数" | ||
- "名詞,接尾,助数詞" | ||
new_tag: "名詞,数" | ||
- kind: "japanese_number" | ||
args: | ||
tags: | ||
- "名詞,数" | ||
- kind: "japanese_stop_tags" | ||
args: | ||
tags: | ||
- "接続詞" | ||
- "助詞" | ||
- "助詞,格助詞" | ||
- "助詞,格助詞,一般" | ||
- "助詞,格助詞,引用" | ||
- "助詞,格助詞,連語" | ||
- "助詞,係助詞" | ||
- "助詞,副助詞" | ||
- "助詞,間投助詞" | ||
- "助詞,並立助詞" | ||
- "助詞,終助詞" | ||
- "助詞,副助詞/並立助詞/終助詞" | ||
- "助詞,連体化" | ||
- "助詞,副詞化" | ||
- "助詞,特殊" | ||
- "助動詞" | ||
- "記号" | ||
- "記号,一般" | ||
- "記号,読点" | ||
- "記号,句点" | ||
- "記号,空白" | ||
- "記号,括弧閉" | ||
- "その他,間投" | ||
- "フィラー" | ||
- "非言語音" | ||
- kind: "japanese_katakana_stem" | ||
args: | ||
min: 3 | ||
- kind: "remove_diacritical_mark" | ||
args: | ||
japanese: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters