Pv3-Labs / gibberle

A gibberish guessing game.
https://gibberle.vercel.app
2 stars 0 forks source link

Implementation of g2p model #56

Closed nicholashinds closed 1 month ago

nicholashinds commented 1 month ago

Description

After researching, we decided to move forward using a g2p (grapheme-to-phoneme) model for mapping English words to their phonetic translation. We're looking to edit g2p.py from this repo to better suit our needs for Gibberle.

Acceptance Criteria

Dev Notes

Subtasks