Hello, I have created a POSDictionary as described by you in: https://cwiki.apache.org/confluence/display/OPENNLP/Creating+a+POSDictionary+using+the+API
Then I loaded it in the POSTaggerME.train method which seems to work. (There is no error) But in most cases, the words or signs I assigned to a specific tag in the dictionary, have a different tags when running the algorithm. Do you have any idea how I can fix this? Best regards, Max
