Go to the source code of this file.
|
| DEFINE_string (lm,"","Input ARPA format LM.") |
|
| DEFINE_string (eps,"<eps>","Epsilon symbol.") |
|
| DEFINE_string (sb,"<s>","Sentence begin token.") |
|
| DEFINE_string (se,"</s>","Sentence end token.") |
|
| DEFINE_string (split,"}","Character separating grapheme/phoneme info.") |
|
| DEFINE_string (skip,"_","Character indicating insertions/deletions.") |
|
| DEFINE_string (tie,"|","Character separating multi-token subsequences.") |
|
| DEFINE_string (ofile,"","Output file for writing. (STDOUT)") |
|
int | main (int argc, char *argv[]) |
|
DEFINE_string |
( |
lm |
, |
|
|
"" |
, |
|
|
"Input ARPA format LM." |
|
|
) |
| |
DEFINE_string |
( |
eps |
, |
|
|
"<eps>" |
, |
|
|
"Epsilon symbol." |
|
|
) |
| |
DEFINE_string |
( |
sb |
, |
|
|
"<s>" |
, |
|
|
"Sentence begin token." |
|
|
) |
| |
DEFINE_string |
( |
se |
, |
|
|
"</s>" |
, |
|
|
"Sentence end token." |
|
|
) |
| |
DEFINE_string |
( |
split |
, |
|
|
"}" |
, |
|
|
"Character separating grapheme/phoneme info." |
|
|
) |
| |
DEFINE_string |
( |
skip |
, |
|
|
"_" |
, |
|
|
"Character indicating insertions/deletions." |
|
|
) |
| |
DEFINE_string |
( |
tie |
, |
|
|
"|" |
, |
|
|
"Character separating multi-token subsequences." |
|
|
) |
| |
DEFINE_string |
( |
ofile |
, |
|
|
"" |
, |
|
|
"Output file for writing. (STDOUT)" |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |