Skip to content

Commit 7f3dae4

Browse files
authored
Merge pull request keon#32 from astrakhantsev/master
added Scala libs for ATR, TM and word2vec model
2 parents 45e20e4 + 0cf8bb7 commit 7f3dae4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
139139

140140
* <a id="scala">**Scala** - Scala NLP Libraries</a>
141141
* [Saul](https://github.com/IllinoisCogComp/saul) - Library for developing NLP systems, including built in modules like SRL, POS, etc.
142+
* [ATR4S](https://github.com/ispras/atr4s) - Toolkit with state-of-the-art [automatic term recognition](https://en.wikipedia.org/wiki/Terminology_extraction) methods.
143+
* [tm](https://github.com/ispras/tm) - Implementation of topic modeling based on regularized multilingual [PLSA](https://en.wikipedia.org/wiki/Probabilistic_latent_semantic_analysis).
144+
* [word2vec-scala](https://github.com/Refefer/word2vec-scala) - Scala interface to word2vec model; includes operations on vectors like word-distance and word-analogy.
142145

143146
* <a id="R">**R** - R NLP Libraries</a>
144147
* [text2vec](https://github.com/dselivanov/text2vec) - Fast vectorization, topic modeling, distances and GloVe word embeddings in R.

0 commit comments

Comments
 (0)