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
715 stars 73 forks source link

Fixing issue with NER composite tags #42

Closed aorgish closed 3 years ago

aorgish commented 3 years ago

NER composite tags (with 2+ tokens) are recognized well but not assigned to document.

theolivenbaum commented 3 years ago

Hi @aorgish - sorry missed your pull request, merged it now! thanks for contributing!