Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pprzetacznik/nlp-lsa-lda
- Owner: pprzetacznik
- Created: 2015-05-20T05:18:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T06:07:37.000Z (over 9 years ago)
- Last Synced: 2024-10-21T22:52:14.173Z (2 months ago)
- Language: Python
- Homepage:
- Size: 19 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~