Method SetOutputUnigrams
SetOutputUnigrams(Boolean)
Shall the output stream contain the input tokens (unigrams) as well as shingles? (default: true.)
Declaration
public void SetOutputUnigrams(bool outputUnigrams)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | outputUnigrams | Whether or not the output stream shall contain the input tokens (unigrams) |