spaCy/spacy/pipeline
Adriane Boyd b81a89f0a9
Update morphologizer (#5766)
* 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
2020-07-19 11:10:51 +02:00
..
defaults train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
__init__.py remove Tensorizer 2020-06-01 23:38:48 +02:00
entityruler.py Remove object subclassing 2020-07-12 14:03:23 +02:00
functions.py unicode -> str consistency 2020-05-24 17:20:58 +02:00
hooks.py Remove object subclassing 2020-07-12 14:03:23 +02:00
morphologizer.pyx Update morphologizer (#5766) 2020-07-19 11:10:51 +02:00
pipes.pyx Remove object subclassing 2020-07-12 14:03:23 +02:00
simple_ner.py cleanup components API (#5726) 2020-07-09 19:43:39 +02:00
tok2vec.py cleanup components API (#5726) 2020-07-09 19:43:39 +02:00