spaCy/bin
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
..
ud The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
__init__.py clean up code, remove old code, move to bin 2019-06-18 13:20:40 +02:00
get-version.sh Add get-version script 2019-08-25 15:12:36 +02:00
load_reddit.py Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
push-tag.sh Fix push-tag script 2019-05-11 19:04:35 +02:00
train_word_vectors.py counter instead of preshcounter 2019-07-11 13:05:53 +02:00