I used to use Stanford CoreNLP, and I would like to investigate OpenNLP this time. Is it possible to create your own Annotator? For example, I would like to analyze a text and pick out only colors, or aircraft names.
Stanford NER lets me to create my own NER model to do so.
Any suggestion??
Thank you