 | gramCaseSetAdd Method (String, gramFlags) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Add gramFlags into the set, defined by the specified declaration. If the same declaration exists it is not added.
Namespace:
imbNLP.Data.semanticLexicon.posCase
Assembly:
imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntaxpublic gramFlags Add(
string declaration,
gramFlags gram = null
)
Parameters
- declaration
- Type: SystemString
The declaration. - gram (Optional)
- Type: imbNLP.Data.semanticLexicon.posCasegramFlags
[Missing <param name="gram"/> documentation for "M:imbNLP.Data.semanticLexicon.posCase.gramCaseSet.Add(System.String,imbNLP.Data.semanticLexicon.posCase.gramFlags)"]
Return Value
Type:
gramFlagsCreated or existing
gramFlags
See Also