Click or drag to resize

languageManagerApertiumqueryByGraphNode Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Queries by graph leaf child nodes and populates grand children

Namespace:  imbNLP.Data.extended.apertium
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public tokenGraphNode queryByGraphNode(
	tokenGraphNode graph,
	apertiumDictQueryScope scope = apertiumDictQueryScope.startingWith,
	apertiumDictNeedleSide side = apertiumDictNeedleSide.native
)

Parameters

graph
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNode
The graph.
scope (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictQueryScope
The scope.
side (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictNeedleSide
The side.

Return Value

Type: tokenGraphNode

[Missing <returns> documentation for "M:imbNLP.Data.extended.apertium.languageManagerApertium.queryByGraphNode(imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictQueryScope,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictNeedleSide)"]

See Also