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

Xor for pattern matching #85

Open theolivenbaum opened 1 year ago

theolivenbaum commented 1 year ago

Idea for optimizing pattern matching: https://www.mattkeeter.com/blog/2022-12-10-xor/