95de2cd5595a403bdd59565bcf6dc4b80b00dfa5,utils/text/symbols.py,,,#,10

Before Change


_phoneme_punctuations = ".!;:,?"

// TODO: include more phoneme characters for other languages.
_phonemes = ["l","ɹ","ɜ","ɚ","k","u","ʔ","ð","ɐ","ɾ","ɑ","ɔ","b","ɛ","t","v","n","m","ʊ","ŋ","s",
             "ʌ","o","ʃ","i","p","æ","e","a","ʒ"," ","h","ɪ","ɡ","f","r","w","ɫ","ɬ","d","x","ː",
             "ᵻ","ə","j","θ","z","ɒ"]

_phonemes = sorted(list(set(_phonemes)))

// Prepend "@" to ARPAbet symbols to ensure uniqueness (some are the same as uppercase letters):
_arpabet = ["@" + s for s in _phonemes]

After Change


if __name__ == "__main__":
    print(" > TTS symbols {}".format(len(symbols)))
    print(symbols)
    print(" > TTS phonemes {}".format(len(phonemes)))
    print(phonemes)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: mozilla/TTS
Commit Name: 95de2cd5595a403bdd59565bcf6dc4b80b00dfa5
Time: 2019-03-11
Author: fabriziogiovannetti@gmail.com
File Name: utils/text/symbols.py
Class Name:
Method Name:


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 8c18cecf15a8935d8bf712edcc91ac05daf2176e
Time: 2020-06-16
Author: tmatsuo@google.com
File Name: appengine/standard/noxfile-template.py
Class Name:
Method Name:


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 5810701ca3a9fae4ef3baada2a137ee5a660353b
Time: 2020-05-15
Author: tmatsuo@google.com
File Name: noxfile-template.py
Class Name:
Method Name: