mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 06:29:59 +02:00
🧹 dinglehopper: Remove obsolete XXX that has a GitHub issue
This commit is contained in:
parent
e0aa9bc3f4
commit
507ad6b6a4
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