OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prefix_fst
(Results
1 - 1
of
1
) sorted by null
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
792
fst::StdVectorFst
prefix_fst
;
local
801
stateSt =
prefix_fst
.AddState();
802
stateEn =
prefix_fst
.AddState();
803
prefix_fst
.SetStart(stateSt); // arg is state ID
804
prefix_fst
.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight
805
prefix_fst
.AddArc(stateSt, fst::StdArc(pau_word, pau_word, 0.0, stateEn));
877
fst::Concat( &
prefix_fst
, g_fst);
878
if(debug)
prefix_fst
.Write( grxmlBasename + ".G2");
[
all
...]
Completed in 585 milliseconds