mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
🧹 dinglehopper: Remove obsolete XXX that has a GitHub issue
This commit is contained in:
parent
9f05e6ca4c
commit
37edc0336f
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue