mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
change lemmatize dictionaries to pre-installed stem (by default)
This commit is contained in:
parent
073619b461
commit
ef7245ffa6
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ index magnet
|
|||
source = magnet
|
||||
path = /var/lib/sphinxsearch/data/magnet
|
||||
|
||||
morphology = stem_cz, stem_ar, lemmatize_de_all, lemmatize_ru_all, lemmatize_en_all # stem_enru
|
||||
morphology = stem_cz, stem_ar, stem_enru
|
||||
|
||||
min_word_len = 2
|
||||
min_prefix_len = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue