Source code for polyglotdb.io.parsers.mfa

from .aligner import AlignerParser


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