Hello, I have just started using OpenNLP in the java application. I am just getting my used with the software and have a couple of newbie questions.
I see for the name finder there is different model data for people and organizations (en-ner-organization.bin and en-ner-person.bin). Is there any way to combine these into one file so I can do 1 search that will give me back person names and organization names. Or is this not possible and is it best to do two searches?This question isn't related to the name finder and I don't think it is possible but thought I would ask anyway. If I had two sentences say 'Jack climbed the hill. He was very tired.' Is there any way to know that the pronoun, he, at the start of the second sentence is actually about Jack the subject of the first sentence? I know in this simple case it is obvious but I am wondering if there is anything in the OpenNLP software that will help with this? Thanks, Robert