custom tagger and dictionary

How to create a custom tagger for a specific topic detection or language?
How to create a custom dictionary for tagging a specific topic detection or language?

Hey @ahmed_gomaa,

in case you want to implement a custom tagger you can follow this links (1, 2).

If you want to create a custom model for named-entity detection, you can use the StanfordNLP NE Learner & Tagger node. You can provide a set of documents and a set of labels to the learner node which then trains a model to detect named-entities.
The trained model can then be used by the tagger node.

If you have more questions, feel free to ask.

Cheers,
Julian

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.