graphaware / neo4j-nlp

NLP Capabilities in Neo4j
https://hume.graphaware.com/
335 stars 82 forks source link

Compatibility with Chinese Text Data #160

Closed shm007g closed 3 years ago

shm007g commented 4 years ago

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?

shm007g commented 4 years ago

Failed to invoke procedurega.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?