Click or drag to resize

posFlagExtensionsgetGrammarContext Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the grammar context flags: degree, gender, number, gramaticalCase, definitness, animatness, negation... everything that is not direct subtype flag.

Namespace:  imbNLP.PartOfSpeech.flags
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static List<Object> getGrammarContext(
	this pos_type mainType,
	List<Object> graphTags
)

Parameters

mainType
Type: imbNLP.PartOfSpeech.flags.basicpos_type
Main type flag.
graphTags
Type: System.Collections.GenericListObject
The graph tags to filter out

Return Value

Type: ListObject
List of tags

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type pos_type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also