* Rename vec to repvec

This commit is contained in:
Matthew Honnibal 2015-01-22 02:04:24 +11:00
parent 5e63c606ad
commit 45264e356b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from .typedefs cimport flags_t, attr_t, id_t, hash_t, univ_tag_t
cdef struct LexemeC:
const float* vec
const float* repvec
flags_t flags