1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-27 20:33:42 +03:00
spaCy/bin/ud
Sofie Van Landeghem ca491722ad
The Parser is now a Pipe (2) ()
* 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
..
__init__.py Move UD scripts to bin 2019-03-20 01:19:34 +01:00
conll17_ud_eval.py small fixes 2019-06-24 10:55:04 +02:00
run_eval.py Upgrade of UD eval script () 2020-07-19 11:10:31 +02:00
ud_run_test.py Example class for training data () 2019-11-11 17:35:27 +01:00
ud_train.py The Parser is now a Pipe (2) () 2020-07-30 23:30:54 +02:00