spaCy/spacy/tests
2016-05-03 16:58:59 +02:00
..
integration add model sanity test 2016-05-03 12:51:47 +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 reformulate noun chunk tests for English 2016-05-03 14:24:35 +02:00
print add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
serialize * Fix formatting on serializer tests 2016-05-02 16:07:21 +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
unit German noun chunk iterator now doesn't return tokens more than once 2016-05-03 16:58:59 +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 reformulate noun chunk tests for English 2016-05-03 14:24:35 +02: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