spaCy/spacy/tests
Wolfgang Seeker 4b2297d5d4 add class PseudoProjective for pseudo-projective parsing
PseudoProjective() implements the algorithm from Nivre & Nilsson 2005
using their HEAD decoration scheme.
2016-02-24 11:26:25 +01:00
..
matcher * Fix matcher test 2016-01-19 20:24:01 +01:00
morphology * xfail pickle tests 2016-02-05 12:46:58 +01:00
munge * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
parser mark test_sentence_space() as model test 2016-02-10 07:49:11 +01:00
print fixed error when printing unicode 2015-11-02 20:23:18 +02:00
serialize py26 compatibility 2016-02-10 14:32:54 +01:00
spans * Set heads for test_merge_tokens, to make the test run without models 2016-01-18 17:00:11 +01:00
tagger * Fix test for whitespace 2016-01-19 20:38:26 +01:00
tokenizer Update test_tokenizer.py 2016-02-10 19:24:37 +01:00
tokens * Add test for Issue #251: Incorrect right edges, caused by bad update to r_edge in del_arc, triggered from non-monotonic left-arc 2016-02-06 23:47:51 +01:00
vectors * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
vocab * Merge master into rethinc2 2016-02-05 12:55:59 +01:00
website * Tweak usage example for multi-processing 2016-02-06 14:44:11 +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_nonproj.py add class PseudoProjective for pseudo-projective parsing 2016-02-24 11:26:25 +01: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