自然语言处理的最大熵
Closed. This question is off-topic. It is not currently accepting answers. 想要改进此问题吗?更新问题,使其关于- Stack Overflow 的主题。 13…
构建斯坦福 CoreNLP 时出错
当我自己构建 Core-NLP 时,我收到以下消息: incompatible types; no instance(s) of type variable(s) VALUE exist so that VALUE conforms to Map …
从 Penn Treebank 格式的文本中提取子句
假设我有一句话: After he had eaten the cheese, Bill went to the grocery. 在我的程序中,我得到以下输出: ---PARSE TREE--- (ROOT (S (SBAR (IN…
从括号内的树中为 tgrep2 创建语料库
如何从文本文件中的括号(或圆括号)描绘的树创建支持 tgrep2 的语料库文件?我现在已经做了一些查看,只看到如何从 tgrep 转换为 tgrep2 文件类型。 …
weka - 如何打印错误分类的实例
我的 weka 输出显示: Correctly Classified Instances 32083 94.0244 % Incorrectly Classified Instances 2039 5.9756 % 我希望能够打印出不正确的…
LookAhead 在 JFlex 中不起作用
我正在尝试使用 JFlex 构建解析器,但遇到一个非常基本的问题。 我想要拥有这个令牌 [A-Za-z]+_N$ { System.out.println("Noun"); } 并让它将“car_N…
无法解决加载斯坦福 NLP 解析器时的错误
使用斯坦福 NLP 解析器 JAR 文件时,我不断收到相同的错误。 代码: import java.io.Reader; import edu.stanford.nlp.ling.*; import edu.stanford.n…