* Rename vec to repvec

This commit is contained in:
Matthew Honnibal 2015-01-22 02:05:58 +11:00
parent 9cd0b6b3e9
commit 8b9d913d97
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ cdef class Token:
cdef readonly attr_t tag
cdef readonly attr_t dep
cdef readonly ndarray vec
cdef readonly ndarray repvec