I'm trying to use Stanford CoreNLP POS tagger on my data.
I have used the automatic generated prop file. I have only changed the Open classes.
I want to know if there is a complete description about other fields in this property like the "arch" and it possible values, "closedClassTagThreshold", "minFeatureThresh", "curWordMinFeatureThresh", "rareWordMinFeatureThresh", ...
When I run the code to tag a text,It chooses the tag which has the minimus amount in the training data set. To make it more clear, travel is tagged as a /verb/ 10 times, but as a /noun/ 20 times. It always chooses the tag which has been repeated less.