spaCy/spacy/syntax
2015-09-06 04:15:00 +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 * 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
arc_eager.pxd * Fixes to unshift/fast-forward strategy. Getting 91.55 greedy on NW dev, gold preproc 2015-06-12 01:50:23 +02:00
arc_eager.pyx * Whitespace 2015-08-10 00:09:02 +02:00
ner.pxd * Remove import of _state module 2015-06-23 17:25:08 +02:00
ner.pyx * Whitespace 2015-08-09 02:31:53 +02:00
parser.pxd * Add Parser.predict method, and clean up Parser.get_state 2015-08-09 02:29:58 +02:00
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 * Whitespace 2015-08-10 00:09:02 +02:00
stateclass.pyx * Fix stateclass.queue 2015-08-09 00:39:02 +02:00
transition_system.pxd * Whitespace 2015-08-08 23:35:59 +02:00
transition_system.pyx * Add is_valid method to transition_system 2015-08-08 23:36:18 +02:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00