diff options
Diffstat (limited to 'python/cdec/sa/_sa.pxd')
-rw-r--r-- | python/cdec/sa/_sa.pxd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/cdec/sa/_sa.pxd b/python/cdec/sa/_sa.pxd index f1cd8e29..2067e2b2 100644 --- a/python/cdec/sa/_sa.pxd +++ b/python/cdec/sa/_sa.pxd @@ -28,7 +28,9 @@ cdef class FeatureVector: cdef class Phrase: cdef int *syms - cdef int n, *varpos, n_vars + cdef int n, + cdef int *varpos, + cdef n_vars cdef public int chunkpos(self, int k) cdef public int chunklen(self, int k) |