Skip to content

coolEphemeroptera/Foreign_Pronunciation_Generator_for_Code-Switch_ASR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foreign Pronunciation Generator (English-Chinese)

avatar

We provide a simple socket script for acquiring Chinese pronunciation of English words (phones in ai-shell lexicon), in which the pronunciation generation algorithm uses ASR phoneme decoding and posterior analysis, with technical support provided by Qudra-V speech studio.

Notification:

Each IP will have 100 trial opportunities

Usage and demo

python generator.py <english_word>

take word "office" as example:

python generator.py office

the remote server will show you some candidates in terminal:

OFFICE aa ao4 f ei3 s iy3
OFFICE aa ao4 f ei3 s iy5
OFFICE aa ao4 f ei4 s iy5
OFFICE aa ao4 f ei4 s iy3

This is a quick tool to solve code-switch speech recognition problems by adding the pronunciation to the lexicon of the monolingual ASR and modifying the language mode.

About

a socket script to obtain chinese phones-sequence for any english word

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages