added Ruby NLP

This commit is contained in:
Joseph Misiti 2014-07-15 15:24:19 -04:00
parent 378733310b
commit 7fdfa07644
1 changed files with 9 additions and 0 deletions

View File

@ -57,7 +57,16 @@ A curated list of awesome machine learning frameworks, libraries and software (b
## Ruby
#### Natural Language Processing
*Libraries for working with human languages.*
* [Treat](https://github.com/louismullie/treat) - Text REtrieval and Annotation Toolkit, definitely the most comprehensive toolkit Ive encountered so far for Ruby
* [Ruby Linguistics](http://www.deveiate.org/projects/Linguistics/) - NLTK for Ruby
* [Stemmer](https://github.com/aurelian/ruby-stemmer)
* [Ruby Wordnet](http://www.deveiate.org/projects/Ruby-WordNet/)
* [Raspel](http://sourceforge.net/projects/raspell/)
* [UEA Stemmer](https://github.com/ealdent/uea-stemmer)
## Scala