pyo3/examples/word-count-cls
2018-01-19 10:18:57 -08:00
..
src revert pycls changes; fix word-cound-cls example 2017-11-18 07:20:03 -10:00
tests make word count example with class 2017-07-27 13:09:56 -07:00
word_count_cls make word count example with class 2017-07-27 13:09:56 -07:00
Cargo.toml do not use workspaces 2018-01-19 10:18:57 -08:00
README.md make word count example with class 2017-07-27 13:09:56 -07:00
setup.py make word count example with class 2017-07-27 13:09:56 -07:00

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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