FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::PdtComposeFstOptions< Arc, false > Class Template Reference

#include <compose.h>

Inheritance diagram for fst::PdtComposeFstOptions< Arc, false >:
Inheritance graph
[legend]
Collaboration diagram for fst::PdtComposeFstOptions< Arc, false >:
Collaboration graph
[legend]

Public Types

using Label = typename Arc::Label
 
using PdtMatcher = ParenMatcher< Fst< Arc >>
 
using PdtFilter = ParenFilter< SequenceComposeFilter< PdtMatcher >>
 

Public Member Functions

 PdtComposeFstOptions (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, const std::vector< std::pair< Label, Label >> &parens, bool expand=false, bool keep_parens=true)
 
- Public Member Functions inherited from fst::ComposeFstOptions< Arc, ParenMatcher< Fst< Arc > >, ParenFilter< SequenceComposeFilter< ParenMatcher< Fst< Arc > > > > >
 ComposeFstOptions (const CacheOptions &opts=CacheOptions(), ParenMatcher< Fst< Arc > > *matcher1=nullptr, ParenMatcher< Fst< Arc > > *matcher2=nullptr, ParenFilter< SequenceComposeFilter< ParenMatcher< Fst< Arc > > > > *filter=nullptr, GenericComposeStateTable< Arc, typename ParenFilter< SequenceComposeFilter< ParenMatcher< Fst< Arc > > > >::FilterState > *state_table=nullptr)
 
- Public Member Functions inherited from fst::CacheOptions
 CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit)
 

Additional Inherited Members

- Public Attributes inherited from fst::ComposeFstOptions< Arc, ParenMatcher< Fst< Arc > >, ParenFilter< SequenceComposeFilter< ParenMatcher< Fst< Arc > > > > >
ParenMatcher< Fst< Arc > > * matcher1
 
ParenMatcher< Fst< Arc > > * matcher2
 
ParenFilter< SequenceComposeFilter< ParenMatcher< Fst< Arc > > > > * filter
 
GenericComposeStateTable< Arc, typename ParenFilter< SequenceComposeFilter< ParenMatcher< Fst< Arc > > > >::FilterState > * state_table
 
- Public Attributes inherited from fst::CacheOptions
bool gc
 
size_t gc_limit
 

Detailed Description

template<class Arc>
class fst::PdtComposeFstOptions< Arc, false >

Definition at line 443 of file compose.h.

Member Typedef Documentation

template<class Arc >
using fst::PdtComposeFstOptions< Arc, false >::Label = typename Arc::Label

Definition at line 448 of file compose.h.

template<class Arc >
using fst::PdtComposeFstOptions< Arc, false >::PdtFilter = ParenFilter<SequenceComposeFilter<PdtMatcher>>

Definition at line 450 of file compose.h.

template<class Arc >
using fst::PdtComposeFstOptions< Arc, false >::PdtMatcher = ParenMatcher<Fst<Arc>>

Definition at line 449 of file compose.h.

Constructor & Destructor Documentation

template<class Arc >
fst::PdtComposeFstOptions< Arc, false >::PdtComposeFstOptions ( const Fst< Arc > &  ifst1,
const Fst< Arc > &  ifst2,
const std::vector< std::pair< Label, Label >> &  parens,
bool  expand = false,
bool  keep_parens = true 
)
inline

Definition at line 456 of file compose.h.


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