I am using OpenNLP wrapper for UIMA to recognise Named Entities. The person finder works for English names, but misses Asian names. I want to train it with whatever it misses. Can someone tell me how to do this. I guess I need the full training set that the model is alread trained with and add the names that I want to add (in the same format) and then train the model.
Also wondering if the Named Entity Finder uses a some kind of a dioctionary and that I can simply add missing named into a dictionary.
Thanks for any help.
RR
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using OpenNLP wrapper for UIMA to recognise Named Entities. The person finder works for English names, but misses Asian names. I want to train it with whatever it misses. Can someone tell me how to do this. I guess I need the full training set that the model is alread trained with and add the names that I want to add (in the same format) and then train the model.
Also wondering if the Named Entity Finder uses a some kind of a dioctionary and that I can simply add missing named into a dictionary.
Thanks for any help.
RR