spaCy/spacy
2014-11-07 04:42:04 +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
context.pxd * Add extra context tokens 2014-11-07 04:40:36 +11:00
context.pyx * Add extra context tokens 2014-11-07 04:40:36 +11:00
en.pxd * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
en.pyx * Tighten interfaces 2014-10-30 18:14:42 +11:00
lang.pxd * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
lang.pyx * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
lexeme.pxd * Fix context vector, importing all features 2014-11-05 22:11:39 +11:00
lexeme.pyx * Remove vocab10k field, and add flags for gazetteers 2014-11-03 00:13:51 +11:00
ner_feats.pxd * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
ner_feats.pyx * Play with NER feats a bit. Up to 82.00 training on MUC7. 2014-11-05 21:47:17 +11:00
orth.py * Refine word_shape feature, by trimming the max sequence length 2014-11-07 04:41:29 +11:00
pos_feats.pxd * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
pos_feats.pyx * Fix context vector, importing all features 2014-11-05 22:11:39 +11:00
pos_util.py * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
tagger.pxd * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
tagger.pyx * Increase default number of iterations from 5 to 10 2014-11-07 04:42:04 +11:00
tokens.pxd * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
tokens.pyx * Complete refactor of Tagger features, to use a generic list of context names. 2014-11-05 20:45:29 +11:00
typedefs.pxd * Generalize tagger code, in preparation for NER and supersense tagging. 2014-11-05 03:42:14 +11:00
utf8string.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
utf8string.pyx * Fix strings i/o, removing use of ujson library in favour of plain text file. Allows better control of codecs. 2014-11-02 13:20:37 +11:00
util.py * Tighten interfaces 2014-10-30 18:14:42 +11:00