"labbu" is a tool created to assist in contextual editing of phonetic "lab" files. These files are common place in a lot of SVS tools. (DiffSinger, NNSVS, etc)
pip install labbu
import labbu
labu = labbu.labbu()
labu.load("sample/sample.lab")
labu.check_label()Please see this page's Wiki for an explanation on how to use labbu's features!
Loading from Praat TextGrid was referenced from Overdramatic's "text2lab" (Thank you!)