pyo3/examples/word-count-cls
2018-06-14 16:20:55 +02:00
..
src Refactoring 2018-06-13 18:02:45 +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 Fix tests 2018-06-14 16:20:55 +02:00

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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