You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Christhopher González Guerra <ch...@gmail.com> on 2018/12/26 00:11:31 UTC

Sentiment Analysis in Spanish

Hi guys, my question is:

Following this link:
http://technobium.com/sentiment-analysis-using-opennlp-document-categorizer/

Can I use sentiment Analysis only change the train file text and in this
sentence change “en“ to “es“?

 model = DocumentCategorizerME.train("en", sampleStream, cutoff,
trainingIterations);