Searched refs:fst (Results 126 - 150 of 404) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/script/
H A Depsnormalize.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/epsnormalize.h>
24 namespace fst { namespace
42 } // namespace fst
H A Dequal.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/equal.h>
24 namespace fst { namespace
42 } // namespace fst
H A Dequivalent.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/equivalent.h>
24 namespace fst { namespace
43 } // namespace fst
H A Dminimize.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/minimize.h>
24 namespace fst { namespace
41 } // namespace fst
H A Ddraw.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/draw-impl.h>
27 namespace fst { namespace
35 const FstClass &fst; member in struct:fst::script::FstDrawerArgs
53 FstDrawerArgs(const FstClass &fst, argument
70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep),
80 const Fst<Arc> &fst local
[all...]
H A Dcompose.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/compose.h>
24 namespace fst { namespace
39 typedef fst::ComposeOptions ComposeOptions;
55 const ComposeOptions &opts = fst::script::ComposeOptions());
61 } // namespace fst
H A Ddifference.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/compose.h> // for ComposeFilter
23 #include <fst/difference.h>
25 namespace fst { namespace
59 const ComposeOptions &opts = fst::script::ComposeOptions());
63 } // namespace fst
H A Dintersect.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/intersect.h>
23 #include <fst/script/compose.h> // for ComposeOptions, ComposeFilter
25 namespace fst { namespace
58 const ComposeOptions &opts = fst::script::ComposeOptions());
61 } // namespace fst
/external/openfst/src/script/
H A Dcompile.cc19 #include <fst/script/fst-class.h>
20 #include <fst/script/script-impl.h>
21 #include <fst/script/compile.h>
23 namespace fst { namespace
43 } // namespace fst
H A Dconcat.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/concat.h>
21 namespace fst { namespace
48 } // namespace fst
H A Dreplace.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/replace.h>
21 namespace fst { namespace
45 } // namespace fst
H A Dweight-class.cc19 #include <fst/arc.h>
20 #include <fst/script/weight-class.h>
22 namespace fst { namespace
45 } // namespace fst
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp24 #include "fst/lib/fst.h"
25 #include "fst/lib/fstlib.h"
26 #include "fst/lib/arc.h"
27 #include "fst/lib/fst-decl.h"
28 #include "fst/lib/vector-fst.h"
29 #include "fst/lib/arcsort.h"
30 #include "fst/li
[all...]
/external/openfst/src/extensions/pdt/
H A Dpdtcompose.cc27 #include <fst/util.h>
28 #include <fst/extensions/pdt/pdtscript.h>
29 #include <fst/script/connect.h>
39 namespace s = fst::script;
43 usage += " in.pdt in.fst [out.pdt]\n";
44 usage += " in.fst in.pdt [out.pdt]\n";
73 fst::ReadLabelPairs(FLAGS_pdt_parentheses, &parens, false);
77 fst::PdtComposeFilter compose_filter;
80 compose_filter = fst::EXPAND_FILTER;
82 compose_filter = fst
[all...]
/external/svox/pico/lib/
H A Dpicokfst.c249 kfst_SubObj fst = (kfst_SubObj) this; local
250 if (fst != NULL) {
251 return fst->transductionMode;
261 kfst_SubObj fst = (kfst_SubObj) this; local
262 if (fst != NULL) {
263 *nrStates = fst->nrStates;
264 *nrClasses = fst->nrClasses;
282 kfst_SubObj fst = (kfst_SubObj) this; local
285 h = inSym % fst->alphaHashTabSize;
286 pos = fst
316 kfst_SubObj fst = (kfst_SubObj) this; local
350 kfst_SubObj fst = (kfst_SubObj) this; local
370 kfst_SubObj fst = (kfst_SubObj) this; local
393 kfst_SubObj fst = (kfst_SubObj) this; local
424 kfst_SubObj fst = (kfst_SubObj) this; local
[all...]
/external/openfst/src/include/fst/
H A Dminimize.h33 #include <fst/arcsort.h>
34 #include <fst/connect.h>
35 #include <fst/dfs-visit.h>
36 #include <fst/encode.h>
37 #include <fst/factor-weight.h>
38 #include <fst/fst.h>
39 #include <fst/mutable-fst.h>
40 #include <fst/partitio
47 namespace fst { namespace
65 StateComparator(const Fst<A>& fst, const Partition<typename A::StateId>& partition, uint32 flags = kCompareAll) argument
137 CyclicMinimizer(const ExpandedFst<A>& fst) argument
182 PrePartition(const Fst<A>& fst) argument
214 Initialize(const Fst<A>& fst) argument
274 Compute(const Fst<A>& fst) argument
318 AcyclicMinimizer(const ExpandedFst<A>& fst) argument
335 InitVisit(const Fst<A>& fst) argument
392 Initialize(const Fst<A>& fst) argument
406 Refine(const Fst<A>& fst) argument
454 MergeStates( const Partition<typename A::StateId>& partition, MutableFst<A>* fst) argument
487 AcceptorMinimize(MutableFst<A>* fst) argument
531 Minimize(MutableFst<A>* fst, MutableFst<A>* sfst = 0, float delta = kDelta) argument
[all...]
H A Dsymbol-table-ops.h28 #include <fst/fst.h>
29 #include <fst/symbol-table.h>
32 namespace fst { namespace
35 // passed fst. Symbols preserve their original numbering, so fst does not
38 SymbolTable *PruneSymbolTable(const Fst<Arc> &fst, const SymbolTable &syms, argument
42 StateIterator<Fst<Arc> > siter(fst);
44 ArcIterator<Fst<Arc> > aiter(fst, siter.Value());
90 } // namespace fst
[all...]
H A Dslist.h23 #include <fst/config.h>
29 namespace fst { namespace
39 namespace fst {
57 } // namespace fst
H A Dstring.h26 #include <fst/compact-fst.h>
27 #include <fst/icu.h>
28 #include <fst/mutable-fst.h>
32 namespace fst { namespace
50 // Compile string 's' into FST 'fst'.
52 bool operator()(const string &s, F *fst) const {
56 Compile(labels, fst);
61 bool operator()(const string &s, F *fst, Weigh argument
95 Compile(const vector<Label> &labels, MutableFst<A> *fst, const Weight &weight = Weight::One()) const argument
113 Compile(const vector<Label> &labels, CompactFst<A, WeightedStringCompactor<A>, Unsigned> *fst, const Weight &weight = Weight::One()) const argument
173 operator ()(const Fst<A> &fst, string *output) argument
207 FstToLabels(const Fst<A> &fst) argument
[all...]
/external/openfst/src/bin/
H A Dfstcompile.cc23 #include <fst/script/compile.h>
38 namespace s = fst::script;
39 using fst::istream;
40 using fst::ifstream;
41 using fst::SymbolTable;
45 usage += " [text.fst [binary.fst]]\n";
58 istrm = new fst::ifstream(argv[1]);
66 fst::SymbolTableTextOptions opts;
H A Dfstconcat.cc25 #include <fst/script/concat.h>
28 namespace s = fst::script;
29 using fst::script::FstClass;
30 using fst::script::MutableFstClass;
34 usage += " in1.fst in2.fst [out.fst]\n";
/external/openfst/src/extensions/far/
H A Dfarcreate.cc23 #include <fst/extensions/far/farscript.h>
24 #include <fst/extensions/far/main.h>
25 #include <fst/extensions/far/far.h>
38 namespace s = fst::script;
42 usage += " [in1.fst [[in2.fst ...] out.far]]\n";
56 string arc_type = fst::LoadArcTypeFromFst(in_fnames[0]);
57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsum.h17 // Functions to sum arcs (sum weights) in an fst.
22 #include "fst/lib/mutable-fst.h"
23 #include "fst/lib/weight.h"
25 namespace fst { namespace
57 void ArcSum(MutableFst<A>* fst) { argument
61 for (StateIterator<Fst<A> > siter(*fst); !siter.Done(); siter.Next()) {
63 if (fst->NumArcs(s) == 0) continue;
67 arcs.reserve(fst->NumArcs(s));
68 for (ArcIterator<Fst<A> > aiter(*fst,
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c105 int sprintf_arc(char* buf, srec_context* fst, FSMarc* arc);
106 int printf_arc1(srec_context* fst, char* msg, FSMarc* arc);
107 int printf_node1(srec_context* fst, FSMnode* node);
109 /* fst_* functions are internal fst functions */
110 int fst_add_arcs(srec_context* fst, nodeID start_node, nodeID end_node,
113 int fst_push_arc_olabel(srec_context* fst, FSMarc* arc);
114 int fst_push_arc_cost(srec_context* fst, FSMarc* arc);
115 int fst_pull_arc_olabel(srec_context* fst, FSMarc* arc);
116 int fst_free_arc(srec_context* fst, FSMarc* arc);
117 int fst_free_node(srec_context* fst, FSMnod
884 FST_AttachArbdata(srec_context* fst, srec_arbdata* allophone_tree) argument
920 srec_context* fst = pfst; local
1138 FST_DumpGraph(srec_context* fst, PFile* fp) argument
1188 FST_AddWordToGrammar(srec_context* fst, const char* _slot, const char* word, const char* pron, const int cost) argument
1516 remove_added_arcs_leaving(srec_context* fst, nodeID ni) argument
1542 remove_added_arcs_arriving(srec_context* fst, nodeID ni) argument
1570 FST_ResetGrammar(srec_context* fst) argument
1958 fst_get_free_arc(srec_context* fst) argument
1980 fst_get_free_node(srec_context* fst) argument
1998 fst_free_node(srec_context* fst, FSMnode* node) argument
2009 fst_free_arc(srec_context* fst, FSMarc* arc) argument
2024 fst_free_arc_net(srec_context* fst, FSMarc* arc) argument
2034 fst_push_arc_olabel(srec_context* fst, FSMarc* arc) argument
2064 fst_push_arc_cost(srec_context* fst, FSMarc* arc) argument
2081 fst_pull_arc_olabel(srec_context* fst, FSMarc* arc) argument
2135 find_next_arc_with_ilabel(srec_context* fst, FSMnode* node, labelID ilabel, FSMarc** last) argument
2149 find_prev_arc_with_iolabels(srec_context* fst, FSMnode* node, labelID ilabel, labelID olabel, FSMarc** last) argument
2178 num_arcs_leaving(srec_context* fst, FSMnode* node) argument
2191 num_arcs_arriving(srec_context* fst, FSMnode* node) argument
2204 num_arcs_arriving_gt_1(srec_context* fst, FSMnode* node) argument
2214 remove_arc_arriving(srec_context* fst, FSMnode* to_node, FSMarc* arc) argument
2230 split_node_for_arc(srec_context* fst, FSMarc* arc) argument
2277 fst_add_arcs(srec_context* fst, nodeID start_node, nodeID end_node, wordID add_tree_olabel, costdata add_tree_cost, modelID* add_tree_start, int add_tree_len) argument
2658 append_arc_leaving_node(srec_context* fst, FSMnode* fr_node, FSMarc_ptr arc) argument
2669 append_arc_arriving_node(srec_context* fst, FSMnode* to_node, FSMarc_ptr arc) argument
2682 printf_node1(srec_context* fst, FSMnode* node) argument
2686 printf_arc1(srec_context* fst, char* msg, FSMarc* arc) argument
2693 sprintf_arc(char* buf, srec_context* fst, FSMarc* arc) argument
3269 FST_LoadContextFromImageV2(srec_context* fst, PFile* fp) argument
[all...]
/external/openfst/src/test/
H A Dfst_test.cc23 #include <fst/compact-fst.h>
24 #include <fst/const-fst.h>
25 #include <fst/edit-fst.h>
26 #include <fst/matcher-fst.h>
29 namespace fst { namespace
77 bool Compatible(const Fst<A> &fst) cons
[all...]

Completed in 233 milliseconds

1234567891011>>