spaCy/spacy/tests/parser
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 add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
test_ner.py Update tests 2016-09-24 01:17:03 +02:00
test_neural_parser.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00
test_nonproj.py Modernise nonprojectivity tests and don't depend on models 2017-01-12 01:06:36 +01:00
test_noun_chunks.py Modernise noun chunks tests and don't depend on models 2017-01-13 02:01:00 +01:00
test_parse_navigate.py Modernise Doc parse tree navigation tests and don't depend on models 2017-01-11 21:14:15 +01:00
test_parse.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00
test_sbd_prag.py Pass xpassing tests and add xfails for failures 2017-03-18 17:20:46 +01:00
test_sbd.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00
test_space_attachment.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00