Hunspell Generate Method
Generates the specified word by a sample.

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

Parameters

word
Type: System String
The word.
sample
Type: System String
The sample.

Return Value

Type: List String 
The [!:List].
See Also