pyo3/examples/word-count
messense 43a5d6f1b4 Test and benchmark word-count example (#60)
* Test and benchmark word-count example

* Optimize rust word_count
2017-07-26 12:37:36 +08:00
..
src Test and benchmark word-count example (#60) 2017-07-26 12:37:36 +08: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
.gitignore Add a word count example 2017-07-23 13:32:18 +08:00
Cargo.toml Add a word count example 2017-07-23 13:32:18 +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')