spaCy/spacy/syntax
2015-11-07 05:34:37 +11: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 * Prevent Begin and In moves from applying in NER if we're at the last token of a sentence, as this would mean the entity would span over a sentence boundary. Re Issue #169 2015-11-07 05:30:44 +11:00
parser.pxd * Refactor away from the _ml module, to use thinc 4.0. Still some work needs to be done, e.g. to add __reduce__ to the models, more testing, etc. 2015-11-07 03:24:30 +11:00
parser.pyx * Add better debug message for illegal move 2015-11-07 05:34:37 +11:00
stateclass.pxd
stateclass.pyx * Fix whitespace 2015-11-07 05:31:06 +11: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