Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pprzetacznik/nlp-markov-chains

Markov chains
https://github.com/pprzetacznik/nlp-markov-chains

Last synced: 26 days ago
JSON representation

Markov chains

Awesome Lists containing this project

README

        

Natural Language Processing - Markov chains
============

Run:
~~~
pip install -r requirements.txt
python stats.py test/pap.txt note 100
python stats.py test/pap.txt word 5
~~~