Click or drag to resize

languageManagerApertiumqueryForGraph Method

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

Namespace:  imbNLP.Data.extended.apertium
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
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.Data.extended.apertium.languageManagerApertium.queryForGraph(System.String,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictQueryScope,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictNeedleSide)"]

See Also