I have been trying to find some reference material on how to create custom models with my own entities , like if I want to recognize the name of sports from a text.How do I do it?
How to create a custom model with my own entities
791 views Asked by Vyomkesh At
2
There are 2 answers
0
On
The tools from stanford usually work pretty good for several NLP tasks, but in my experience, training your own models is a lot easier in opennlp. If that's an option for you (you tagged your question "stanford-nlp", but maybe you're not restricted to using only that), you can find some pretty good documentation here: https://opennlp.apache.org/documentation/1.5.3/manual/opennlp.html#tools.namefind.training.tool
and declare the training file and other properties in the properties file. This worked for me :)