spaCy/spacy/syntax
2016-02-01 01:16:14 +01:00
..
__init__.pxd * Work on greedy parser 2014-12-16 22:46:55 +11:00
__init__.py * Work on greedy parser 2014-12-16 22:46:55 +11:00
_parse_features.pxd * Update parse features 2015-07-08 19:11:36 +02:00
_parse_features.pyx * Remove profile declarations 2015-07-25 18:13:06 +02:00
_state.pxd * Add _state file, which StateClass will proxy to 2016-02-01 01:09:21 +01:00
_state.pyx * Add _state file, which StateClass will proxy to 2016-02-01 01:09:21 +01:00
arc_eager.pxd * Update for thinc 5.0, including changing cost from int to weight_t, and updating the tagger and parser 2016-01-30 14:31:36 +01:00
arc_eager.pyx * Update for thinc 5.0, including changing cost from int to weight_t, and updating the tagger and parser 2016-01-30 14:31:36 +01:00
ner.pxd * Remove import of _state module 2015-06-23 17:25:08 +02:00
ner.pyx * Update for thinc 5.0, including changing cost from int to weight_t, and updating the tagger and parser 2016-01-30 14:31:36 +01:00
parser.pxd * Switch parser to use nogil functions 2016-01-30 20:27:07 +01:00
parser.pyx * Switch parser to use nogil functions 2016-01-30 20:27:07 +01:00
stateclass.pxd * Shadow StateClass with StateC, to start proxying 2016-02-01 01:16:14 +01:00
stateclass.pyx * Shadow StateClass with StateC, to start proxying 2016-02-01 01:16:14 +01:00
transition_system.pxd * Update for thinc 5.0, including changing cost from int to weight_t, and updating the tagger and parser 2016-01-30 14:31:36 +01:00
transition_system.pyx * Update for thinc 5.0, including changing cost from int to weight_t, and updating the tagger and parser 2016-01-30 14:31:36 +01:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00