stanfordnlp / CoreNLP

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
http://stanfordnlp.github.io/CoreNLP/
GNU General Public License v3.0
9.64k stars 2.7k forks source link

how to use Stanford OpenIE train chinese model #370

Open XiaohuanIT opened 7 years ago

XiaohuanIT commented 7 years ago

I have studied Stanford OpenIE for whole 3 days, and I can use it to get some relation for English. Now, I want to use it for Chinese. As for Chinese sentence, the Stanford segmenter, NER, tagger, and parser are all available for Chinese, but the openie does not support Chinese. I know the file named "clauseSearcherModel.ser.gz", which is most important for the openie. But how to train the model for clauseSearcherModel.ser.gz with Chinese?

pulipoornashekarreddy commented 6 years ago

@XiaohuanIT I am a beginner to openie. I would like to know, whether we can train the openie in english.

XiaohuanIT commented 6 years ago

@PSR657 I see the web site just now. I don't find that the FAQ about training the model. You can try it. Or ask the developer through the stackoverflow. It was a long time ago. I've forgotten it. I found Chinese was not supported by openIE at last year. https://stanfordnlp.github.io/CoreNLP/openie.html#more-information https://nlp.stanford.edu/software/openie.html#Mail

SilenceWinter commented 5 years ago

@XiaohuanIT Does openIE support Chinese in version coreNLp 3.9.2 ?