spaCy/spacy/ml
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
..
models Fix import 2020-07-29 14:45:09 +02:00
__init__.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
_biluo.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
_character_embed.py Fix CharacterEmbed layer 2020-07-29 14:01:13 +02:00
_iob.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
_precomputable_affine.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
extract_ngrams.py Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
parser_model.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
parser_model.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
staticvectors.py Format 2020-07-29 14:00:13 +02:00
tb_framework.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00