Initializes a new instance of the Stemmer class by specifying a stemmings file.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public Stemmer(
	string stemmingsFile
)
Visual Basic (Declaration)
Public Sub New ( _
	stemmingsFile As String _
)
Visual C++
public:
Stemmer(
	String^ stemmingsFile
)

Parameters

stemmingsFile
Type: System..::.String
Physical path to the stemmings file.

See Also