mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-11 21:35:47 +03:00
Serialize `morph_rules` with the tagger alongside the `tag_map`. Use `Morphology.load_tag_map` and `Morphology.load_morph_exceptions` to load these settings rather than reinitializing the morphology each time they are changed. |
||
|---|---|---|
| .. | ||
| defaults | ||
| __init__.py | ||
| entityruler.py | ||
| functions.py | ||
| hooks.py | ||
| morphologizer.pyx | ||
| pipes.pyx | ||
| simple_ner.py | ||
| tok2vec.py | ||