-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi:
After reading the doc, i found it mentioned that :
One can notice that some words are missing. Indeed, some words might not be related to any other node from the ConceptNet base. Also, to diminish noise we have filtered out stop words, punctuation and named entities from being enriched with semantical information.
However, i do not want to filter the name entity. So i try to install the concepcy from source. But i got an error:
ValueError: [E964] The pipeline component factory for 'concepcy' needs to have the following named arguments, which are passed in by spaCy:
nlp: receives the current nlp object and lets you access the vocab
name: the name of the component instance, can be used to identify the component, output losses etc.
As i'm not familar with Spacy, i wonder if this is any solution to finish my goal? (do not filter those name entities)
Thanks!