spaCy/spacy/syntax
Matthew Honnibal a47f00901b * 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
..
__init__.pxd
__init__.py
_parse_features.pxd
_parse_features.pyx
_state.pxd * 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
_state.pyx * Continue proxying. Some problem currently 2016-02-01 02:22:21 +01:00
arc_eager.pxd
arc_eager.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
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
parser.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
stateclass.pxd * Now fully proxied 2016-02-01 02:37:08 +01:00
stateclass.pyx * Now fully proxied 2016-02-01 02:37:08 +01:00
transition_system.pxd * 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
transition_system.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
util.py