pyo3/examples/word-count-cls
konstin 319afe1f76 Small documentation improvements 2018-05-17 23:59:38 +02:00
..
src Small documentation improvements 2018-05-17 23:59:38 +02:00
tests Synchronizes word-count-cls example README and code. 2018-02-26 15:03:29 -06:00
word_count_cls Synchronizes word-count-cls example README and code. 2018-02-26 15:03:29 -06:00
Cargo.toml do not use workspaces 2018-01-19 10:18:57 -08:00
README.md Syntax error in README changes. 2018-02-26 15:05:31 -06:00
setup.py make word count example with class 2017-07-27 13:09:56 -07:00

README.md

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

WordCounter('path/to/file').search('word')