HomeSort by relevance Sort by last modified time
    Searched refs:Fst (Results 151 - 156 of 156) sorted by null

1 2 3 4 5 67

  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 28 #include <fst/extensions/far/far.h>
29 #include <fst/string.h>
31 namespace fst { namespace
39 // Fst *fst = reader.GetVectorFst();
91 VectorFst<A> *fst = new VectorFst<A>; local
92 if (compiler_(content_, fst)) {
93 return fst;
95 delete fst;
101 CompactFst<A, StringCompactor<A> > *fst local
223 const Fst<Arc> *fst; local
    [all...]
  /external/openfst/src/include/fst/script/
compile-impl.h 19 // Class to to compile a binary Fst from textual input.
34 #include <fst/fst.h>
35 #include <fst/util.h>
36 #include <fst/vector-fst.h>
40 namespace fst { namespace
42 // Compile a binary Fst from textual input, helper class for fstcompile.cc
129 const VectorFst<A> &Fst() const {
201 string source_; // text FST source nam
    [all...]
rmepsilon.h 23 #include <fst/script/arg-packs.h>
24 #include <fst/script/fst-class.h>
25 #include <fst/script/weight-class.h>
26 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions
27 #include <fst/rmepsilon.h>
28 #include <fst/queue.h>
33 %include "nlp/fst/script/shortest-distance.h"
37 namespace fst { namespace
44 struct RmEpsilonOptions : public fst::script::ShortestDistanceOptions
159 MutableFst<Arc> *fst = args->arg1->GetMutableFst<Arc>(); local
171 MutableFst<Arc> *fst = args->arg1->GetMutableFst<Arc>(); local
    [all...]
  /external/openfst/src/include/fst/
label-reachable.h 32 #include <fst/accumulator.h>
33 #include <fst/arcsort.h>
34 #include <fst/interval-set.h>
35 #include <fst/state-reachable.h>
36 #include <fst/vector-fst.h>
39 namespace fst { namespace
117 // SetState(s). Then a label l can be reached from state s of FST f
122 // The whole FST can be relabeled instead with Relabel(&f,
124 // labels of the transformed FST f. The relabeled FST will also b
    [all...]
matcher.h 19 // Classes to allow matching labels leaving FST states.
27 #include <fst/mutable-fst.h> // for all internal FST accessors
30 namespace fst { namespace
33 // FST states. In the simplest form, these are just some associative
42 // typedef F FST;
49 // Matcher(const F &fst, MatchType type);
50 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
54 // // If safe=true, the copy is thread-safe. See Fst<>::Copy(
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 24 #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/lib/invert.h
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 67