/external/openfst/src/include/fst/ |
relabel.h | 55 MutableFst<A> *fst, 74 for (StateIterator<MutableFst<A> > siter(*fst); 77 for (MutableArcIterator<MutableFst<A> > aiter(fst, s); 125 void Relabel(MutableFst<A> *fst, 134 void Relabel(MutableFst<A> *fst,
|
intersect.h | 144 MutableFst<Arc> *ofst,
|
shortest-path.h | 79 MutableFst<Arc> *ofst, 277 MutableFst<Arc> *ofst, 413 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, 484 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
|
state-map.h | 90 void StateMap(MutableFst<A> *fst, C* mapper) { 121 void StateMap(MutableFst<A> *fst, C mapper) { 128 // input Fst to an output MutableFst. 130 void StateMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { 175 // Fst to an output MutableFst. 177 void StateMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) {
|
union.h | 44 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) {
|
arc-map.h | 112 void ArcMap(MutableFst<A> *fst, C* mapper) { 135 for (MutableArcIterator< MutableFst<A> > aiter(fst, s); 191 void ArcMap(MutableFst<A> *fst, C mapper) { 198 // input Fst to an output MutableFst. 200 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { 291 // Fst to an output MutableFst. 293 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { 872 GallicToNewSymbolsMapper(MutableFst<ToArc> *fst) 957 MutableFst<ToArc> *fst_; [all...] |
edit-fst.h | 38 // will copy the edited node to an internal MutableFst and perform any edits in 39 // situ on that copied node. This class supports all the methods of MutableFst 161 // non-const MutableFst operations 226 // end methods for non-const MutableFst operations 372 // edited node to an internal MutableFst and perform any edits in situ on that 373 // copied node. This class supports all the methods of MutableFst except for 508 // non-const MutableFst operations 567 // end non-const MutableFst operations 611 // MutableFst::Mutate, which gets invoked whenever one of the basic mutation 612 // methods defined in MutableFst is invoked, such as SetInputSymbols [all...] |
label-reachable.h | 211 void Relabel(MutableFst<Arc> *fst, bool relabel_input) { 212 for (StateIterator< MutableFst<Arc> > siter(*fst); 215 for (MutableArcIterator< MutableFst<Arc> > aiter(fst, s);
|
arcsort.h | 97 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
|
difference.h | 149 // the difference to an output MutableFst. Only strings that are in 161 MutableFst<Arc> *ofst,
|
randgen.h | 611 RandGenVisitor(MutableFst<OArc> *ofst) : ofst_(ofst) {} 671 MutableFst<OArc> *ofst_; 681 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst, 704 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst) {
|
string.h | 95 void Compile(const vector<Label> &labels, MutableFst<A> *fst,
|
encode.h | 466 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { 473 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) {
|
rmepsilon.h | 228 void RmEpsilon(MutableFst<Arc> *fst, 349 void RmEpsilon(MutableFst<Arc> *fst,
|
connect.h | 301 void Connect(MutableFst<Arc> *fst) {
|
lookahead-matcher.h | 639 static void Relabel(MutableFst<A> *fst, const L &mfst, 671 MutableFst<A> *mfst = 0; 673 mfst = static_cast<MutableFst<A> *>(&fst);
|
vector-fst.h | 454 Impl* impl = ImplToExpandedFst<Impl, MutableFst<A> >::Read(filename); 495 Impl *GetImpl() const { return ImplToFst< Impl, MutableFst<A> >::GetImpl(); } 498 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
|
synchronize.h | 431 // result to a MutableFst. The result will be an equivalent FST that 449 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
|
replace.h | [all...] |
compose.h | 700 MutableFst<Arc> *ofst,
|
determinize.h | 962 // determinized Fst to an output MutableFst. The result will be an [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
shortest-path.h | 424 void ShortestPath(MutableFst<Arc> *ofst) { 455 void Init(MutableFst<Arc> *ofst); 468 MutableFst<Arc> *ofst_; 486 void PdtShortestPath<Arc, Queue>::Init(MutableFst<Arc> *ofst) { 779 MutableFst<Arc> *ofst, 789 MutableFst<Arc> *ofst) {
|
expand.h | 332 // MutableFst 'ofst_' to improve readability of the code. 380 void Expand(MutableFst<A> *ofst, const Weight &threshold); 484 MutableFst<Arc> *ofst_; // Output fst 872 MutableFst<A> *ofst, const typename A::Weight &threshold) { [all...] |
compose.h | 499 MutableFst<Arc> *ofst, 522 MutableFst<Arc> *ofst,
|
/external/openfst/src/test/ |
algo_test.h | 1128 void Complement(const Fst<Arc> &ifsa, MutableFst<Arc> *ofsa) { [all...] |