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

Go to the source code of this file.

Namespaces

 fst
 
 fst::internal
 

Functions

template<class Arc , class Functor >
void fst::internal::Map (FarReader< Arc > &reader, FarWriter< Arc > &writer, Functor functor)
 
template<class Arc , class Functor >
bool fst::internal::MapAllReduce (FarReader< Arc > &reader1, FarReader< Arc > &reader2, Functor functor, std::string_view begin_key="", std::string_view end_key="")