Answer the question
In order to leave comments, you need to log in
How to properly support Arabic in manticore?
I'm trying to transfer the sphinx config to manticore.
The lines are in different languages, I want the most universal config.
What was in the Sphinx:
# chinese lang setting
ngram_len = 1
ngram_chars = U+3000..U+2FA1F
# ignore arabic chars
ignore_chars = U+0640, U+064B..U+065F,U+06D6..U+06DC,U+06DF..U+06E8,U+06EA..U+06ED
charset_table = /много-много кодов из разных языков/
Its necessary to add ignore_chars to ignore vowels, black space and other Arabic signs
ngram_len = 1
ngram_chars = cjk
charset_table = non_cjk
Answer the question
In order to leave comments, you need to log in
May break. If the quality of the search in Arabic texts is extremely important, then it is better to leave it as in the sphinx.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question