#include <fst/weight.h>
#include <cctype>
#include <cstdio>
#include <ios>
#include <istream>
#include <ostream>
#include <string>
#include <utility>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/util.h>
Go to the source code of this file.
|
| DEFINE_string (fst_weight_separator,",","Character separator between printed composite weights; ""must be a single character") |
|
| DEFINE_string (fst_weight_parentheses,"","Characters enclosing the first weight of a printed composite ""weight (e.g., pair weight, tuple weight and derived classes) to ""ensure proper I/O of nested composite weights; ""must have size 0 (none) or 2 (open and close parenthesis)") |
|
DEFINE_string |
( |
fst_weight_separator |
, |
|
|
" |
, |
|
|
" |
, |
|
|
"Character separator between printed composite weights; ""must be a single character" |
|
|
) |
| |
DEFINE_string |
( |
fst_weight_parentheses |
, |
|
|
"" |
, |
|
|
"Characters enclosing the first weight of a printed composite ""weight (e.g., pair weight, tuple weight and derived classes) to ""ensure proper I/O of nested composite weights; ""must have size 0 (none) or 2 (open and close parenthesis)" |
|
|
) |
| |