Skip to content

Commit 08b2788

Browse files
authored
Patch #1409
Patch #1409 Removed duplicate replace for tone mark '˧'.
1 parent 3152a36 commit 08b2788

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pythainlp/soundex/sound.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def _clean_ipa(ipa: str) -> str:
2828
.replace("˨˩", "")
2929
.replace("˦˥", "")
3030
.replace("˧", "")
31-
.replace("˧", "")
3231
.replace(" .", ".")
3332
.replace(". ", ".")
3433
.strip()

0 commit comments

Comments
 (0)