[This is preliminary documentation and is subject to change.]
Look up the synonyms for the word.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public ThesResult LookupSynonyms( string word, bool useGeneration ) |
| Visual Basic (Declaration) |
|---|
Public Function LookupSynonyms ( _ word As String, _ useGeneration As Boolean _ ) As ThesResult |
| Visual C++ |
|---|
public: ThesResult^ LookupSynonyms( String^ word, bool useGeneration ) |
Parameters
- word
- Type: System..::.String
The word.
- useGeneration
- Type: System..::.Boolean
if set to true use generation to get synonyms over the word stem.
Return Value
[Missing <returns> documentation for "M:NHunspell.SpellFactory.LookupSynonyms(System.String,System.Boolean)"]