pyo3/examples/word-count
2018-06-15 22:41:16 +02:00
..
src Upgrade to syn 0.14: Useful error messages 🎉 2018-06-15 22:41:16 +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 Fix tests 2018-06-14 16:20:55 +02:00

word-count

Build

python setup.py install

Usage

from word_count import search

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