Skip to content
/ g2p Public

Pre-trained grapheme-to-phoneme (G2P) models

Notifications You must be signed in to change notification settings

petronny/g2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-trained Grapheme-to-Phoneme (G2P) models

This project is aiming to produce high quality phoneme transcriptions as the ground-truth for other projects.

Highlights

  • If a word can be found in the given phonemic dictionary, it will use the phonemic transcriptions provided by the dictionary.
  • If a word can not be found in the given phonemic dictionary, it will do the convertion with the pre-trained G2P model.
  • You don't need to mind the speed of the pre-trained G2P model since all the convertion results of it will be cached.
  • You can check the convertion results in the logs at the debug level.

Installation

  • Install Sequitur G2P
  • Clone the repository and update the submodules
git clone --recursive https://github.com/petronny/g2p

Usage

See demo.py

About

Pre-trained grapheme-to-phoneme (G2P) models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published