斯坦福大学coreNLP情绪分析调试花费太多时间

时间:2018-07-27 12:07:37

标签: java stanford-nlp sentiment-analysis

CoreNLP模型在调试期间会花费很多时间。

String line="surat is good city";

CoreNlp演示

  

[main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP-添加注释器标记化

     

[main]信息edu.stanford.nlp.pipeline.TokenizerAnnotator-未提供令牌生成器类型。默认为PTBTokenizer。

     

[main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP-添加注释符拆分

     

[main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP-添加注释器pos

     

[main]信息edu.stanford.nlp.tagger.maxent.MaxentTagger-从edu / stanford / nlp / models / pos-tagger / english-left3words / english-left3words-distsim.tagger加载POS标签[566.7秒]。

     

[main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP-添加注释器解析

     

[main] INFO edu.stanford.nlp.parser.common.ParserGrammar-从序列化文件edu / stanford / nlp / models / lexparser / englishPCFG.ser.gz加载解析器...完成[390.8秒]。

     

[main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP-添加注释者情感

0 个答案:

没有答案