Skip to content

Commit 1120983

Browse files
authored
adding R libraries
1 parent 418a898 commit 1120983

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Please feel free to [pull requests](https://github.com/keonkim/awesome-nlp/pulls
2121
- [Python](#user-content-python)
2222
- [C++](#user-content-c++)
2323
- [Java](#user-content-java)
24+
- [Scala](#user-content-scala)
25+
- [R](#user-content-R)
2426
- [Clojure](#user-content-clojure)
2527
- [Ruby](#user-content-ruby)
2628
- [Services](#services)
@@ -137,6 +139,10 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
137139
* <a id="scala">**Scala** - Scala NLP Libraries</a>
138140
* [Saul](https://github.com/IllinoisCogComp/saul) - Library for developing NLP systems, including built in modules like SRL, POS, etc.
139141

142+
* <a id="R">**R** - R NLP Libraries</a>
143+
* [text2vec](https://github.com/dselivanov/text2vec) - Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
144+
* [wordVectors](https://github.com/bmschmidt/wordVectors) - An R package for creating and exploring word2vec and other word embedding models
145+
140146
* <a id="clojure">**Clojure**</a>
141147
* [Clojure-openNLP](https://github.com/dakrone/clojure-opennlp) - Natural Language Processing in Clojure (opennlp)
142148
* [Infections-clj](https://github.com/r0man/inflections-clj) - Rails-like inflection library for Clojure and ClojureScript

0 commit comments

Comments
 (0)