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 = {