1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2024-11-13 11:24:23 -05:00

Merge pull request #390 from arbox/patch-1

Added the awesome Ruby NLP list.
This commit is contained in:
Joseph Misiti 2017-06-26 09:41:35 -04:00 committed by GitHub
commit cdb0adee57

View file

@ -1015,6 +1015,7 @@ be
<a name="ruby-nlp"></a>
#### Natural Language Processing
* [Awesome NLP with Ruby](https://github.com/arbox/nlp-with-ruby) - Curated link list for practical natural language processing in Ruby.
* [Treat](https://github.com/louismullie/treat) - Text REtrieval and Annotation Toolkit, definitely the most comprehensive toolkit Ive encountered so far for Ruby
* [Ruby Linguistics](https://deveiate.org/projects/Linguistics) - Linguistics is a framework for building linguistic utilities for Ruby objects in any language. It includes a generic language-independent front end, a module for mapping language codes into language names, and a module which contains various English-language utilities.
* [Stemmer](https://github.com/aurelian/ruby-stemmer) - Expose libstemmer_c to Ruby