OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_arc
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
438
int64
context_arc
= 0, future_arc = 0, context_bit = 0, future_bit = 0,
local
444
context_words[
context_arc
] = label;
445
backoff[
context_arc
] = Weight::Zero();
446
context_arc
++;
473
context_words[
context_arc
] = arc.ilabel;
474
backoff[
context_arc
] = arc.weight;
475
++
context_arc
;
497
(
context_arc
!= num_states) ||
Completed in 81 milliseconds