Named Entity Recognizer Training/Creation

Is it possible to train or create a Named Entity Recognizer (i.e. OpenNPL NE Tagger) to identify a new category of named entities?  For example, an NER for tagging breeds of domesticated animals?

It is possible to train your custom NER model with openNLP. You can also use this model with the OpenNLP NE tagger node. However, there is no node which trains a NER model.

Cheers, Kilian

Are there a guide on how to train your model?