GBPhone is a phone recognizer trained for British English and producing
SAMPA phone symbols.
GBPhone was fine tuned from the
wav2vec2 XLSR model using a British English dataset.
An example Python script is included. Output is a CSV file with log likelihoods per phone per frame.
Because the model is trained by CTC, each phone is marked only at the start of each segment, and the blank symbol (blk) is used to pad the rest of the segment.
An example R script is included to display the recognition results.