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

16 lines
170 B
Markdown
Raw Normal View History

2017-07-27 20:03:51 +00:00
# word-count
## Build
```bash
python setup.py install
```
## Usage
```python
from word_count_cls import WordCounter
WordCounter().search('path/to/file', 'word')
```