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

Fix abbr detection in the end of text #102

Open kant2002 opened 8 months ago

kant2002 commented 8 months ago

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

kant2002 commented 6 months ago

@theolivenbaum Can you take a look at this PR.