Home
last modified time | relevance | path

Searched refs:imapFilename (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp619 std::string imapFilename = grxmlBasename + std::string(".map"); in make_openfst_graphs() local
621 cout << "info: reading word symbols " << imapFilename << endl; in make_openfst_graphs()
622 fst::SymbolTable *word_syms = fst::SymbolTable::ReadText(imapFilename); in make_openfst_graphs()