How to apply bm25s to languages such as Chinese? #36
Answered
by
bm777
AlanLu0808
asked this question in
Q&A
-
I think the bm25s library is great and very efficient. I would like to use it in my project. But how to apply bm25s to languages such as Chinese? Can you provide some examples? |
Beta Was this translation helpful? Give feedback.
Answered by
bm777
Jul 26, 2024
Replies: 2 comments 8 replies
-
It works for Chinese language too. just use a Chinese tokenizer and stemmer. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
xhluca
-
@AlanLu0808 have a look here: #33 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works for Chinese language too. just use a Chinese tokenizer and stemmer.