mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-13 20:39:58 +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:
|
if normalization == Normalization.NFC_MUFI:
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
if normalization == Normalization.NFC_SBB:
|
if normalization == Normalization.NFC_SBB:
|
||||||
# XXX This needs to be redone
|
|
||||||
# https://github.com/qurator-spk/dinglehopper/issues/11
|
|
||||||
return substitute_equivalences(text)
|
return substitute_equivalences(text)
|
||||||
else:
|
else:
|
||||||
raise ValueError()
|
raise ValueError()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue