GRM-SFST  sfst-1.2.1
OpenGrm SFst Library
Functions
sfstintersect.cc File Reference
#include <cstring>
#include <string>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/fst.h>
#include <fst/vector-fst.h>
#include <sfst/intersect.h>
#include <sfst/trim.h>
Include dependency graph for sfstintersect.cc:

Go to the source code of this file.

Functions

 DEFINE_int64 (phi_label, fst::kNoLabel,"Specifies failure label (default: none)")
 
 DEFINE_bool (trim, true,"Removes useless states and transitions")
 
 DEFINE_string (trim_type,"needed_final","Trim type, one of: ""\"needed_trim\", \"needed_final\", ""\"needed_nonfinal")
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( trim  ,
true  ,
"Removes useless states and transitions"   
)
DEFINE_int64 ( phi_label  ,
fst::kNoLabel  ,
"Specifies failure label (default: none)"   
)
DEFINE_string ( trim_type  ,
"needed_final"  ,
"Trim  type,
one of:""\"needed_trim\"  ,
\"needed_final\"  ,
""\"needed_nonfinal"   
)
int main ( int  argc,
char **  argv 
)

Definition at line 35 of file sfstintersect.cc.