curiosity-ai / catalyst

🚀 Catalyst is a C# Natural Language Processing library built for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.
MIT License
699 stars 71 forks source link

Gerund support ["VBG"] #96

Open bobbytreed opened 1 year ago

bobbytreed commented 1 year ago

Language English

Describe the bug Not sure this is a bug, just trying to figure out how to detect subcategories of verbs, like spacy.

VB -- verb, base form VBD -- verb, past tense VBG -- verb, gerund or present participle VBN -- verb, past participle VBP -- verb, non-3rd person singular present VBZ -- verb, 3rd person singular present

To Reproduce None

Expected behavior Ability to determine if the Verb discovered is one of the above types.

Screenshots N/A

Additional context N/A