spaCy/spacy/syntax
2016-02-07 00:00:42 +01:00
..
__init__.pxd
__init__.py
_parse_features.pxd * Add a parse_batch method to Parser, that releases the GIL around a batch of documents. 2016-02-01 08:34:55 +01:00
_parse_features.pyx * Add a parse_batch method to Parser, that releases the GIL around a batch of documents. 2016-02-01 08:34:55 +01:00
_state.pxd * Fix Issue #251: Incorrect right edge calculation on left-clobber low in the tree 2016-02-07 00:00:42 +01:00
_state.pyx
arc_eager.pxd
arc_eager.pyx * Add a parse_batch method to Parser, that releases the GIL around a batch of documents. 2016-02-01 08:34:55 +01:00
ner.pxd
ner.pyx * Pass a StateC pointer into the transition and validation methods in the parser, so that the GIL can be released over a batch of documents 2016-02-01 02:58:14 +01:00
parser.pxd * Check for errors in parser, and parallelise the left-over batch 2016-02-06 10:06:30 +01:00
parser.pyx * Check for errors in parser, and parallelise the left-over batch 2016-02-06 10:06:30 +01:00
stateclass.pxd
stateclass.pyx
transition_system.pxd * Add a parse_batch method to Parser, that releases the GIL around a batch of documents. 2016-02-01 08:34:55 +01:00
transition_system.pyx * Add a parse_batch method to Parser, that releases the GIL around a batch of documents. 2016-02-01 08:34:55 +01:00
util.py