Click or drag to resize

gramFlagsSetAll Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets: pos_type, and other pos flags contained in the specified declaration

Namespace:  imbNLP.Data.semanticLexicon.posCase
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public void SetAll(
	string declaration,
	gramFlagDeclarationParts parts = gramFlagDeclarationParts.all
)

Parameters

declaration
Type: SystemString
The declaration in Unitex format -- the part of DELAF entry without word and lemma, after dot: N:mp2q
parts (Optional)
Type: imbNLP.Data.semanticLexicon.posCasegramFlagDeclarationParts
The parts.
Exceptions
ExceptionCondition
aceGeneralException POS type definition not found in the input declaration [" + declaration + "] - null - POS Type failed in SetAll() or POS type set to none by the input declaration [" + declaration + "] - null - POS Type failed in SetAll() or POS gram flags not found in the input declaration [" + declaration + "] - null - POS gram flags failed in SetAll()
See Also