spaCy/spacy
2015-01-06 04:51:40 +11:00
..
en * Remove unused import 2015-01-05 18:48:48 +11:00
syntax * Make PyPy work 2015-01-05 17:54:38 +11:00
__init__.pxd * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
__init__.py * Basic punct tests updated and passing 2014-08-27 19:38:57 +02:00
_ml.pxd * Some minor clean-up after HastyModel 2014-12-31 19:46:04 +11:00
_ml.pyx * Make PyPy work 2015-01-05 17:54:38 +11:00
lexeme.pxd * Work on train 2014-12-22 07:25:43 +11:00
lexeme.pyx * Fix orth import 2015-01-05 18:49:19 +11:00
morphology.pxd * All tests now passing for reorg 2014-12-23 13:18:59 +11:00
morphology.pyx * Make PyPy work 2015-01-05 17:54:38 +11:00
orth.pxd * Make PyPy work 2015-01-05 17:54:38 +11:00
orth.pyx * Finally get string types right for orth function 2015-01-06 03:17:39 +11:00
strings.pxd * Tests passing except for morphology/lemmatization stuff 2014-12-23 11:40:32 +11:00
strings.pyx * Tests passing except for morphology/lemmatization stuff 2014-12-23 11:40:32 +11:00
structs.pxd * Tmp 2014-12-24 17:42:00 +11:00
tokenizer.pxd * Move tokenizer to its own file, and refactor 2014-12-20 07:29:16 +11:00
tokenizer.pyx * Make PyPy work 2015-01-05 17:54:38 +11:00
tokens.pxd * Make PyPy work 2015-01-05 17:54:38 +11:00
tokens.pyx * Make PyPy work 2015-01-05 17:54:38 +11:00
typedefs.pxd * Tmp 2014-12-24 17:42:00 +11:00
typedefs.pyx * Add typedefs.pyx 2015-01-06 04:51:40 +11:00
util.py * Make PyPy work 2015-01-05 17:54:38 +11:00
vocab.pxd * Tmp 2014-12-24 17:42:00 +11:00
vocab.pyx * Import orth.word_shape as a C module 2015-01-06 03:18:22 +11:00