mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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 Vocab vocab
|
||||||
cdef readonly TaggerModel model
|
cdef readonly TaggerModel model
|
||||||
cdef public dict freqs
|
cdef public dict freqs
|
||||||
|
cdef public object cfg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user