Method SetTokenSeparator
SetTokenSeparator(String)
Sets the string to use when joining adjacent tokens to form a shingle
Declaration
public void SetTokenSeparator(string tokenSeparator)
Parameters
Type | Name | Description |
---|---|---|
System.String | tokenSeparator | used to separate input stream tokens in output shingles |