pyo3/examples/word-count-cls
2017-07-31 10:42:55 -07:00
..
src add prelude mod 2017-07-31 10:42:55 -07:00
tests
word_count_cls
.gitignore
Cargo.toml
README.md
setup.py

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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