Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pprzetacznik/nlp-tf-idf
TF-IDF statistics for given corpus
https://github.com/pprzetacznik/nlp-tf-idf
Last synced: 26 days ago
JSON representation
TF-IDF statistics for given corpus
- Host: GitHub
- URL: https://github.com/pprzetacznik/nlp-tf-idf
- Owner: pprzetacznik
- Created: 2015-05-05T23:36:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T04:31:05.000Z (over 9 years ago)
- Last Synced: 2024-10-21T22:52:13.222Z (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 - TF-IDF statistics for given corpus
============Run:
~~~
pip install -r requirements.txt
python -m tfidf test/pap.txt test/odm.txt
python -m keywords test/pap.txt test/odm.txt "#039070"
python -m findbywords test/pap.txt test/odm.txt "być"
python -m findbydocument test/pap.txt test/odm.txt "#039070"
~~~