Click or drag to resize

dictionaryResourceApertiumqueryForGraph Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Queries for graph.

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

Parameters

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

Return Value

Type: tokenGraph

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

See Also