1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-03 00:34:12 +03:00
spaCy/spacy/cli
Sofie Van Landeghem 7f5715a081
Various fixes to NEL functionality, Example class etc ()
* setting KB in the EL constructor, similar to how the model is passed on

* removing wikipedia example files - moved to projects

* throw an error when nlp.update is called with 2 positional arguments

* rewriting the config logic in create pipe to accomodate for other objects (e.g. KB) in the config

* update config files with new parameters

* avoid training pipeline components that don't have a model (like sentencizer)

* various small fixes + UX improvements

* small fixes

* set thinc to 8.0.0a9 everywhere

* remove outdated comment
2020-05-20 11:41:12 +02:00
..
converters Tidy up and fix issues 2020-02-18 15:17:03 +01:00
__init__.py Remove symlinks, data dir and related stuff 2020-02-18 17:20:17 +01:00
convert.py Add convert CLI option to merge CoNLL-U subtokens () 2020-01-29 17:44:25 +01:00
debug_data.py Fix formatting and update docs for v2.2.4 2020-03-09 11:17:20 +01:00
download.py Remove symlinks, data dir and related stuff 2020-02-18 17:20:17 +01:00
evaluate.py Update morphologizer () 2020-04-02 14:46:32 +02:00
info.py Remove symlinks, data dir and related stuff 2020-02-18 17:20:17 +01:00
init_model.py Simplify warnings 2020-02-28 12:20:23 +01:00
package.py Modernize plac commands for Python 3 () 2020-01-01 13:15:46 +01:00
pretrain.py Tidy up and auto-format 2020-02-28 11:57:41 +01:00
profile.py Update spaCy for thinc 8.0.0 () 2020-01-29 17:06:46 +01:00
train_from_config.py Various fixes to NEL functionality, Example class etc () 2020-05-20 11:41:12 +02:00
train.py Feature toggle_pipes () 2020-05-18 22:27:10 +02:00
validate.py Remove symlinks, data dir and related stuff 2020-02-18 17:20:17 +01:00