pyo3/examples/word-count-cls/README.md
2018-02-26 15:05:31 -06:00

167 B

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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