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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c22 /* Functions to compute n-gram frequencies, etc.
27 /* compute n-gram frequencies */
37 size_t n, gram; local
46 for(n = 0, NGINIT(data,gram); ; ++n, ++data, NGNEXT(data,gram) )
47 { freq[NGINDEX(gram)] += 1;

Completed in 19 milliseconds