【发布时间】:2015-11-23 08:32:32
【问题描述】:
我知道只有英文模型可用于情感分析,但我在 stanford-parser-3.5.2-models.jar 中找到了edu/stanford/nlp/models/lexparser/frenchFactored.ser.gz。我实际上在看https://github.com/stanfordnlp/CoreNLP 是否可以在CoreNLP 中使用此模型而不是englishPCFG.sez.gz,如果可以,如何?
【问题讨论】:
-
你想做法语情绪分析吗?还是法语解析?
-
我想对推文进行情绪分析。由于我找到了这个法国模型,我想知道它是否可以用来代替用于情感分析的英语模型。
标签: nlp stanford-nlp sentiment-analysis