Click or drag to resize

dictionaryResourceApertiumquery Method (String, apertiumDictQueryScope, apertiumDictNeedleSide)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Queries the dictionary for translation of token, into opposite side

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public apertiumDictionaryResult query(
	string token,
	apertiumDictQueryScope scope = apertiumDictQueryScope.startingWith,
	apertiumDictNeedleSide side = apertiumDictNeedleSide.native
)

Parameters

token
Type: SystemString
The token to translate, in language of the side specified
scope (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictQueryScope
The scope of search, the matching rule
side (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictNeedleSide
Side of the dictionary that the search token is from

Return Value

Type: apertiumDictionaryResult

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.providers.dictionary.apertium.dictionaryResourceApertium.query(System.String,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictQueryScope,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictNeedleSide)"]

See Also