pyo3/examples/word-count-cls/README.md

167 B

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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