You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is there any plan to support Chinese for this code in the future? If I want to make this code usable in Chinese, how should I change it? Thank you for your answer
The text was updated successfully, but these errors were encountered:
LMRank relies on a technique called syntax dependency parsing to extract better candidate keyphrases. This technique utilizes the noun_chunks syntax iterator component of the spaCy small model for each supported language. As of spaCy version 3.6, when I tried to integrate the small Chinese spaCy model in LMRank, the following exception is raised:
[E894] The 'noun_chunks' syntax iterator is not implemented for language 'zh'.
The best way of adding support for the Chinese Language in LMRank, would be to raise an issue in the official repository of spaCy. This issue would state that you request the implementation of this feature. When it is added in a future version you could message me here, so I can test this and add support for the Chinese Language.
The minimum reproducible code example that raises the exception is:
Hello, is there any plan to support Chinese for this code in the future? If I want to make this code usable in Chinese, how should I change it? Thank you for your answer
The text was updated successfully, but these errors were encountered: