PhoneAlignLatticeOptions Struct Reference

#include <phone-align-lattice.h>

Collaboration diagram for PhoneAlignLatticeOptions:

Public Member Functions

 PhoneAlignLatticeOptions ()
 
void Register (OptionsItf *opts)
 

Public Attributes

bool reorder
 
bool remove_epsilon
 
bool replace_output_symbols
 

Detailed Description

Definition at line 34 of file phone-align-lattice.h.

Constructor & Destructor Documentation

◆ PhoneAlignLatticeOptions()

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 41 of file phone-align-lattice.h.

References kaldi::PhoneAlignLattice(), and OptionsItf::Register().

Referenced by main().

41  {
42  opts->Register("reorder", &reorder, "True if lattice was created from HCLG with "
43  "--reorder=true option.");
44  opts->Register("remove-epsilon", &remove_epsilon, "If true, removes epsilons from "
45  "the phone lattice; if replace-output-symbols==false, this will "
46  "mean that an arc can have multiple phones on it.");
47  opts->Register("replace-output-symbols", &replace_output_symbols, "If true, "
48  "the output symbols (typically words) will be replaced with "
49  "phones.");
50  }

Member Data Documentation

◆ remove_epsilon

bool remove_epsilon

◆ reorder

◆ replace_output_symbols


The documentation for this struct was generated from the following file: