spaCy/spacy/syntax
Matthew Honnibal 0e24d099a1 * Fix L/R edge bug, by ensuring l_edge and r_edge are preset, and fixing the way the edge update in del_arc. Bugs keep arising here because the edges are absolute positions, where everything else is relative. I'm also not 100% convinced that del_arc is handled correctly. Do we need to update the parents? 2015-09-09 03:40:44 +02:00
..
__init__.pxd
__init__.py
_parse_features.pxd * Update parse features 2015-07-08 19:11:36 +02:00
_parse_features.pyx * Remove profile declarations 2015-07-25 18:13:06 +02:00
arc_eager.pxd
arc_eager.pyx * Whitespace 2015-08-10 00:09:02 +02:00
ner.pxd * Remove import of _state module 2015-06-23 17:25:08 +02:00
ner.pyx * Whitespace 2015-08-09 02:31:53 +02:00
parser.pxd * Reform constructor and save/load workflow in parser model 2015-08-26 19:19:01 +02:00
parser.pyx * Merge in changes from de branch 2015-09-06 19:49:28 +02:00
stateclass.pxd * Whitespace 2015-08-10 00:09:02 +02:00
stateclass.pyx * Fix L/R edge bug, by ensuring l_edge and r_edge are preset, and fixing the way the edge update in del_arc. Bugs keep arising here because the edges are absolute positions, where everything else is relative. I'm also not 100% convinced that del_arc is handled correctly. Do we need to update the parents? 2015-09-09 03:40:44 +02:00
transition_system.pxd * Whitespace 2015-08-08 23:35:59 +02:00
transition_system.pyx * Add is_valid method to transition_system 2015-08-08 23:36:18 +02:00
util.py