spaCy/spacy
adrianeboyd 90c52128dc Improve train CLI with base model (#4911)
Improve train CLI with a provided base model so that you can:

* add a new component
* extend an existing component
* replace an existing component

When the final model and best model are saved, reenable any disabled
components and merge the meta information to include the full pipeline
and accuracy information for all components in the base model plus the
newly added components if needed.
2020-01-16 01:58:51 +01:00
..
cli Improve train CLI with base model (#4911) 2020-01-16 01:58:51 +01:00
data
displacy stop rendering mathjax by default in displacy (#4840) 2020-01-01 13:15:05 +01:00
lang Add CJK to character classes (#4884) 2020-01-08 16:50:19 +01:00
matcher Fix int value handling in Matcher (#4749) 2019-12-06 19:22:57 +01:00
ml
pipeline Reduce mem usage in training Entity Linker (#4811) 2020-01-06 14:59:50 +01:00
syntax bugfix typo conv_window 2020-01-14 09:02:58 +01:00
tests Add CJK to character classes (#4884) 2020-01-08 16:50:19 +01:00
tokens
__init__.pxd
__init__.py
__main__.py Use latest wasabi 2019-11-04 02:38:45 +01:00
_align.pyx
_ml.py
about.py Update version [ci skip] 2019-11-21 18:19:37 +01:00
analysis.py
attrs.pxd
attrs.pyx
compat.py Replace function registries with catalogue (#4584) 2019-11-07 11:45:22 +01:00
errors.py
glossary.py Update tag maps and docs for English and German (#4501) 2019-10-24 12:56:05 +02:00
gold.pxd
gold.pyx facilitate larger training files (#4827) 2019-12-21 21:12:19 +01:00
kb.pxd
kb.pyx
language.py
lemmatizer.py
lexeme.pxd
lexeme.pyx
lookups.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
morphology.pxd
morphology.pyx
parts_of_speech.pxd
parts_of_speech.pyx
scorer.py
strings.pxd
strings.pyx
structs.pxd
symbols.pxd
symbols.pyx
tokenizer.pxd
tokenizer.pyx
typedefs.pxd Work on changing StringStore to return hashes. 2017-05-28 12:36:27 +02:00
typedefs.pyx
util.py
vectors.pyx
vocab.pxd 💫 WIP: Basic lookup class scaffolding and JSON for all lemmati… (#4167) 2019-08-22 14:21:32 +02:00
vocab.pyx