spaCy/spacy/tests/parser
Wolfgang Seeker d99a9cbce9 different handling of space tokens
space tokens are now always attached to the previous non-space token
there are two exceptions:
leading space tokens are attached to the first following non-space token
in input that consists exclusively of space tokens, the last space token
is the head of all others.
2016-04-13 15:28:28 +02:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +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_nonproj.py make a proper list from zip iterator 2016-03-03 19:51:01 +01:00
test_parse.py different handling of space tokens 2016-04-13 15:28:28 +02:00
test_parse_navigate.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 different handling of space tokens 2016-04-13 15:28:28 +02:00
test_space_attachment.py different handling of space tokens 2016-04-13 15:28:28 +02:00
test_subtree.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00