diff --git a/qurator/dinglehopper/ocr_files.py b/qurator/dinglehopper/ocr_files.py index e1267f7..1652b71 100644 --- a/qurator/dinglehopper/ocr_files.py +++ b/qurator/dinglehopper/ocr_files.py @@ -51,8 +51,6 @@ def normalize(text, normalization): if normalization == Normalization.NFC_MUFI: raise NotImplementedError() if normalization == Normalization.NFC_SBB: - # XXX This needs to be redone - # https://github.com/qurator-spk/dinglehopper/issues/11 return substitute_equivalences(text) else: raise ValueError()