spaCy/spacy/syntax
2015-06-07 19:09:15 +02: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 Remove trailing whitespace 2015-04-19 13:01:38 -07:00
_parse_features.pyx * Add length cap to distance feature 2015-05-31 05:25:30 +02:00
_state.pxd * Remove stray const from State header 2015-06-03 00:10:04 +02:00
_state.pyx * Make optimization to children_in_buffer: stop searching when we would cross a bracket. 2015-06-02 21:05:24 +02:00
arc_eager.pxd Remove trailing whitespace 2015-04-19 13:01:38 -07:00
arc_eager.pyx * Refactor transition system oracles, to split out move and label cost. Preparing to add Unshift move. Will exclude non-monotonic. 2015-06-07 03:21:29 +02:00
ner.pxd * Fix NER oracle 2015-06-05 17:11:26 +02:00
ner.pyx * Tweak to ner 2015-06-05 23:48:43 +02:00
parser.pxd * Revise greedy_parse/beam_parse ownership goof 2015-06-02 01:34:19 +02:00
parser.pyx * Send beam_width < 0 to greedy parser 2015-06-05 17:12:06 +02:00
transition_system.pxd * Refactor transition system oracles, to split out move and label cost. Preparing to add Unshift move. Will exclude non-monotonic. 2015-06-07 03:21:29 +02:00
transition_system.pyx * Refactor transition system to use classes with staticmethods. 2015-06-05 02:27:17 +02:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00