Hi, Are you feeding the nameFinder object "a full sentence" tokenized where each token in the sentence is a item in the String array? If you just feed an array with a list of names or a list of anything the namefinder will not work. It needs to get tokenized and (whenever possible) grammatical sentences.
Rodrigo On Thu, Jun 5, 2014 at 6:42 PM, Chris Deese <[email protected]> wrote: > My code is copy and paste of this blogs name finder example > http://www.programcreek.com/2012/05/opennlp-tutorial/ > > I'm using es-ner-person.bin as the model (or whatever the base es > namefinder model is)
