* Make mem and vocab python-visible in Doc

This commit is contained in:
Matthew Honnibal 2015-07-28 20:46:59 +02:00
parent d42fe2e694
commit 6609fcf4b2

View File

@ -15,8 +15,8 @@ ctypedef fused LexemeOrToken:
cdef class Doc:
cdef Pool mem
cdef Vocab vocab
cdef readonly Pool mem
cdef readonly Vocab vocab
cdef TokenC* data