A simple python3
module for predicting phonetic content of Icelandic text using the work from here.
Install python requirements with pip install -r requirements.txt
. If you run into any issues with installing sequitur-g2p
, refer to this
Given a file like ./data/input.tsv
, the function main.g2p_file()
will produce a file like ./data/results.tsv
.