Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
coreNLP r包中的initCoreNLP()存在问题-该过程永远不会结束_R_Stanford Nlp - Fatal编程技术网

coreNLP r包中的initCoreNLP()存在问题-该过程永远不会结束

coreNLP r包中的initCoreNLP()存在问题-该过程永远不会结束,r,stanford-nlp,R,Stanford Nlp,我已经下载并安装了coreNLP包 在此之前,我已经分别下载了CoreNLP工具套件 我想通过R运行这些工具,我做了如下操作 library(coreNLP) annotators<-c("tokenize","ssplit","pos","lemma","ner","parse","dcoref") setwd("C://Nikhil//stanford-corenlp") initCoreNLP(getwd(), mem = "2g", annotators) 库(coreNL

我已经下载并安装了coreNLP包

在此之前,我已经分别下载了CoreNLP工具套件

我想通过R运行这些工具,我做了如下操作

library(coreNLP)

annotators<-c("tokenize","ssplit","pos","lemma","ner","parse","dcoref")

setwd("C://Nikhil//stanford-corenlp")

initCoreNLP(getwd(), mem = "2g", annotators)
库(coreNLP)
注解者