Expose the _patterns private member

This commit is contained in:
Matthew Honnibal 2016-09-24 11:20:42 +02:00
parent 15e42a1ba9
commit eaf4065480
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ cdef class Matcher:
cdef Pool mem
cdef vector[TokenPatternC*] patterns
cdef readonly Vocab vocab
cdef object _patterns
cdef public object _patterns
@classmethod
def load(cls, data_dir, Vocab vocab):