Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ispras/tm

Regularized multilingual Probabilistic Semantic Analysis Scala implementation.
https://github.com/ispras/tm

Last synced: 1 day ago
JSON representation

Regularized multilingual Probabilistic Semantic Analysis Scala implementation.

Awesome Lists containing this project

README

        

tm
==

Regularized multilingual Probabilistic Semantic Analisys Scala implementation.
--

## Quick start

For usage examples, please, see `ru.ispras.modis.tm.scripts.QuickStart`.

For further understanding what the hell is going on and how you can extend it, please, read `documentation/userGuide/userGuide.pdf`.

In order to use tm in your project, add to `build.sbt`

```
libraryDependencies += "ru.ispras.modis" % "tm_2.11" % "1.0"
```