hierarchical noun_chunks #8043
Fan-Luo
started this conversation in
New Features & Project Ideas
Replies: 1 comment 1 reply
-
The noun chunks in spaCy are defined in a simple way, as a series of adjectives and nouns (with incidental punctuation). This definition is unambiguous and makes it easy to guess what the output should be a from a given sentence. How would you specify your hierarchical noun chunks? What would the output be for "scary wolf man" or "fastest hot dog eater", and how would you define the nested chunks in code? It doesn't seem straightforward to me. If you do have a way to describe the chunks you want you should be able to do it with the Matcher though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I wonder would you consider add hierarchical noun_chunks extraction feature.
For example:
print out:
I was expecting
Tomb Raider
itself would also be a noun_chunk.Best
Beta Was this translation helpful? Give feedback.
All reactions