Source code for polyglotdb.io.parsers.fave

from polyglotdb.io.parsers.aligner import AlignerParser


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