spaCy/spacy/syntax
Matthew Honnibal 3d5a536eaa Improve efficiency of parser batching 2017-05-26 11:31:23 -05:00
..
__init__.pxd
__init__.py * Work on greedy parser 2014-12-16 22:46:55 +11:00
_parse_features.pxd
_parse_features.pyx Tidy up and fix formatting and imports 2017-04-15 13:05:15 +02:00
_state.pxd Improve efficiency of parser batching 2017-05-26 11:31:23 -05:00
_state.pyx
arc_eager.pxd * Update for thinc 5.0, including changing cost from int to weight_t, and updating the tagger and parser 2016-01-30 14:31:36 +01:00
arc_eager.pyx
beam_parser.pxd Data running through, likely errors in model 2017-05-06 14:22:20 +02:00
beam_parser.pyx
iterators.pxd
iterators.pyx Ensure noun chunks can't be nested. Closes #955 2017-04-23 17:56:39 +02:00
ner.pxd
ner.pyx
nn_parser.pxd
nn_parser.pyx
nonproj.pxd
nonproj.pyx
parser.pxd
parser.pyx PseudoProjectivity --> nonproj 2017-05-22 05:17:44 -05:00
stateclass.pxd Improve integration of NN parser, to support unified training API 2017-05-15 21:53:27 +02:00
stateclass.pyx Improve efficiency of parser batching 2017-05-26 11:31:23 -05:00
transition_system.pxd
transition_system.pyx