spaCy/spacy
2014-12-22 08:54:47 +11:00
..
en * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
syntax * Work on train 2014-12-22 07:25:43 +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
lexeme.pxd * Work on train 2014-12-22 07:25:43 +11:00
lexeme.pyx * Work on train 2014-12-22 07:25:43 +11:00
morphology.pxd * Export set_morph_from_dict function 2014-12-20 07:28:27 +11:00
morphology.pyx * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
orth.py * Improve efficiency of tagger, and improve morphological processing 2014-12-10 01:02:04 +11:00
strings.pxd * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
strings.pyx * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
structs.pxd * Tmp 2014-12-21 05:36:29 +11:00
tagger.pxd * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
tagger.pyx * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
tokenizer.pxd * Move tokenizer to its own file, and refactor 2014-12-20 07:29:16 +11:00
tokenizer.pyx * Work on train 2014-12-22 07:25:43 +11:00
tokens.pxd * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
tokens.pyx * Work on train 2014-12-22 07:25:43 +11:00
typedefs.pxd * Work on train 2014-12-22 07:25:43 +11:00
util.py * Tmp 2014-12-21 05:36:29 +11:00
vocab.pxd * Import slice_unicode from strings.pyx 2014-12-20 07:56:26 +11:00
vocab.pyx * Add vocab.pyx to setup, and ensure we can import spacy.en.lang 2014-12-21 06:03:53 +11:00