Generators

2016-08-16 Thread Damiano Porta
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

RegexNameFinderFactory with SimpleTokenizer

2016-08-16 Thread Damiano Porta
Hello, After person, addresses etc I also need to extract email/telephone from my documents, i just found https://github.com/apache/opennlp/blob/cac4db6d3cb74ae3414fc8c438eec770af783538/opennlp-tools/src/main/java/opennlp/tools/namefind/RegexNameFinderFactory.java Reading the code it seems to be