spaCy/spacy/tokens
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
..
__init__.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
__init__.py * Rename spans.pyx to span.pyx 2015-11-04 00:14:40 +11:00
doc.pxd * Make set_parse nogil 2016-01-30 20:27:52 +01:00
doc.pyx * Refine the way the is_parsed attribute is set by from_array 2016-02-06 14:44:35 +01:00
span.pxd * Removed unused i variable from Span, and set attributes to read-only 2015-11-07 17:06:15 +11:00
span.pyx * Restore previous patch to Span.root, as it seems it wasn't the cause of the problem. 2016-02-06 13:37:41 +01:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx integrated pseudo-projective parsing into parser 2016-03-01 10:09:08 +01:00