Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pprzetacznik/nlp-lsa-lda

LSA and LDA in NLP
https://github.com/pprzetacznik/nlp-lsa-lda

Last synced: 26 days ago
JSON representation

LSA and LDA in NLP

Awesome Lists containing this project

README

        

Natural Language Processing - LSA and LDA
============

Run:
~~~
pip install -r requirements.txt
python -m models_generator test/pap.txt test/odm.txt
python -m models_generator test/pap.txt test/odm.txt 100 100
python -m search_vectors "#039070"
python -m search_vectors "#039070" 100 100
~~~