Trouble Creating Vectors from Recognized Entities #10931
Replies: 1 comment 4 replies
-
It's normal to have words in The The NER component does not produce vectors, those would be created by a tok2vec or Transformer component. If you are training using the spaCy Entity Linker component you don't need to manually get the vectors, they should be read in automatically from up the pipeline. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I trained a model on curated text, but when I cannot retrieve vectors for entities even though those entities are in
nlp
's vocabulary.I want to get those vectors to train a custom Named Entity linker.
Example:
Beta Was this translation helpful? Give feedback.
All reactions