Closed AlanLu0808 closed 3 months ago
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?
It works for Chinese language too. just use a Chinese tokenizer and stemmer.
@AlanLu0808 have a look here: #33
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?