Stemms the given term to a unique discriminator.

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

Syntax

C#
protected internal string Stem(
	string term
)
Visual Basic
Protected Friend Function Stem ( _
	term As String _
) As String
Visual C++
protected public:
String^ Stem(
	String^ term
)

Parameters

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

Return Value

Discriminator for term

See Also