OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NGramFst
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/extensions/ngram/
ngram-fst.cc
23
using fst::
NGramFst
;
27
REGISTER_FST(
NGramFst
, StdArc);
28
REGISTER_FST(
NGramFst
, LogArc);
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
32
//
NgramFst
implements a n-gram language model based upon the LOUDS data
37
template <class A> class
NGramFst
;
59
// Implementation class for LOUDS based
NgramFst
interface
67
friend class ArcIterator<
NGramFst
<A> >;
293
FSTERROR() << "
NGramFst
only accepts OpenGRM langauge models as input";
633
class
NGramFst
: public ImplToExpandedFst<NGramFstImpl<A> > {
634
friend class ArcIterator<
NGramFst
<A> >;
644
explicit
NGramFst
(const Fst<A> &dst)
647
NGramFst
(const Fst<A> &fst, vector<StateId>* order_out)
652
NGramFst
(const NGramFst<A> &fst, bool safe = false
[
all
...]
/external/openfst/
configure
[
all
...]
Completed in 1051 milliseconds