spaCy/spacy/tests
2016-09-21 20:45:20 +02:00
..
integration add model sanity test 2016-05-03 12:51:47 +02:00
matcher Fix matcher tests 2016-09-21 20:45:20 +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 * Add test for Issue #309 2016-05-04 16:00:28 +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 span.sent property, re Issue #366 2016-05-06 00:17:38 +02:00
tagger bugfix: introducing multiple roots now updates original head's properties 2016-04-20 16:42:41 +02:00
tokenizer * Fix Issue #360: Tokenizer failed when the infix regex matched the start of the string while trying to tokenize multi-infix tokens. 2016-05-09 13:23:47 +02:00
tokens * Fix Issue #367: Missing has_vector property on Doc and Span objects 2016-05-09 12:36:14 +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 * Remove print from test 2016-05-05 11:10:59 +02: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 Initial, limited support for quantified patterns in Matcher, and tracking of ent_id attribute in Token and Span. The quantifiers need a lot more testing, and there are some known problems. The main known problem is that the zero-plus and one-plus quantifiers won't work if a token can match both the quantified pattern expression AND the tail of the match. 2016-09-21 14:54:55 +02: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