spaCy/examples/training
Sofie Van Landeghem 358cbb21e3
Define candidate generator in EL config (#5876)
* candidate generator as separate part of EL config

* update comment

* ent instead of str as input for candidate generation

* Span instead of str: correct type indication

* fix types

* unit test to create new candidate generator

* fix replace_pipe argument passing

* move error message, general cleanup

* add vocab back to KB constructor

* provide KB as callable from Vocab arg

* rename to kb_loader, fix KB serialization as part of the EL pipe

* fix typo

* reformatting

* cleanup

* fix comment

* fix wrongly duplicated code from merge conflict

* rename dump to to_disk

* from_disk instead of load_bulk

* update test after recent removal of set_morphology in tagger

* remove old doc
2020-08-18 16:10:36 +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 The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
create_kb.py Define candidate generator in EL config (#5876) 2020-08-18 16:10:36 +02:00
ner_multitask_objective.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
rehearsal.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_entity_linker.py Define candidate generator in EL config (#5876) 2020-08-18 16:10:36 +02:00
train_intent_parser.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_morphologizer.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_ner.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_new_entity_type.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_parser.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_tagger.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_textcat_config.cfg fix train_textcat script 2020-07-27 16:48:21 +02:00
train_textcat.py remove printing of config 2020-07-27 17:53:36 +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