spaCy/spacy/syntax
Matthew Honnibal 2a46c77324 * Whitespace
2015-08-08 23:35:59 +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-08 23:31:54 +02:00
ner.pxd * Remove import of _state module 2015-06-23 17:25:08 +02:00
ner.pyx * Ensure entity recognizer doesn't over-write preset types 2015-08-06 16:09:08 +02:00
parser.pxd * Remove gil from parser.call 2015-07-14 23:47:33 +02:00
parser.pyx * Add function partial to Parser 2015-08-08 23:32:15 +02:00
stateclass.pxd * Gazetteer stuff working, now need to wire up to API 2015-08-06 00:35:40 +02:00
stateclass.pyx * Add stack and queue properties to stateclass, for python access 2015-08-08 23:32:42 +02:00
transition_system.pxd * Whitespace 2015-08-08 23:35:59 +02:00
transition_system.pyx * Hackishly patch long dependencies problem 2015-07-28 00:14:29 +02:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00