Click or drag to resize

dictionaryResourceApertiumqueryForSynonyms Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Queries for synonyms.

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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.PartOfSpeech.providers.dictionary.apertium.dictionaryResourceApertium.queryForSynonyms(System.String,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictQueryScope)"]

See Also