mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-16 07:45:56 +03:00
* Allow `pkuseg_model` to be set to `None` on initialization * Don't save config within tokenizer * Force convert pkuseg_model to use pickle protocol 4 by reencoding with `pickle5` on serialization * Update pkuseg serialization test |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_serialize.py | ||
| test_text.py | ||
| test_tokenizer.py | ||