* Merge changes from stash

This commit is contained in:
Matthew Honnibal 2015-02-17 22:07:44 -05:00
parent 0ff078876a
commit 23c1f6fc04

View File

@ -338,6 +338,7 @@ cdef class Token:
while ptr != self.c:
if ptr + ptr.head == self.c:
n += 1
ptr += 1
return n
property n_rights: