游雁
2024-03-22 bb46c8219dd7b8dc5e8108a1786dda9766a61a8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// See www.openfst.org for extensive documentation on this weighted
// finite-state transducer library.
 
#include <fst/fst.h>
#include <fst/const-fst.h>
 
namespace fst {
 
static FstRegisterer<ConstFst<StdArc, uint16>>
    ConstFst_StdArc_uint16_registerer;
static FstRegisterer<ConstFst<LogArc, uint16>>
    ConstFst_LogArc_uint16_registerer;
static FstRegisterer<ConstFst<Log64Arc, uint16>>
    ConstFst_Log64Arc_uint16_registerer;
 
}  // namespace fst