I am trying to get the Parts of Speech of few sentences, for this I am using stanford NLP POS tagger english-left3words-distsim.tagger
but while I am trying to initialize this model I am getting error:
java.io.InvalidClassException,local class incompatible: stream classdesc serialVersionUID = 2, local class serialVersionUID = 1
Initially I thought this is due to improper jars, but I got the jars from nlp.stanford.edu site only. I dont understand why I am getting this error.
english-left3words-distsim.tagger
is accesible by your program during runtime? If possible please also put your complete code somewhere online so others can help to review it - Yohanes Gultom