【问题标题】:stanfordNPL Chinese relationship extracorstanford NLP中文关系提取器
【发布时间】:2017-05-09 05:11:56
【问题描述】:

我想通过stanfordNLP提取中文关系,有没有训练过的例子或者已经训练过中文关系模型?非常感谢!

【问题讨论】:

    标签: stanford-nlp relationship-extraction


    【解决方案1】:

    这是一个从斯坦福 CoreNLP 获取 TAC-KBP 关系的示例命令:

    java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-chinese.properties -annotators tokenize,ssplit,pos,lemma,ner,parse,mention,coref,entitymentions,kbp -file example.txt -outputFormat text
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-12
      • 2022-10-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多