You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes its necessary to match by POS tags. Like extracting all verbs between some words or whatever.
It gives much more control for extracting needed pieces.
Is your feature request related to a problem? Please describe.
We have regex and matching by words with similarity, but no matching by POS tags > https://universaldependencies.org/u/pos/all.html
Describe the solution you'd like
Sometimes its necessary to match by POS tags. Like extracting all verbs between some words or whatever.
It gives much more control for extracting needed pieces.
Describe alternatives you've considered
Some examples from other platforms:
https://winkjs.org/wink-nlp/custom-entities.html
Additional context
Would be awesome if this could be be mixed with regex. Like instead of any word
w
you ask for[noun]
The text was updated successfully, but these errors were encountered: