Skip to content

Commit

Permalink
feat: und now maps colon to an empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Apr 13, 2022
1 parent 95e25af commit 0b8c8d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions g2p/mappings/langs/und/und_to_ipa.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
{"in": "@", "out": "ə"},
{"in": "?", "out": "ʔ"},
{"in": "'", "out": "ʔ"},
{"in": ",", "out": "ʔ"}
]
{"in": ",", "out": "ʔ"},
{"in": ":", "out": ""}
]

0 comments on commit 0b8c8d9

Please sign in to comment.