spaCy/bin
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
..
ud Define candidate generator in EL config (#5876) 2020-08-18 16:10:36 +02:00
__init__.py clean up code, remove old code, move to bin 2019-06-18 13:20:40 +02:00
get-version.sh Add get-version script 2019-08-25 15:12:36 +02:00
load_reddit.py Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
push-tag.sh Fix push-tag script 2019-05-11 19:04:35 +02:00
train_word_vectors.py counter instead of preshcounter 2019-07-11 13:05:53 +02:00