Hello, pardon guys for all these questions but i am trying to study OpenNLP deeply. I write a simple code, you can see it here: https://issues.apache.org/jira/browse/OPENNLP-859?jql=project%20%3D%20OPENNLP I am trying to understand what the generators are and what is their job. I know they add features on the tokens list, but what does it mean in simple words? (just adding simple codes on each token?) because for example i tried the DictionaryFeatureGenerator with a simple list of names but they are not recognized when i use the NameFinderME( see the link on jira )
How can i read those features after the find() ? Thank you so much! Damiano
