remove todo

This commit is contained in:
kadarakos 2023-05-08 13:20:49 +00:00
parent b7ce3ab42f
commit 530d812aed

View File

@ -290,7 +290,6 @@ class SpanFinder(TrainablePipe):
def _get_aligned_truth_scores(self, examples) -> List[Tuple[int, int]]:
"""Align scores of the predictions to the references for calculating the loss"""
# TODO: handle misaligned (None) alignments
# TODO: handle cases with differing whitespace in texts
reference_truths = []
for eg in examples: