Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h37 template <class A> class NGramFst; variable
644 explicit NGramFst(const Fst<A> &dst) in NGramFst() function
647 NGramFst(const Fst<A> &fst, vector<StateId>* order_out) in NGramFst() function
655 NGramFst() : ImplToExpandedFst<Impl>(new Impl()) {} in NGramFst() function
658 NGramFst(const char* data, bool owned) : ImplToExpandedFst<Impl>(new Impl()) { in NGramFst() function
727 explicit NGramFst(Impl* impl) : ImplToExpandedFst<Impl>(impl) {} in NGramFst() function