FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
encode.h File Reference
#include <memory>
#include <fst/extensions/far/far.h>
#include <fst/extensions/far/getters.h>
#include <fst/extensions/far/map-reduce.h>
#include <fst/encode.h>
#include <fst/fst.h>
#include <fst/vector-fst.h>
#include <string_view>
Include dependency graph for encode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 

Functions

template<class Arc >
void fst::Encode (FarReader< Arc > &reader, FarWriter< Arc > &writer, EncodeMapper< Arc > *mapper)
 
template<class Arc >
void fst::Decode (FarReader< Arc > &reader, FarWriter< Arc > &writer, const EncodeMapper< Arc > &mapper)