Click or drag to resize

languageManagerApertiumqueryForSynonyms Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Queries for synonyms.

Namespace:  imbNLP.Data.extended.apertium
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public apertiumDictionaryResult queryForSynonyms(
	string token,
	apertiumDictQueryScope scope = apertiumDictQueryScope.startingWith
)

Parameters

token
Type: SystemString
The token.
scope (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictQueryScope
The scope.

Return Value

Type: apertiumDictionaryResult

[Missing <returns> documentation for "M:imbNLP.Data.extended.apertium.languageManagerApertium.queryForSynonyms(System.String,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictQueryScope)"]

See Also