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

Expose Spacy Morphological Annotation #105

Closed GeorgeS2019 closed 4 months ago

GeorgeS2019 commented 6 months ago

https://universaldependencies.org/format.html#morphological-annotation

Case=Nom|Definite=Ind|Gender=Neut|Number=Plur

"dortiger Verfügung" dortiger Case=Dat|Degree=Pos|Gender=Fem|Number=Sing Verfügung Case=Dat|Gender=Fem|Number=Sing

https://github.com/stanfordnlp/CoreNLP/issues/1392