From 63629345ce8dbb5e3ff97c4877b0b68c0ff2a75e Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 5 Jun 2023 19:14:26 -0500 Subject: [PATCH] Add phonemes for Basque --- src/python/piper_train/phonemize.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/python/piper_train/phonemize.py b/src/python/piper_train/phonemize.py index 760634f..46d646d 100644 --- a/src/python/piper_train/phonemize.py +++ b/src/python/piper_train/phonemize.py @@ -171,6 +171,8 @@ DEFAULT_PHONEME_ID_MAP: Dict[str, List[int]] = { "#": [149], # Icelandic '"': [150], # Russian "↑": [151], + "\u033a": [152], # Basque + "\u033b": [153], } PHONEME_MAPS = {