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
743 stars 75 forks source link

Fix abbr detection in the end of text #102

Open kant2002 opened 1 year ago

kant2002 commented 1 year ago

If abbreviation defined as last word at the end of text, then abbreviation is not detected.

kant2002 commented 10 months ago

@theolivenbaum Can you take a look at this PR.