| Hunspell Analyze Method |
Analyzes the specified word.
Namespace: NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax public List<string> Analyze(
string word
)
Public Function Analyze (
word As String
) As List(Of String)
public:
List<String^>^ Analyze(
String^ word
)
member Analyze :
word : string -> List<string>
Parameters
- word
- Type: System String
The word to analyze.
Return Value
Type: List
String
List of stems and the according morphology
See Also