spaCy/spacy/syntax
Matthew Honnibal e0984ca139 * Fix valency features in StateClass 2015-06-14 17:50:26 +02:00
..
__init__.pxd
__init__.py
_parse_features.pxd * Remove old _state imports 2015-06-10 07:09:17 +02:00
_parse_features.pyx * Fix bug in distance feature 2015-06-10 10:12:17 +02:00
_state.pxd * Remove stray const from State header 2015-06-03 00:10:04 +02:00
_state.pyx * Prepare to switch to using state class, instead of state struct 2015-06-09 21:20:14 +02:00
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 * Fix Break oracle, but disable the Break transition for now, while we finalize the gold-standard experiments 2015-06-14 17:44:03 +02:00
ner.pxd * Fix NER oracle 2015-06-05 17:11:26 +02:00
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
parser.pxd
parser.pyx * Don't refuse to parse single token sentences, incase some transition system needs them, e.g. single word entity. Instead fix error in _init_state. 2015-06-13 22:55:55 +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 * Greedy parsing working with new StateClass. Beam parsing broken 2015-06-10 04:20:23 +02:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00