Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
~~~