Click or drag to resize

posFlagExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

POS Flags filtration extensions
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.flagsposFlagExtensions

Namespace:  imbNLP.PartOfSpeech.flags
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static class posFlagExtensions

The posFlagExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic membergetGrammarContext
Gets the grammar context flags: degree, gender, number, gramaticalCase, definitness, animatness, negation... everything that is not direct subtype flag.
Public methodStatic membergetSubTypes
Gets the sub type flags from graphTags, for the mainType specified
Top
See Also