Equivalent of nltk.RegexpParser #82
-
Hello, is there anything in wink-nlp that is equivalent to nltk.RegexpParser? I'm trying to do something like the following, and the one thing I don't readily see is being able to classify grammar sequences. Thanks.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @OmarJay1 Equivalent of nltk.RegexpParser is not available in winkNLP as of now. It's in our roadmap. You can explore the custom entities extraction which can serve the purpose for the type of use case you have mentioned. A sample code is attached for your reference.
Output
You can try it on runkit with Node v 16 and above. Best, |
Beta Was this translation helpful? Give feedback.
Hey @OmarJay1
Equivalent of nltk.RegexpParser is not available in winkNLP as of now. It's in our roadmap. You can explore the custom entities extraction which can serve the purpose for the type of use case you have mentioned.
A sample code is attached for your reference.