NGramTokeniser.Enumerator
- Namespace
- Rowles.LeanCorpus.Analysis.Tokenisers
- Assembly
- Rowles.LeanCorpus.dll
Stack-only n-gram enumerator. Each call to MoveNext() yields the next n-gram in increasing start-offset order.
public ref struct NGramTokeniser.Enumerator
Current
Gets the current token.
GetEnumerator()
Returns this for foreach support.
MoveNext()
Advances to the next n-gram token.