Search code examples
javastanford-nlpnamed-entity-recognition

Documentation for training a named entity recognizer model from an IOB annotated train set


Is there any documentation which can be used to find out which properties should be set for training a Stanford NER model from a train set with IOB annotation tags in Java?

Thanks in advance.


Solution

  • There is a detailed example located here:

    https://stanfordnlp.github.io/CoreNLP/ner.html

    see: "Training or retraining new models"