mirror of https://github.com/explosion/spaCy.git
bigfix
This commit is contained in:
parent
872695759d
commit
1fe911cdb0
|
@ -8,6 +8,7 @@ cdef class EnglishNounChunks(DocIterator):
|
||||||
cdef int i
|
cdef int i
|
||||||
cdef int _np_label
|
cdef int _np_label
|
||||||
cdef set _np_deps
|
cdef set _np_deps
|
||||||
|
cdef int _conjunct
|
||||||
|
|
||||||
cdef class GermanNounChunks(DocIterator):
|
cdef class GermanNounChunks(DocIterator):
|
||||||
cdef int i
|
cdef int i
|
||||||
|
|
Loading…
Reference in New Issue