spaCy/tests/vocab
2015-10-13 13:44:41 +11:00
..
conftest.py * Add tests/vocab/conftest.py 2015-06-07 18:02:47 +02:00
test_asciify.py * Reorganize tests 2015-06-07 16:49:46 +02:00
test_flag_features.py * Reorganize tests 2015-06-07 16:49:46 +02:00
test_intern.py * Allow StringStore to be pickled, to start addressing Issue #125 2015-10-13 13:44:41 +11:00
test_is_punct.py * Reorganize tests 2015-06-07 16:49:46 +02:00
test_lexeme_flags.py * Update tests, after removal of spacy.en.attrs 2015-10-09 13:37:25 +11:00
test_number.py * Reorganize tests 2015-06-07 16:49:46 +02:00
test_shape.py * Reorganize tests 2015-06-07 16:49:46 +02:00
test_urlish.py * Reorganize tests 2015-06-07 16:49:46 +02:00
test_vocab.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