2 references to ProcessSkipNgrams
Microsoft.ML.Transforms (2)
Text\NgramUtils.cs (2)
157
return
ProcessSkipNgrams
(icol, 1, 0);
198
if (!more || (i + 1 < _ngramLength && i + k + 1 < _queue.Count && !
ProcessSkipNgrams
(icol, i + 1, k)))