CofeehousePy/mods/tokenizer/README.md

13 lines
314 B
Markdown
Raw Normal View History

2021-01-14 08:07:24 +01:00
# CoffeeHouseMod - Tokenizer
This package contains the corpus data for CoffeeHouse (punkt).
Installing this package will make the data available to `coffeehouse_nlpfr`
## Installation
Make sure you install CoffeeHouse-NLPFR first before installing this
```shell script
python3 setup.py install
2020-12-25 20:24:45 +01:00
```