Awali
Another Weighted Automata library
|
#include <awali/sttc/core/mutable_automaton.hh>
#include <awali/sttc/algos/projection.hh>
#include <awali/sttc/labelset/traits.hh>
#include <awali/sttc/misc/add_epsilon_trans.hh>
#include <awali/sttc/misc/sub_tuple.hh>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::sttc | |
Namespace for the static layer of Awali. | |
awali::sttc::internal | |
Implementation details of static layer (not stable). | |
Functions | |
template<unsigned I, typename Tdc > | |
auto | awali::sttc::letterize_tape (const Tdc &tdc, bool keep_history=true) -> typename internal::tdc_letterizer< Tdc, I, typename labelset_t_of< Tdc >::template valueset_t< I >>::ret_transducer_t |