spaCy/spacy/syntax
Matthew Honnibal 64adda3202 Revert "Remove peeking from Parser.begin_training (#5456)"
This reverts commit 9393253b66.

The model shouldn't need to see all examples, and actually in v3 there's
no equivalent step. All examples are provided to the component, for the
component to do stuff like figuring out the labels. The model just needs
to do stuff like shape inference.
2020-05-29 23:21:55 +02:00
..
__init__.pxd * Work on greedy parser 2014-12-16 22:46:55 +11:00
__init__.py * Work on greedy parser 2014-12-16 22:46:55 +11:00
_beam_utils.pxd Export hash_state from beam_utils 2019-03-15 15:20:28 +01:00
_beam_utils.pyx Add destructors for states in TransitionSystem (#4686) 2019-12-10 13:23:27 +01:00
_parser_model.pxd Free pointers in parser activations (#4486) 2019-10-22 15:06:44 +02:00
_parser_model.pyx Support no hidden layer in parser and NER (#4672) 2019-11-19 15:54:34 +01:00
_state.pxd Add option for improved NER feature extraction (#4671) 2019-11-19 15:03:14 +01:00
_state.pyx Tidy up syntax 2017-10-27 19:45:57 +02:00
arc_eager.pxd WIP on stringstore change. 27 failures 2017-05-28 14:06:40 +02:00
arc_eager.pyx Add destructors for states in TransitionSystem (#4686) 2019-12-10 13:23:27 +01:00
ner.pxd WIP on stringstore change. 27 failures 2017-05-28 14:06:40 +02:00
ner.pyx Fix --gold-preproc train cli command (#4392) 2019-10-27 21:58:50 +01:00
nn_parser.pxd 💫 Better support for semi-supervised learning (#3035) 2018-12-10 16:25:33 +01:00
nn_parser.pyx Revert "Remove peeking from Parser.begin_training (#5456)" 2020-05-29 23:21:55 +02:00
nonproj.pxd integrated pseudo-projective parsing into parser 2016-03-01 10:09:08 +01:00
nonproj.pyx Fix --gold-preproc train cli command (#4392) 2019-10-27 21:58:50 +01:00
stateclass.pxd Replace Entity/MatchStruct with SpanC (#4459) 2019-10-18 11:01:47 +02:00
stateclass.pyx Fix memory leak in beam parser 2017-11-14 02:11:40 +01:00
transition_system.pxd Add destructors for states in TransitionSystem (#4686) 2019-12-10 13:23:27 +01:00
transition_system.pyx Add destructors for states in TransitionSystem (#4686) 2019-12-10 13:23:27 +01:00