[This is preliminary documentation and is subject to change.]

Lookups the specified word with word stemming

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public ThesResult Lookup(
	string word,
	Hunspell stemming
)
Visual Basic (Declaration)
Public Function Lookup ( _
	word As String, _
	stemming As Hunspell _
) As ThesResult
Visual C++
public:
ThesResult^ Lookup(
	String^ word, 
	Hunspell^ stemming
)

Parameters

word
Type: System..::.String
The word.
stemming
Type: NHunspell..::.Hunspell
The Hunspell object for stemming.

Return Value

[Missing <returns> documentation for "M:NHunspell.MyThes.Lookup(System.String,NHunspell.Hunspell)"]

See Also