Source code for polyglotdb.io.parsers.fave

from .aligner import AlignerParser


[docs] class FaveParser(AlignerParser): """ Parser for TextGrids generated by the FAVE-align. """ name = 'FAVE'