作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 javaRAP,但我无法进行 parseIt。我有这个错误:
C:\Users\zahra\Documents\bllipparser-2015.08.18\first-stage\PARSE>make parseIt
g++ parseIt.C -o parseIt
In file included from InputTree.h:24,
from parseIt.C:31:
SentRep.h:22: istream: No such file or directory
SentRep.h:24: ostream: No such file or directory
make: *** [parseIt] Error 1
最佳答案
安装 Charniak 的解析器(版本 parser05Aug16)。
$ make parseIt
如果您遇到以下错误消息,您可能需要尝试覆盖解析器的 PARSE/子目录中的文件这些在 parser05Aug16.patch.zip zip 文件中提供。
[wing.nus@cte PARSE]$ make
/usr/bin/g++ -c -O BchartSm.C
BchartSm.C:30:错误:“*”标记之前预期的初始化程序
BchartSm.C:在成员函数‘float Bchart::computepTgT(int, int)’中:
BchartSm.C:612:错误:“globalGi”未在此范围内声明
make: *** [BchartSm.o] 错误 1
获取最新的JavaRAP
( http://aye.comp.nus.edu.sg/~qiu/NLPTools/JavaRAP.html ), 解压并仔细修改 env.jrap。添加“./”很重要作为目录前缀,即使它看起来没有必要。
尝试:
$ java -jar AnaphoraResolution.jar testdata/SimpleTest.txt
关于java - 如何在javaRAP中进行parseIt?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46583319/
我是一名优秀的程序员,十分优秀!