spaCy/spacy/cli
Matthew Honnibal 8cf097ca88 Redesign training to integrate NN components
* Obsolete .parser, .entity etc names in favour of .pipeline
* Components no longer create models on initialization
* Models created by loading method (from_disk(), from_bytes() etc), or
    .begin_training()
* Add .predict(), .set_annotations() methods in components
* Pass state through pipeline, to allow components to share information
    more flexibly.
2017-05-16 16:17:30 +02:00
..
converters Tidy up CLI and fix print functions 2017-05-07 23:25:29 +02:00
__init__.py Add convert command 2017-04-07 13:04:17 +02:00
convert.py Tidy up CLI and fix print functions 2017-05-07 23:25:29 +02:00
download.py Fix models error message and use about.__docs_models__ (see #1051) 2017-05-13 13:05:47 +02:00
info.py Let parse_package_meta take full path 2017-05-08 15:30:48 +02:00
link.py Tidy up CLI and fix print functions 2017-05-07 23:25:29 +02:00
model.py Port over PR #1055 2017-05-13 03:25:32 +02:00
package.py Tidy up CLI and fix print functions 2017-05-07 23:25:29 +02:00
train.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00