【发布时间】:2017-02-18 06:03:10
【问题描述】:
我正在尝试在我的项目中使用斯坦福 NLP 的 Dependency Parser。
我正在寻找edu.stanford.nlp.parser.nndep.DependencyParser.class,但找不到任何罐子。
在哪里可以找到。我是否必须运行所有 CoreNLP 来构建 jar?
【问题讨论】:
我正在尝试在我的项目中使用斯坦福 NLP 的 Dependency Parser。
我正在寻找edu.stanford.nlp.parser.nndep.DependencyParser.class,但找不到任何罐子。
在哪里可以找到。我是否必须运行所有 CoreNLP 来构建 jar?
【问题讨论】:
这里是 CoreNLP 的 GitHub URL https://github.com/stanfordnlp/CoreNLP,文档可在 http://stanfordnlp.github.io/CoreNLP/ 获得
【讨论】: