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
__init__.py
convert.py
download.py Fix models error message and use about.__docs_models__ (see #1051) 2017-05-13 13:05:47 +02:00
info.py
link.py
model.py Port over PR #1055 2017-05-13 03:25:32 +02:00
package.py
train.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00