Method SetMinShingleSize
SetMinShingleSize(Int32)
Set the min shingle size (default: 2).
This method requires that the passed in minShingleSize is not greater than maxShingleSize, so make sure that maxShingleSize is set before calling this method.
The unigram output option is independent of the min shingle size.
Declaration
public void SetMinShingleSize(int minShingleSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minShingleSize | min size of output shingles |