mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-01 08:27:44 +03:00
* Handle unset token.morph in Morphologizer Handle unset `token.morph` in `Morphologizer.initialize` and `Morphologizer.get_loss`. If both `token.morph` and `token.pos` are unset, treat the annotation as missing rather than empty. * Add token.has_morph() |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_analysis.py | ||
| test_attributeruler.py | ||
| test_entity_linker.py | ||
| test_entity_ruler.py | ||
| test_functions.py | ||
| test_initialize.py | ||
| test_lemmatizer.py | ||
| test_models.py | ||
| test_morphologizer.py | ||
| test_pipe_factories.py | ||
| test_pipe_methods.py | ||
| test_sentencizer.py | ||
| test_senter.py | ||
| test_tagger.py | ||
| test_textcat.py | ||
| test_tok2vec.py | ||