nlp
This project is a compilation of tools and algorithms for NLP using Crystal-lang.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
nlp:
github: Yueyehua/nlp
- Run
shards install
Usage
require "nlp"
Development
WIP: Just started lately
Contributing
- Fork it (https://github.com/your-github-user/nlp/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Richard Delaplace - creator and maintainer