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

Added a stub Samples project to show samples for how to use Catalyst … #23

Closed dgerding closed 4 years ago

dgerding commented 4 years ago

Just a little contribution, but I know I always like when there's a samples project. Often a good place to refer back to in documentation.

contributor-agreement.md.txt

.

theolivenbaum commented 4 years ago

Hi @dgerding!

Thanks for the contribution - I've merged your code with some code from @korzh and pushed a new folder for the samples projects here: https://github.com/curiosity-ai/catalyst/tree/master/samples/

I've put your contributors agreement here: https://github.com/curiosity-ai/catalyst/blob/master/.github/contributors/dgerding.md

I'll push a few more samples there for the other functionality of Catalyst soon - if you have any suggestions of what you would like to see, please let me know :)