Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pprzetacznik/nlp-markov-chains
- Owner: pprzetacznik
- Created: 2015-04-15T23:26:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T23:29:10.000Z (over 9 years ago)
- Last Synced: 2024-10-21T22:52:04.145Z (2 months ago)
- Language: Python
- Homepage:
- Size: 9.48 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~