spaCy/spacy/tests
2016-05-02 15:28:07 +02:00
..
matcher bugfix: introducing multiple roots now updates original head's properties 2016-04-20 16:42:41 +02:00
morphology add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
munge add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
parser * Fix merge conflict in test_parse 2016-05-02 15:28:07 +02:00
print add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
serialize add tests for serialization bug 2016-05-02 11:01:56 +02:00
spans add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
tagger bugfix: introducing multiple roots now updates original head's properties 2016-04-20 16:42:41 +02:00
tokenizer * Fix infixed commas in tokenizer, re Issue #326. Need to benchmark on empirical data, to make sure this doesn't break other cases. 2016-04-14 11:36:03 +02:00
tokens * Refactor noun chunk iterators, so that they're simple functions. Install the iterator when the Doc is created, but allow users to write to the noun_chunk_iterator attribute. The iterator functions accept an object and yield (int start, int end, int label) triples. 2016-05-02 14:25:10 +02:00
vectors add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
vocab add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
website add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
conftest.py untangle data_path/via 2016-01-16 12:23:45 +01:00
prag_sbd.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
sun.tokens * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
sun.txt * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_docs.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_matcher.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_pickle.py * Comment out pickle tests 2016-01-25 15:51:13 +01:00
tokenizer.sed * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00