Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ispras/tm
- Owner: ispras
- License: other
- Created: 2014-08-21T10:00:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T12:24:58.000Z (over 8 years ago)
- Last Synced: 2024-11-24T17:20:08.111Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 25.8 MB
- Stars: 7
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nlp - tm - 基於正則化多語言 [PLSA](https://en.wikipedia.org/wiki/Probabilistic_latent_semantic_analysis) 的主題建模實現。 (函式庫 / 書籍)
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"
```