OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookAheadFst
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/include/fst/
lookahead-matcher.h
72
// bool
LookAheadFst
(const Fst<Arc>& fst, StateId s);
75
// // lookahead and matcher FSTs for the last call to
LookAheadFst
.
82
// // call
LookAheadFst
? If so, return true and copy it to '*arc', o.w.
88
// // to
LookAheadFst
() for possible precomputation. If copy is true,
148
bool
LookAheadFst
(const Fst<Arc> &fst, StateId s) {
219
bool
LookAheadFst
(const Fst<Arc> &fst, StateId s) {return true; }
237
return
LookAheadFst
(fst, s);
310
bool
LookAheadFst
(const Fst<Arc> &fst, StateId s);
328
return
LookAheadFst
(fst, s);
338
bool ArcLookAheadMatcher<M, F>::
LookAheadFst
(const Fst<Arc> &fst, StateId s)
[
all
...]
matcher-fst.h
282
bool
LookAheadFst
(const Fst<Arc> &fst, StateId s) {
283
return matcher_->
LookAheadFst
(fst, s);
lookahead-filter.h
306
return selector_.GetMatcher()->
LookAheadFst
(selector_.GetFst(),
/external/openfst/
configure
[
all
...]
Completed in 78 milliseconds