How can I use my custom trained Stanford NER CRF model? #10868
Unanswered
venti07
asked this question in
Help: Coding & Implementations
Replies: 1 comment 2 replies
-
I haven't tried this directly, but you should be able to pass all the same arguments to So however you load the custom pipeline in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have trained my own Stanford NER CRF model and would like to use it with spacy? Is this possible with spacy?
I already found spacy-stanfordnlp but was not able to add my own model. With NLTK this is possible with StanfordNERTagger for example.
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions