Re: Generators

2016-08-17 Thread Damiano Porta
Hello William! Thanks! Yes i know that i can use DictionaryNameFinder but i was studying how the generators work and how they impact the names recognition. If we use DictionaryFeatureGenerator each token will labeled with a specific code i read :*w:dic* and the *token* ( https://github.com/apache

Re: Generators

2016-08-17 Thread William Colen
Features does not guarantee that the token will be marked as a NE. Its is like saying to the model that in the dictionary the token can be a NE, but of course it will be evaluated with other features. Remember it is machine learning. You can skip the machine learning using a DictionaryNameFinder.