spaCy/spacy/pipeline
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
..
_parser_internals The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
__init__.py Add Lemmatizer and simplify related components (#5848) 2020-08-07 15:27:13 +02:00
attributeruler.py Update attribute ruler 2020-08-07 14:43:55 +02:00
dep_parser.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
entity_linker.py Define candidate generator in EL config (#5876) 2020-08-18 16:10:36 +02:00
entityruler.py Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
functions.py Option for returning only greedy matches (#5771) 2020-07-29 11:04:43 +02:00
lemmatizer.py Use init parameter (#5909) 2020-08-11 23:41:58 +02:00
morphologizer.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
multitask.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
ner.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
pipe.pxd Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
pipe.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
sentencizer.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
senter.pyx Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
simple_ner.py Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
tagger.pyx Define candidate generator in EL config (#5876) 2020-08-18 16:10:36 +02:00
textcat.py Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
tok2vec.py Only receive from listener if listener exists 2020-08-14 14:58:48 +02:00
transition_parser.pxd Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
transition_parser.pyx Replace lexeme_norm warning with logging 2020-08-14 15:00:52 +02:00