spaCy/spacy/syntax
2015-10-13 09:46:38 +02:00
..
__init__.pxd
__init__.py
_parse_features.pxd
_parse_features.pyx
arc_eager.pxd
arc_eager.pyx * Fix whitespace attachment thing 2015-10-13 09:46:38 +02:00
ner.pxd
ner.pyx
parser.pxd * Reform constructor and save/load workflow in parser model 2015-08-26 19:19:01 +02:00
parser.pyx * Very scrappy, likely buggy first-cut pickle implementation, to work on Issue #125: allow pickle for Apache Spark. The current implementation sends stuff to temp files, and does almost nothing to ensure all modifiable state is actually preserved. The Language() instance is a deep tree of extension objects, and if pickling during training, some of the C-data state is hard to preserve. 2015-10-13 13:44:41 +11: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 * Very scrappy, likely buggy first-cut pickle implementation, to work on Issue #125: allow pickle for Apache Spark. The current implementation sends stuff to temp files, and does almost nothing to ensure all modifiable state is actually preserved. The Language() instance is a deep tree of extension objects, and if pickling during training, some of the C-data state is hard to preserve. 2015-10-13 13:44:41 +11:00
transition_system.pyx * Very scrappy, likely buggy first-cut pickle implementation, to work on Issue #125: allow pickle for Apache Spark. The current implementation sends stuff to temp files, and does almost nothing to ensure all modifiable state is actually preserved. The Language() instance is a deep tree of extension objects, and if pickling during training, some of the C-data state is hard to preserve. 2015-10-13 13:44:41 +11:00
util.py