spaCy/tests
Matthew Honnibal 79328e895c * Rename tests
2015-10-13 19:37:48 +11:00
..
de * Comment out german test 2015-09-13 10:57:47 +10:00
matcher * Update tests, after removal of spacy.en.attrs 2015-10-09 13:37:25 +11:00
morphology * Rename tests 2015-10-13 19:37:48 +11:00
munge * Add test for strip_bad_periods reading in read_conll.parse 2015-06-18 16:36:04 +02:00
parser * Rename tests 2015-10-13 19:37:48 +11:00
serialize * Remove test_freqs function 2015-09-12 04:20:43 +02:00
spans * Upd test_merge 2015-09-15 14:55:23 +10:00
tagger * Add pickle test for lemmatizer 2015-10-13 13:44:41 +11:00
tokenizer * Fix infix test 2015-07-26 17:32:55 +02:00
tokens Merge remote-tracking branch 'upstream/master' 2015-10-08 22:53:02 -07:00
vectors * Add tests for new vectors functionality 2015-09-14 17:48:13 +10:00
vocab * Merge 2015-10-13 05:25:49 +02:00
website * Fix test 2015-10-13 15:58:46 +11:00
conftest.py * Add flags to pytest to tests requiring models, vectors or slow functions to be toggled. 2015-07-23 01:19:03 +02:00
prag_sbd.py * Fix prag_sbd tests 2015-10-13 04:54:15 +02:00
sun.tokens Remove trailing whitespace 2015-04-19 13:01:38 -07:00
sun.txt * Fix tests 2015-06-07 18:07:32 +02:00
test_basic_create.py * Fix assertion in test_basic_create 2015-10-12 00:48:18 +11:00
test_basic_load.py * Fix test that was failing on travis 2015-10-13 18:50:39 +11:00
test_docs.py * Comment out old doc tests for now 2015-08-26 19:23:04 +02:00
test_matcher.py * Mark a matcher test as requiring the model 2015-09-06 20:19:51 +02:00
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 Remove trailing whitespace 2015-04-19 13:01:38 -07:00