spaCy/spacy
2014-10-24 02:23:42 +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
en.pxd * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
en.pyx * Switch to new data model, tests passing 2014-10-10 08:11:31 +11:00
lang.pxd * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
lang.pyx * 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
lexeme.pxd * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
lexeme.pyx * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
orth.py * Add offsets to Tokens class. Some changes to interfaces, and reorganization of spacy.Lang 2014-10-14 16:17:45 +11:00
pos_util.py * 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
pos.pxd * Add greedy pos tagger 2014-10-22 10:17:26 +11:00
pos.pyx * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
tokens.pxd * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
tokens.pyx * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
typedefs.pxd * Add offsets to Tokens class. Some changes to interfaces, and reorganization of spacy.Lang 2014-10-14 16:17:45 +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 * 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
util.py * Add function to read detokenization rules 2014-10-22 12:54:59 +11:00