diff --git a/spacy/gold.pyx b/spacy/gold.pyx index 24d1e0822..23a6afa41 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -394,7 +394,7 @@ cdef class GoldParse: def __init__(self, doc, annot_tuples=None, words=None, tags=None, heads=None, deps=None, entities=None, make_projective=False, - cats=None): + cats=None, **_): """Create a GoldParse. doc (Doc): The document the annotations refer to.