【发布时间】:2018-08-09 21:33:23
【问题描述】:
我是使用 R coreNLP 包的新手。我刚刚安装了这个包,目的是使用函数 getOpenIE。但是,即使我在一个非常简单的句子上运行代码。annotateString 函数也不适用于注释 openie。见以下代码:
library(coreNLP)
downloadCoreNLP()
initCoreNLP()
text <- "food is good and staff is friendly"
t <- annotateString(text)
> t$openie
NULL
> getOpenIE(t)
NULL
这是一个常见问题吗?有人找到解决方案了吗?谢谢
【问题讨论】:
标签: r stanford-nlp