spaCy/spacy/cli
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
..
converters 💫 New system for error messages and warnings (#2163) 2018-04-03 15:50:31 +02:00
__init__.py Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop" 2018-03-27 19:23:02 +02:00
_messages.py Fix formatting [ci skip] 2018-04-10 21:42:46 +02:00
conll17_ud_eval.py Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop" 2018-03-27 19:23:02 +02:00
convert.py 💫 New system for error messages and warnings (#2163) 2018-04-03 15:50:31 +02:00
download.py Fix formatting and consistency 2018-05-07 23:02:11 +02:00
evaluate.py 💫 New system for error messages and warnings (#2163) 2018-04-03 15:50:31 +02:00
info.py Return data in cli.info and add silent option (resolves #2196) 2018-04-29 01:59:44 +02:00
init_model.py Update argument annotations and formatting 2018-04-10 21:45:11 +02:00
link.py 💫 New system for error messages and warnings (#2163) 2018-04-03 15:50:31 +02:00
package.py Fix typo in package command message (closes #2200) 2018-04-10 19:14:31 +02:00
profile.py Don't pass CLI command name as dummy argument 2018-01-04 21:33:47 +01:00
train.py Merge master into develop. Big merge, many conflicts -- need to review 2018-04-29 14:49:26 +02:00
ud_run_test.py Refactor parser (#2308) 2018-05-15 22:17:29 +02:00
ud_train.py Refactor parser (#2308) 2018-05-15 22:17:29 +02:00
validate.py 💫 New system for error messages and warnings (#2163) 2018-04-03 15:50:31 +02:00
vocab.py Don't pass CLI command name as dummy argument 2018-01-04 21:33:47 +01:00