FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | Public Attributes | List of all members
fst::PdtExpandOptions< Arc > Struct Template Reference

#include <expand.h>

Public Types

using Weight = typename Arc::Weight
 

Public Member Functions

 PdtExpandOptions (bool connect=true, bool keep_parentheses=false, Weight weight_threshold=Weight::Zero())
 

Public Attributes

bool connect
 
bool keep_parentheses
 
Weight weight_threshold
 

Detailed Description

template<class Arc>
struct fst::PdtExpandOptions< Arc >

Definition at line 909 of file expand.h.

Member Typedef Documentation

template<class Arc>
using fst::PdtExpandOptions< Arc >::Weight = typename Arc::Weight

Definition at line 910 of file expand.h.

Constructor & Destructor Documentation

template<class Arc>
fst::PdtExpandOptions< Arc >::PdtExpandOptions ( bool  connect = true,
bool  keep_parentheses = false,
Weight  weight_threshold = Weight::Zero() 
)
inlineexplicit

Definition at line 916 of file expand.h.

Member Data Documentation

template<class Arc>
bool fst::PdtExpandOptions< Arc >::connect

Definition at line 912 of file expand.h.

template<class Arc>
bool fst::PdtExpandOptions< Arc >::keep_parentheses

Definition at line 913 of file expand.h.

template<class Arc>
Weight fst::PdtExpandOptions< Arc >::weight_threshold

Definition at line 914 of file expand.h.


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