spaCy/tests
Matthew Honnibal f6d74b14de * Merge
2015-10-13 05:25:49 +02:00
..
de
matcher
morphology * Ensure Morphology can be pickled, to address Issue #125. 2015-10-13 13:44:41 +11:00
munge
parser * Fix test_parse_navigate looking for test file in wrong place 2015-10-13 14:19:12 +11:00
serialize
spans
tagger * Add pickle test for lemmatizer 2015-10-13 13:44:41 +11:00
tokenizer
tokens
vectors
vocab * Merge 2015-10-13 05:25:49 +02:00
website * Allow SPACY_DATA environment variable in website tests 2015-10-13 13:44:40 +11:00
conftest.py
prag_sbd.py * Fix prag_sbd tests 2015-10-13 04:54:15 +02:00
sun.tokens
sun.txt
test_basic_create.py * Fix assertion in test_basic_create 2015-10-12 00:48:18 +11:00
test_basic_load.py * Add more tests to probe mingw32 failure 2015-10-11 22:40:04 +11:00
test_docs.py
test_matcher.py
test_pickle.py * Very scrappy, likely buggy first-cut pickle implementation, to work on Issue #125: allow pickle for Apache Spark. The current implementation sends stuff to temp files, and does almost nothing to ensure all modifiable state is actually preserved. The Language() instance is a deep tree of extension objects, and if pickling during training, some of the C-data state is hard to preserve. 2015-10-13 13:44:41 +11:00
tokenizer.sed