NER Tagger Model Training

This workflows shows how to train a model for named-entity recognition. The model can be created with the StanfordNLP NE Learner node which creates a conditional random field (CRF) model. To create the model, a document training set and a dictionary with known named-entities is needed. Due to generalization of word patterns, the model can be used by the tagger to find new named-entitities in unknown documents. A Scorer node for model evaluation is also available.


This is a companion discussion topic for the original entry at https://kni.me/w/WcH-8Te16DbeBWdN