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
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
I know stanford corenlp support chinese.
And I use CALL ga.nlp.config.setDefaultLanguage('zh') and CALL ga.nlp.processor.addPipeline({ language: 'cn', etc...)), it turns out wrong!
Then How do I get it support for Chinese text data? Do you have some Doc for this?
The text was updated successfully, but these errors were encountered:
Failed to invoke procedure ga.nlp.ml.textRank: Caused by: java.lang.RuntimeException: Multiple languages not supported in this version
I just build a pipeline of zh version of Stanford CoreNLP text processor.
I want a kextrank from it. But the processor tell me wrong above. What should I do?
I know stanford corenlp support chinese.
And I use
CALL ga.nlp.config.setDefaultLanguage('zh')
andCALL ga.nlp.processor.addPipeline({ language: 'cn', etc...))
, it turns out wrong!Then How do I get it support for Chinese text data? Do you have some Doc for this?
The text was updated successfully, but these errors were encountered: