pyo3/examples/word-count
2018-05-01 15:44:38 +02:00
..
src Fix compilation on nightly 2018-05-01 15:44:38 +02:00
tests Test and benchmark word-count example (#60) 2017-07-26 12:37:36 +08:00
word_count Test and benchmark word-count example (#60) 2017-07-26 12:37:36 +08:00
Cargo.toml do not use workspaces 2018-01-19 10:18:57 -08:00
README.md Add a word count example 2017-07-23 13:32:18 +08:00
setup.py Test and benchmark word-count example (#60) 2017-07-26 12:37:36 +08:00

word-count

Build

python setup.py install

Usage

from word_count import search

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