* Rename span.right to span.rights

This commit is contained in:
Matthew Honnibal 2015-07-11 22:15:04 +02:00
parent da9f358166
commit 8d29406cd6

View File

@ -92,7 +92,7 @@ cdef class Span:
if left.i < self.start:
yield left
property right:
property rights:
"""Tokens that are to the right of the Span, whose head is within the Span."""
def __get__(self):
for token in self: