spaCy/spacy
2015-01-15 03:51:47 +11:00
..
en * Tests passing after refactor. API has obvious warts, particularly in Token and Lexeme 2015-01-15 00:33:16 +11:00
syntax * Fix parser 2015-01-08 01:19:23 +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 * Tests passing after refactor. API has obvious warts, particularly in Token and Lexeme 2015-01-15 00:33:16 +11:00
lexeme.pyx * Tests passing after refactor. API has obvious warts, particularly in Token and Lexeme 2015-01-15 00:33:16 +11:00
morphology.pxd * Tmp commit. Refactoring to create a Python Lexeme class. 2015-01-12 10:26:22 +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 * Tmp commit. Refactoring to create a Python Lexeme class. 2015-01-12 10:26:22 +11:00
strings.pyx * Tests passing after refactor. API has obvious warts, particularly in Token and Lexeme 2015-01-15 00:33:16 +11:00
structs.pxd * Tmp. Refactoring, introducing a Lexeme PyObject. 2015-01-12 11:23:44 +11:00
tokenizer.pxd * Tmp commit. Refactoring to create a Python Lexeme class. 2015-01-12 10:26:22 +11:00
tokenizer.pyx * Tmp commit. Refactoring to create a Python Lexeme class. 2015-01-12 10:26:22 +11:00
tokens.pxd * Revise interface to Token. Strings now have attribute names like norm1_ 2015-01-15 03:51:47 +11:00
tokens.pyx * Revise interface to Token. Strings now have attribute names like norm1_ 2015-01-15 03:51:47 +11:00
typedefs.pxd * Tmp. Refactoring, introducing a Lexeme PyObject. 2015-01-12 11:23:44 +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. Working on refactor. Compiles, must hook up lexical feats. 2015-01-14 00:03:48 +11:00
vocab.pyx * Tests passing after refactor. API has obvious warts, particularly in Token and Lexeme 2015-01-15 00:33:16 +11:00