Closed NeomMob closed 5 years ago
When you create a new object MaximumEntropyPosTagger, you can pass as an argument a PosLookupList which is your tag dictionary. If you don't, it defaults to DefaultPosContextGenerator. Now this tag dictionary and the GisModel are two distinct objects so you need to persist them both in different files if you don't use the default one. Does that answer your question?
Not tried yet but it seems to answer to all of my questions. Thanks for your support!
I am using the following code for training a POS model. The question is then how to generate the tag dictionnary that is required later to use the model?