mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add cfg field to Tagger
This commit is contained in:
parent
517f090cbf
commit
5bc101006e
|
@ -14,3 +14,4 @@ cdef class Tagger:
|
|||
cdef readonly Vocab vocab
|
||||
cdef readonly TaggerModel model
|
||||
cdef public dict freqs
|
||||
cdef public object cfg
|
||||
|
|
Loading…
Reference in New Issue
Block a user