spaCy/spacy/pipeline
Adriane Boyd 86c3ec9c2b
Refactor Token morph setting (#6175)
* Refactor Token morph setting

* Remove `Token.morph_`
* Add `Token.set_morph()`
  * `0` resets `token.c.morph` to unset
  * Any other values are passed to `Morphology.add`

* Add token.morph setter to set from MorphAnalysis
2020-10-01 22:21:46 +02:00
..
_parser_internals Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
__init__.py Remove simple_ner code (#6041) 2020-09-09 16:11:27 +02:00
attributeruler.py Tidy up and auto-format 2020-09-29 21:39:28 +02:00
dep_parser.pyx Fix multitasks 2020-09-29 18:33:16 +02:00
entity_linker.py Clean up sgd and pipeline -> nlp 2020-09-29 12:20:26 +02:00
entityruler.py Fix handling of score_weights 2020-09-24 10:27:33 +02:00
functions.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
lemmatizer.py Tidy up and auto-format 2020-09-29 21:39:28 +02:00
morphologizer.pyx Refactor Token morph setting (#6175) 2020-10-01 22:21:46 +02:00
multitask.pyx Clean up sgd and pipeline -> nlp 2020-09-29 12:20:26 +02:00
ner.pyx Fix multitasks 2020-09-29 18:33:16 +02:00
pipe.pxd Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
pipe.pyx Don't raise in Pipe.initialize if not implemented 2020-09-30 00:05:27 +02:00
sentencizer.pyx Clean up sgd and pipeline -> nlp 2020-09-29 12:20:26 +02:00
senter.pyx Add label_data property to pipeline 2020-09-29 16:22:13 +02:00
tagger.pyx Update docs [ci skip] 2020-10-01 17:38:17 +02:00
textcat.py Update docs [ci skip] 2020-10-01 17:38:17 +02:00
tok2vec.py Clean up sgd and pipeline -> nlp 2020-09-29 12:20:26 +02:00
transition_parser.pxd Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
transition_parser.pyx Fix incorrect docstrings 2020-09-29 18:30:38 +02:00