spaCy/spacy/syntax
2015-09-06 04:15:00 +02:00
..
__init__.pxd
__init__.py
_parse_features.pxd
_parse_features.pyx
arc_eager.pxd
arc_eager.pyx
ner.pxd
ner.pyx
parser.pxd
parser.pyx * Wrap self.parse in nogil, and break if an invalid move is predicted. The invalid break is a work-around that papers over likely bugs, but we can't easily break in the nogil block, and otherwise we'll get an infinite loop. Need to set this as an error flag. 2015-09-06 04:15:00 +02:00
stateclass.pxd
stateclass.pyx
transition_system.pxd
transition_system.pyx
util.py