FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
properties.cc File Reference
#include <fst/properties.h>
#include <cstddef>
#include <cstdint>
#include <vector>
#include <string_view>
Include dependency graph for properties.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::internal
 

Functions

uint64_t fst::ClosureProperties (uint64_t inprops, bool star, bool delayed=false)
 
uint64_t fst::ComplementProperties (uint64_t inprops)
 
uint64_t fst::ComposeProperties (uint64_t inprops1, uint64_t inprops2)
 
uint64_t fst::ConcatProperties (uint64_t inprops1, uint64_t inprops2, bool delayed=false)
 
uint64_t fst::DeterminizeProperties (uint64_t inprops, bool has_subsequential_label, bool distinct_psubsequential_labels)
 
uint64_t fst::FactorWeightProperties (uint64_t inprops)
 
uint64_t fst::InvertProperties (uint64_t inprops)
 
uint64_t fst::ProjectProperties (uint64_t inprops, bool project_input)
 
uint64_t fst::RandGenProperties (uint64_t inprops, bool weighted)
 
uint64_t fst::ReplaceProperties (const std::vector< uint64_t > &inprops, size_t root, bool epsilon_on_call, bool epsilon_on_return, bool out_epsilon_on_call, bool out_epsilon_on_return, bool replace_transducer, bool no_empty_fst, bool all_ilabel_sorted, bool all_olabel_sorted, bool all_negative_or_dense)
 
uint64_t fst::RelabelProperties (uint64_t inprops)
 
uint64_t fst::ReverseProperties (uint64_t inprops, bool has_superinitial)
 
uint64_t fst::ReweightProperties (uint64_t inprops, bool added_start_epsilon)
 
uint64_t fst::RmEpsilonProperties (uint64_t inprops, bool delayed=false)
 
uint64_t fst::ShortestPathProperties (uint64_t props, bool tree=false)
 
uint64_t fst::SynchronizeProperties (uint64_t inprops)
 
uint64_t fst::UnionProperties (uint64_t inprops1, uint64_t inprops2, bool delayed=false)