spaCy/spacy/tests/parser
Wolfgang Seeker 3448cb40a4 integrated pseudo-projective parsing into parser
- nonproj.pyx holds a class PseudoProjectivity which currently holds
  all functionality to implement Nivre & Nilsson 2005's pseudo-projective
  parsing using the HEAD decoration scheme
- changed lefts/rights in Token to account for possible non-projective
  structures
2016-03-01 10:09:08 +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 integrated pseudo-projective parsing into parser 2016-03-01 10:09:08 +01: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 mark test_sentence_space() as model test 2016-02-10 07:49:11 +01:00
test_subtree.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00