spaCy/spacy/tests/regression
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
..
__init__.py
test_issue54.py
test_issue118.py
test_issue242.py
test_issue309.py
test_issue351.py
test_issue360.py
test_issue361.py
test_issue401.py
test_issue429.py
test_issue514.py
test_issue587.py
test_issue588.py
test_issue589.py
test_issue590.py
test_issue595.py
test_issue599.py
test_issue600.py
test_issue605.py
test_issue615.py
test_issue617.py
test_issue686.py
test_issue693.py
test_issue704.py
test_issue717.py
test_issue719.py
test_issue736.py
test_issue740.py
test_issue743.py
test_issue744.py
test_issue758.py
test_issue759.py
test_issue768.py
test_issue775.py
test_issue781.py
test_issue792.py
test_issue801.py
test_issue805.py
test_issue834.py
test_issue850.py
test_issue852.py
test_issue859.py
test_issue886.py
test_issue891.py
test_issue903.py
test_issue910.py
test_issue912.py
test_issue957.py
test_issue995.py
test_issue999.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00