spaCy/spacy/cli
Sofie Van Landeghem ca491722ad
The Parser is now a Pipe (2) (#5844)
* moving syntax folder to _parser_internals

* moving nn_parser and transition_system

* move nn_parser and transition_system out of internals folder

* moving nn_parser code into transition_system file

* rename transition_system to transition_parser

* moving parser_model and _state to ml

* move _state back to internals

* The Parser now inherits from Pipe!

* small code fixes

* removing unnecessary imports

* remove link_vectors_to_models

* transition_system to internals folder

* little bit more cleanup

* newlines
2020-07-30 23:30:54 +02:00
..
project Clean up link_vectors_to_models unused stuff 2020-07-29 14:01:11 +02:00
__init__.py Merge branch 'develop' into feature/refactor-config-args 2020-07-10 20:51:52 +02:00
_util.py Support --opt=value format in CLI config overrides 2020-07-28 13:43:15 +02:00
convert.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
debug_data.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
debug_model.py util function dot_to_object and corresponding unit test 2020-07-27 17:50:12 +02:00
download.py Update CLI commans to use one shared util file 2020-07-10 17:57:40 +02:00
evaluate.py Move timing into Language.evaluate (#5836) 2020-07-29 11:02:31 +02:00
info.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
init_model.py Remove omit_extra_lookups 2020-07-22 16:01:17 +02:00
package.py Add flag to toggle sdist creation on package [ci skip] 2020-07-27 16:52:23 +02:00
pretrain.py Use consistent --gpu-id option name 2020-07-22 16:53:41 +02:00
profile.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
train.py Fix train arg 2020-07-29 14:56:01 +02:00
validate.py Update CLI commans to use one shared util file 2020-07-10 17:57:40 +02:00