diff --git a/spacy/gold.pyx b/spacy/gold.pyx index c534c2d9b..c72c86876 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -586,9 +586,9 @@ cdef class GoldParse: raise Exception("Cycle found: %s" % cycle) def __len__(self): - """Get the number of gold-standard tokens. + """Get the number of predicted tokens the annotations have been aligned to. - RETURNS (int): The number of gold-standard tokens. + RETURNS (int): The number of tokens. """ return self.length