0

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

Jason Han
  • 93
  • 1
  • 11

1 Answers1

1

I find training in opennlp much easier than in corenlp. Pretty straightforward and documented a.o here: Training own model in opennlp

Igor
  • 1,251
  • 10
  • 21