spaCy/spacy/syntax
2015-06-26 13:51:39 +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 old _state imports 2015-06-10 07:09:17 +02:00
_parse_features.pyx * Add some more features for S1/S0 2015-06-15 04:07:13 +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 * Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search 2015-06-26 06:25:36 +02:00
ner.pxd * Remove import of _state module 2015-06-23 17:25:08 +02:00
ner.pyx * Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search 2015-06-26 06:25:36 +02:00
parser.pxd * Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search 2015-06-26 06:25:36 +02:00
parser.pyx * Prepare for new models to be plugged in by using Example class 2015-06-26 13:51:39 +02:00
stateclass.pxd * Add some bounds checking around state arrays 2015-06-23 04:13:09 +02:00
stateclass.pyx * Fixes to edge features 2015-06-23 16:32:54 +02:00
transition_system.pxd * Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search 2015-06-26 06:25:36 +02:00
transition_system.pyx * Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search 2015-06-26 06:25:36 +02:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00