spaCy/examples/training
Sofie Van Landeghem 7f5715a081
Various fixes to NEL functionality, Example class etc (#5460)
* setting KB in the EL constructor, similar to how the model is passed on

* removing wikipedia example files - moved to projects

* throw an error when nlp.update is called with 2 positional arguments

* rewriting the config logic in create pipe to accomodate for other objects (e.g. KB) in the config

* update config files with new parameters

* avoid training pipeline components that don't have a model (like sentencizer)

* various small fixes + UX improvements

* small fixes

* set thinc to 8.0.0a9 everywhere

* remove outdated comment
2020-05-20 11:41:12 +02:00
..
ner_example_data Updates/bugfixes for NER/IOB converters (#4186) 2019-08-29 12:04:01 +02:00
textcat_example_data Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
conllu-config.json Generalize handling of tokenizer special cases (#4259) 2019-11-13 21:24:35 +01:00
conllu.py Merge branch 'master' into develop 2019-12-21 18:55:03 +01:00
ner_multitask_objective.py Example class for training data (#4543) 2019-11-11 17:35:27 +01:00
pretrain_kb.py Friendly error warning for NEL example script (#4881) 2020-01-14 01:51:14 +01:00
pretrain_textcat.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
rehearsal.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_entity_linker.py Various fixes to NEL functionality, Example class etc (#5460) 2020-05-20 11:41:12 +02:00
train_intent_parser.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_morphologizer.py Update morphologizer (#5108) 2020-04-02 14:46:32 +02:00
train_ner.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_new_entity_type.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_parser.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_tagger.py Example class for training data (#4543) 2019-11-11 17:35:27 +01:00
train_textcat_config.cfg Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
train_textcat.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
training-data.json Revert training example edit from #4327 (#4403) 2019-10-10 17:00:26 +02:00
vocab-data.jsonl Use even smaller examle size 2017-10-30 19:46:45 +01:00