spaCy/spacy/tests/parser
2016-01-19 02:54:15 +01:00
..
test_base_nps.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_conjuncts.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_initial_actions_parse.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_ner.py * Add test for matcher end-point problem 2015-11-12 05:00:40 +11:00
test_parse_navigate.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_parse.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_parser_pickle.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_sbd.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_space_attachment.py * Unwind limit to sentence boundary detection that prevents it from inserting boundaries on whitespace. Replace it with a check for whitespace in StateClass.fast_forward, so that whitespace is LeftArced when it's on the stack. This should prevent the previous problem of whitespace-only sentences. Should fix Issue #184, but may cause further problems. Needs testing. 2016-01-19 02:54:15 +01:00
test_subtree.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00