spaCy/bin
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
..
parser * Begin reorganizing neuralnet work 2015-06-30 14:26:53 +02:00
get_freqs.py * Add get_freqs script 2015-07-14 02:31:32 +02:00
init_model.py * Add supersense sets to lexemes, from WordNet. Look-up via lemmatization. 2015-07-01 18:48:59 +02:00
munge_ewtb.py * Upd munge_ewtb for the new json format 2015-06-06 02:10:33 +02:00
ner_tag.py Remove trailing whitespace 2015-04-19 13:01:38 -07:00
prepare_treebank.py * Exclude empty sentences in prepare_treebank 2015-05-31 01:12:46 +02:00
prepare_vecs.py Remove trailing whitespace 2015-04-19 13:01:38 -07:00