Shall the filter pass the original tokens (the "unigrams") to the output stream?

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 filter shall pass the original tokens to the output stream

See Also