nlp
[![Build Status][travis-img]][travis-url] [![License][license-img]][license-url] [![Docs][docs-img]][docs-url] [![Coverage][coverage-img]][coverage-url]
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
[travis-img]: https://travis-ci.org/Yueyehua/nlp.svg?branch=master [travis-url]: https://travis-ci.org/Yueyehua/nlp [license-img]: https://img.shields.io/badge/License-MIT-blue.svg [license-url]: LICENSE [docs-img]: https://img.shields.io/readthedocs/nlp.svg [docs-url]: https://yueyehua.github.io/nlp/ [coverage-img]: https://img.shields.io/coveralls/github/Yueyehua/nlp/master.svg [coverage-url]: https://Yueyehua.github.io/nlp/coverage/