Is there any way to extract the scene information in a sentence using spaCy? #13182
Unanswered
tiesanguaixia
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hi @tiesanguaixia, if I understand this correctly, you want to extract locations in a general sense, right? This sounds like an NER task. spaCy's pretrained models like Otherwise I recommend looking into training your own model with exactly those tags you are interested in. |
Beta Was this translation helpful? Give feedback.
0 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.
-
For example, a sentence is "A man is cooking in kitchen." Is spaCy or any other NLP tools can extract the scene information like "kitchen"?
Beta Was this translation helpful? Give feedback.
All reactions