Skip to content

Commit 64fb689

Browse files
authored
Merge pull request #1410 from PyThaiNLP/main
upstream main to dev
2 parents f7f134f + 1c8ea11 commit 64fb689

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31-
- uses: DavidAnson/markdownlint-cli2-action@v23
31+
- uses: DavidAnson/markdownlint-cli2-action@v23.1.0
3232
with:
3333
globs: |
3434
**/*.md

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)