spaCy/spacy/pipeline/_parser_internals
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
..
__init__.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
_state.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
_state.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
arc_eager.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
arc_eager.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
ner.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
ner.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
nonproj.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
nonproj.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
stateclass.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
stateclass.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
transition_system.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
transition_system.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00