Add cfg field to Tagger

This commit is contained in:
Matthew Honnibal 2016-10-17 01:03:41 +02:00
parent 517f090cbf
commit 5bc101006e

View File

@ -14,3 +14,4 @@ cdef class Tagger:
cdef readonly Vocab vocab
cdef readonly TaggerModel model
cdef public dict freqs
cdef public object cfg