spaCy/spacy/syntax
Matthew Honnibal 38ca0c33f5 Merge branch 'neuralnet' into refactor
Mostly refactors parser, to use new thinc3.2 Example class.
Aim is to remove use of shared memory, so that we can parallelize
over documents easily.

Conflicts:
	setup.py
	spacy/syntax/parser.pxd
	spacy/syntax/parser.pyx
	spacy/syntax/stateclass.pyx
2015-07-14 14:13:47 +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 * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +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-28 11:02:34 +02:00
joint.pxd * Merge changes, and adjust Example to use memoryview 2015-06-28 11:36:11 +02:00
joint.pyx * Merge changes, and adjust Example to use memoryview 2015-06-28 11:36:11 +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-28 11:02:34 +02:00
parser.pxd Merge branch 'neuralnet' into refactor 2015-07-14 14:13:47 +02:00
parser.pyx Merge branch 'neuralnet' into refactor 2015-07-14 14:13:47 +02:00
stateclass.pxd * Inline methods in StateClass 2015-06-29 01:10:14 +02:00
stateclass.pyx Merge branch 'neuralnet' into refactor 2015-07-14 14:13:47 +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-28 11:02:34 +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-28 11:02:34 +02:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00