【发布时间】:2016-07-15 01:59:16
【问题描述】:
我打算使用 Corenlp 来注释一些亚马逊评论,但是,我等待了 6 个多小时,没有产生任何输出。
1. the review is about 1MB;
2. the cluster has 12CPU, 64G memory;
3. the command is
java -cp "*" -Xmx64g edu.stanford.nlp.pipeline.StanfordCoreNLP -annotators tokenize,ssplit,pos,ner,sentiment -outputFormat json -file amazon_apple_comments_4.csv
发生了什么事?这么慢吗?
【问题讨论】:
标签: stanford-nlp