fix #2125 replace with nori
This commit is contained in:
parent
08d01a493c
commit
191c416f6f
5 changed files with 8 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
3
src/main/resources/fess_indices/fess/ko/nori.txt
Normal file
3
src/main/resources/fess_indices/fess/ko/nori.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
덕후
|
||||
버카충
|
||||
낄끼빠빠
|
|
@ -1,4 +0,0 @@
|
|||
덕후
|
||||
버카충
|
||||
낄끼+빠빠
|
||||
C\+\+
|
|
@ -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" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue