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

15 lines
167 B
Markdown

# word-count
## Build
```bash
python setup.py install
```
## Usage
```python
from word_count_cls import WordCounter
WordCounter('path/to/file').search('word')
```