Shall the output stream contain the input tokens (unigrams) as well as shingles? (default: true.)

Namespace: Lucene.Net.Analyzers.Shingle
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public void SetOutputUnigrams(
	bool outputUnigrams
)
Visual Basic
Public Sub SetOutputUnigrams ( _
	outputUnigrams As Boolean _
)
Visual C++
public:
void SetOutputUnigrams(
	bool outputUnigrams
)

Parameters

outputUnigrams
Type: System..::..Boolean
Whether or not the output stream shall contain the input tokens (unigrams)

See Also