Hunspell Analyze Method
Analyzes the specified word.

Namespace: NHunspell
Assembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax
public List<string> Analyze(
	string word
)

Parameters

word
Type: System String
The word to analyze.

Return Value

Type: List String 
List of stems and the according morphology
See Also