Searched refs:_boundary_recall (Results 1 – 1 of 1) sorted by relevance
1032 def _boundary_recall(cls, prediction, reference): member in AnnotationCorpusWeight1057 rec_s, rec_t = cls._boundary_recall(prediction, reference)1058 pre_s, pre_t = cls._boundary_recall(reference, prediction)