Source code for polyglotdb.io.parsers.mfa

from polyglotdb.io.parsers.aligner import AlignerParser


[docs] class MfaParser(AlignerParser): """ Parser for TextGrids generated by the Montreal Forced Aligner. """ name = "MFA"