spaCy/spacy/cli
Sofie Van Landeghem 60f22e1800
Pipe API (#6034)
* ensure Language passes on valid examples for initialization

* fix tagger model initialization

* check for valid get_examples across components

* assume labels were added before begin_training

* fix senter initialization

* fix morphologizer initialization

* use methods to check arguments

* test textcat init, requires thinc>=8.0.0a31

* fix tok2vec init

* fix entity linker init

* use islice

* fix simple NER

* cleanup debug model

* fix assert statements

* fix tests

* throw error when adding a label if the output layer can't be resized anymore

* fix test

* add failing test for simple_ner

* UX improvements

* morphologizer UX

* assume begin_training gets a representative set and processes the labels

* remove assumptions for output of untrained NER model

* restore test for original purpose
2020-09-08 22:44:25 +02:00
..
project Fix project pull and push 2020-09-04 21:15:55 +02:00
templates Fix learn rate for non-transformer 2020-09-04 21:22:50 +02:00
__init__.py "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_util.py Add CLI registry (#6037) 2020-09-08 15:23:34 +02:00
convert.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
debug_config.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
debug_data.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
debug_model.py Pipe API (#6034) 2020-09-08 22:44:25 +02:00
download.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
evaluate.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
info.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
init_config.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
init_model.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
package.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
pretrain.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
profile.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
train.py Add words and seconds to train info 2020-09-08 15:24:47 +02:00
validate.py Update docs links in codebase 2020-09-04 12:58:50 +02:00