spaCy/spacy/pipeline/_parser_internals
Matthew Honnibal 737a1408d9 Improve implementation of fix #6010
Follow-ups to the parser efficiency fix.

* Avoid introducing new counter for number of pushes
* Base cut on number of transitions, keeping it more even
* Reintroduce the randomization we had in v2.
2020-09-02 14:42:32 +02:00
..
__init__.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
_state.pxd Improve implementation of fix #6010 2020-09-02 14:42:32 +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 Improve implementation of fix #6010 2020-09-02 14:42:32 +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