Skip to content

How to use name entity? #20

@FYYFU

Description

@FYYFU

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions