2017-08-25 37 views

回答

0

如果您運行此命令:

java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-chinese.properties -file example.txt -outputFormat text 

它將運行在中國文字7級NER標記。

+0

但它不能在自定義細分區域上執行NER,對吧? –

+0

我真正想要的是在定製的中文細分上做7類NER –