shekhargulati / day20-stanford-sentiment-analysis-demo

Day 20 demo application
50 stars 41 forks source link

Windows OS alternative #4

Closed ofuochi closed 2 years ago

ofuochi commented 8 years ago

I'm fairly new to sentiment analysis. Please is there an alternative for windows users?

shekhargulati commented 8 years ago

@ofuochi this is just a Java application you should be able to run it on Windows as well.

ofuochi commented 8 years ago

Ok. Let me try it out. Thank you

ofuochi commented 8 years ago

Hi. I've tried it on windows but I get error from this line of code in the SentimentAnalyzer class Tree tree = sentence.get(SentimentCoreAnnotations.AnnotatedTree.class); My eclipse compiler says "SentimentCoreAnnotations.AnnotatedTree cannot be resolved into a class" I think am getting the error because am using the latest stanford-corenlp-3.6.0-models.jar library How do I resolve this? Should I use an earlier version of the stanford core npl?