fix #2125 replace with nori

This commit is contained in:
Shinsuke Sugaya 2019-05-23 14:09:51 +09:00
parent 08d01a493c
commit 191c416f6f
5 changed files with 8 additions and 11 deletions

View file

@ -114,7 +114,7 @@
</postConstruct>
<postConstruct name="addConfigFile">
<arg>"fess"</arg>
<arg>"ko/seunjeon.txt"</arg>
<arg>"ko/nori.txt"</arg>
</postConstruct>
<postConstruct name="addConfigFile">
<arg>"fess"</arg>

View file

@ -665,9 +665,8 @@
},
"korean_tokenizer": {
"type": "fess_korean_tokenizer",
"index_eojeol": false,
"pos_tagging": false,
"user_dict_path": "${fess.dictionary.path}ko/seunjeon.txt"
"decompound_mode": "mixed",
"user_dict_path": "${fess.dictionary.path}ko/nori.txt"
},
"simplified_chinese_tokenizer": {
"type": "fess_simplified_chinese_tokenizer"

View file

@ -0,0 +1,3 @@
덕후
버카충
낄끼빠빠

View file

@ -1,4 +0,0 @@
덕후
버카충
낄끼+빠빠
C\+\+

View file

@ -14,9 +14,8 @@
},
"fess_korean_normal": {
"type": "fess_korean_tokenizer",
"index_eojeol": false,
"pos_tagging": false,
"user_dict_path": "${fess.dictionary.path}ko/seunjeon.txt"
"decompound_mode": "mixed",
"user_dict_path": "${fess.dictionary.path}ko/nori.txt"
}
},
"analyzer" : {