d0c42dfcc1 | ||
---|---|---|
.. | ||
src | ||
tests | ||
word_count_cls | ||
Cargo.toml | ||
README.md | ||
setup.py |
README.md
word-count
Build
python setup.py install
Usage
from word_count_cls import WordCounter
WordCounter('path/to/file').search('word')