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