0
votes

I understand that Stanford NER only supports training through a file... is there a way to add more training data at a later stage to update the NER model once it is already trained?

I understand that I can keep all the training datasets from the past and re-train the model, but, I am wondering if there is a way to update the NER model rather than retrain it from scratch.

1
Stanford NER doesn't support online training. Sorry. - Slater Victoroff

1 Answers

0
votes

For the larger audience: StanfordNER does not support Online Training. Marking this question as closed.