spaCy/spacy/syntax
Matthew Honnibal c40a2c661c * Add tree_arc_eager 2015-06-15 08:23:24 +02:00
..
__init__.pxd
__init__.py
_parse_features.pxd * Remove old _state imports 2015-06-10 07:09:17 +02:00
_parse_features.pyx * Add some more features for S1/S0 2015-06-15 04:07:13 +02:00
_state.pxd
_state.pyx
arc_eager.pxd * Fixes to unshift/fast-forward strategy. Getting 91.55 greedy on NW dev, gold preproc 2015-06-12 01:50:23 +02:00
arc_eager.pyx * Switch toggle on USE_ROOT_ARC_SEGMENT 2015-06-15 02:54:32 +02:00
ner.pxd
ner.pyx * Fixes to unshift/fast-forward strategy. Getting 91.55 greedy on NW dev, gold preproc 2015-06-12 01:50:23 +02:00
orig_arc_eager.pxd * Add orig_arc_eager 2015-06-14 20:31:44 +02:00
orig_arc_eager.pyx * Fix root label for orig_arc_eager 2015-06-15 02:54:55 +02:00
parser.pxd
parser.pyx * Add some more features, esp for labels 2015-06-14 21:18:02 +02:00
stateclass.pxd * Prepare for break transition, with fast-forwarding. 86.5 on 1k nw gold preproc 2015-06-10 14:08:30 +02:00
stateclass.pyx * Fix valency features in StateClass 2015-06-14 17:50:26 +02:00
transition_system.pxd * Set nogil for oracle functions 2015-06-10 06:56:56 +02:00
transition_system.pyx
tree_arc_eager.pxd * Add tree_arc_eager 2015-06-15 08:23:24 +02:00
tree_arc_eager.pyx * Add tree_arc_eager 2015-06-15 08:23:24 +02:00
util.py