Click or drag to resize

languageManagerApertiumqueryForGraphSet Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Queries for graph for multiple tokens

Namespace:  imbNLP.Data.extended.apertium
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public tokenGraphSet queryForGraphSet(
	IEnumerable<string> tokens,
	apertiumDictQueryScope scope = apertiumDictQueryScope.startingWith,
	apertiumDictNeedleSide side = apertiumDictNeedleSide.native
)

Parameters

tokens
Type: System.Collections.GenericIEnumerableString
The tokens.
scope (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictQueryScope
The scope.
side (Optional)
Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictNeedleSide
The side.

Return Value

Type: tokenGraphSet

[Missing <returns> documentation for "M:imbNLP.Data.extended.apertium.languageManagerApertium.queryForGraphSet(System.Collections.Generic.IEnumerable{System.String},imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictQueryScope,imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumDictNeedleSide)"]

See Also