Searched defs:NGramFst (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h37 template <class A> class NGramFst;
67 friend class ArcIterator<NGramFst<A> >;
293 FSTERROR() << "NGramFst only accepts OpenGRM langauge models as input";
633 class NGramFst : public ImplToExpandedFst<NGramFstImpl<A> > { class in namespace:fst
634 friend class ArcIterator<NGramFst<A> >;
644 explicit NGramFst(const Fst<A> &dst) function in class:fst::NGramFst
647 NGramFst(const Fst<A> &fst, vector<StateId>* order_out) function in class:fst::NGramFst
652 NGramFst(const NGramFst<A> &fst, bool safe = false) function in class:fst::NGramFst
655 NGramFst() function in class:fst::NGramFst
658 NGramFst(const char* data, bool owned) : ImplToExpandedFst<Impl>(new Impl()) { function in class:fst::NGramFst
727 explicit NGramFst(Impl* impl) : ImplToExpandedFst<Impl>(impl) {} function in class:fst::NGramFst
[all...]

Completed in 100 milliseconds