M2MSymbol#

class montreal_forced_aligner.db.M2MSymbol(**kwargs)[source]#

Bases: Base

Database class for storing information many to many G2P training information

Parameters:
  • id (int) – Primary key

  • symbol (str) – Symbol

  • total_order (int) – Summed order of graphemes and phones

  • max_order (int) – Maximum order between graphemes and phones

  • grapheme_order (int) – Grapheme order

  • phone_order (int) – Phone order

  • weight (float) – Weight of arcs

  • jobs (list[M2M2Job]) – Jobs that use this symbol