Custom Noun chunk implementation #11072
-
I wanted to change the current noun chunk generator using the custom noun chuck generator. I tried changing the syntax iterators of English Language default.
But when I try to get the noun chuck after changing the defaults it goes to spacy default noun_chunks function in syntax_iterators.py and not the custom function which I have implemented. Can you please tell me how to implement the custom noun chuck generator function? Thanks in Advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This appears to be a followup to #11059. Please note the word is "chunk", not "chuck". Can you provide an example of the code that isn't working for you? This works for me.
|
Beta Was this translation helpful? Give feedback.
This appears to be a followup to #11059.
Please note the word is "chunk", not "chuck".
Can you provide an example of the code that isn't working for you? This works for me.