Stemms the given term to an unique discriminator.

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

Syntax

C#
public string Stem(
	string term
)
Visual Basic
Public Function Stem ( _
	term As String _
) As String
Visual C++
public:
String^ Stem(
	String^ term
)

Parameters

term
Type: System..::..String
The term that should be stemmed.

Return Value

Discriminator for term

See Also