spaCy/spacy/syntax/conll.pxd
2015-03-26 16:44:42 +01:00

8 lines
174 B
Cython

from ..structs cimport TokenC
cdef class GoldParse:
cdef int* heads
cdef int* labels
cdef int heads_correct(self, TokenC* tokens, bint score_punct=?) except -1