Can this framework be used to Chinese full-text searches? #5471
Replies: 4 comments 2 replies
-
I'm not 100% sure @Lucency0331 but my guess is, if you are using Chinese models, why not? I'll ask a colleague and come back to you. |
Beta Was this translation helpful? Give feedback.
-
官方源码不支持。 可以通过改源码实现。 具体在分词分句部分, 其源码使用的nltk库,没有中文。 但是可以自己修改这部分的函数。使其支持中文的分词分句规则 |
Beta Was this translation helpful? Give feedback.
-
The support for Chinese is very poor. I hope v2 supports Chinese. |
Beta Was this translation helpful? Give feedback.
-
We have a new integration for processing Chinese Text with Haystack: https://haystack.deepset.ai/integrations/hanlp |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
At present, our school has the need to use this framework to implement a project, and needs to conduct full-text search on Chinese articles, can this framework be used for full-text search of Chinese
Beta Was this translation helpful? Give feedback.
All reactions