mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-01 16:37:45 +03:00
* update `Morphologizer.begin_training` for use with `Example` * make init and begin_training more consistent * add `Morphology.normalize_features` to normalize outside of `Morphology.add` * make sure `get_loss` doesn't create unknown labels when the POS and morph alignments differ |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_analysis.py | ||
| test_entity_linker.py | ||
| test_entity_ruler.py | ||
| test_factories.py | ||
| test_functions.py | ||
| test_morphologizer.py | ||
| test_pipe_methods.py | ||
| test_sentencizer.py | ||
| test_senter.py | ||
| test_simple_ner.py | ||
| test_tagger.py | ||
| test_textcat.py | ||