Can't print entity labels #12983
Answered
by
adrianeboyd
HaychEmDee
asked this question in
Help: Coding & Implementations
-
Lately, I've been trying to refresh my memory on natural language processing, and I wanted to practice named entity recognition. Problem is, the code I made can't print the entity labels for a sample sentence. What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Sep 18, 2023
Replies: 1 comment
-
There aren't any named entities, which are typically proper nouns, in your example sentence. The spacy course is a good place to start for a refresher: https://course.spacy.io |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HaychEmDee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There aren't any named entities, which are typically proper nouns, in your example sentence.
The spacy course is a good place to start for a refresher: https://course.spacy.io