spaCy/spacy/tests/parser
Matthew Honnibal 8661218fe8
Refactor parser (#2308)
* Work on refactoring greedy parser

* Compile updated parser

* Fix refactored parser

* Update test

* Fix refactored parser

* Fix refactored parser

* Readd beam search after refactor

* Fix beam search after refactor

* Fix parser

* Fix beam parsing

* Support oracle segmentation in ud-train CLI command

* Avoid relying on final gold check in beam search

* Add a keyword argument sink to GoldParse

* Bug fixes to beam search after refactor

* Avoid importing fused token symbol in ud-run-test, untl that's added

* Avoid importing fused token symbol in ud-run-test, untl that's added

* Don't modify Token in global scope

* Fix error in beam gradient calculation

* Default to beam_update_prob 1

* Set a more aggressive threshold on the max violn update

* Disable some tests to figure out why CI fails

* Disable some tests to figure out why CI fails

* Add some diagnostics to travis.yml to try to figure out why build fails

* Tell Thinc to link against system blas on Travis

* Point thinc to libblas on Travis

* Try running sudo=true for travis

* Unhack travis.sh

* Restore beam_density argument for parser beam

* Require thinc 6.11.1.dev16

* Revert hacks to tests

* Revert hacks to travis.yml

* Update thinc requirement

* Fix parser model loading

* Fix size limits in training data

* Add missing name attribute for parser

* Fix appveyor for Windows
2018-05-15 22:17:29 +02:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
test_add_label.py Merge 'tidy-up' changes into branch. Resolve conflicts 2017-10-28 13:16:06 +02:00
test_arc_eager_oracle.py Fix arc-eager oracle tests 2018-05-01 16:16:14 +02:00
test_beam_parse.py Limit parser model size, to hopefully reduce memory during CI tests 2018-01-28 21:00:32 +01:00
test_ner.py Add test for NER 2017-07-22 01:48:58 +02:00
test_neural_parser.py Refactor parser (#2308) 2018-05-15 22:17:29 +02:00
test_nn_beam.py Fix beam test 2017-08-19 04:15:46 +02:00
test_nonproj.py PseudoProjectivity->nonproj 2017-05-22 05:39:03 -05:00
test_parse_navigate.py Fix equality check in test 2017-10-16 19:50:35 +02:00
test_parse.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00
test_preset_sbd.py Make test less flakey 2017-11-03 14:36:08 +01:00
test_space_attachment.py Redesign training to integrate NN components 2017-05-16 16:17:30 +02:00
test_to_from_bytes_disk.py Fix names of pipeline components 2017-10-26 12:38:23 +02:00