spaCy/spacy/training
Adriane Boyd 0e4b96c97e
Update lexeme ranks for loaded vectors (#8640)
Update the ranks for any lexemes that have been added to the vocab
before the vectors are added to the model.
2021-07-19 18:25:54 +10:00
..
converters Auto-format code with black 2021-07-02 07:48:26 +00:00
__init__.pxd
__init__.py
align.pyx
alignment.py
augment.py
batchers.py Tidy up code 2021-06-28 12:08:15 +02:00
callbacks.py
corpus.py Auto-format code with black 2021-07-02 07:48:26 +00:00
example.pxd
example.pyx Fix setting empty entities in Example.from_dict (#8426) 2021-06-18 10:41:50 +02:00
gold_io.pyx
initialize.py Update lexeme ranks for loaded vectors (#8640) 2021-07-19 18:25:54 +10:00
iob_utils.py fix docs (#8200) 2021-05-27 10:48:59 +02:00
loggers.py Auto-format code with black 2021-07-02 07:48:26 +00:00
loop.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
pretrain.py