spaCy/website/docs/api
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
..
architectures.md Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
attributeruler.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
cli.md Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
corpus.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
cython-classes.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
cython-structs.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
cython.md Update WIP 2020-07-06 22:22:37 +02:00
data-formats.md Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
dependencymatcher.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
dependencyparser.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
doc.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
docbin.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
entitylinker.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
entityrecognizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
entityruler.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
example.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
index.md Update v3 docs 2020-07-03 16:48:21 +02:00
kb.md Define candidate generator in EL config (#5876) 2020-08-18 16:10:36 +02:00
language.md Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
lemmatizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
lexeme.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
lookups.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
matcher.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
morphologizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
morphology.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
phrasematcher.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
pipe.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
pipeline-functions.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
scorer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
sentencerecognizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
sentencizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
span.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
stringstore.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
tagger.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
textcategorizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
tok2vec.md Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
token.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
tokenizer.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
top-level.md Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
transformer.md Update docs [ci skip] 2020-08-18 00:49:19 +02:00
vectors.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
vocab.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00