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 Fix regression test 2017-03-25 22:35:07 +01:00
test_issue599.py
test_issue600.py
test_issue605.py
test_issue615.py
test_issue617.py
test_issue686.py Add title-case version of morph rules (resolves #686) 2017-03-18 17:27:11 +01:00
test_issue693.py Fix noun_chunk rules around coordination 2017-04-07 17:06:40 +02:00
test_issue704.py
test_issue717.py
test_issue719.py
test_issue736.py
test_issue740.py
test_issue743.py
test_issue744.py
test_issue758.py Fix unicode header in tests 2017-04-24 10:09:01 +02:00
test_issue759.py
test_issue768.py Remove imports in /lang/__init__.py 2017-05-08 23:58:07 +02:00
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 Add / to tokenizer infixes (resolves #891) 2017-04-07 17:30:44 +02:00
test_issue903.py Prevent lemmatization of base nouns 2017-03-25 21:51:12 +01:00
test_issue910.py Remove imports in /lang/__init__.py 2017-05-08 23:58:07 +02:00
test_issue912.py Block lemmatization of base-form adjectives 2017-03-25 21:29:57 +01:00
test_issue957.py Add unicode declaration on new regression test 2017-04-07 18:09:23 +02:00
test_issue995.py Fix unicode header in tests 2017-04-24 10:09:01 +02:00
test_issue999.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00