Click or drag to resize

posConverterAddGramSet Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.AddGramSet(imbSCI.DataComplex.special.regexQuerySet{System.Object},System.String,System.String)"]

Namespace:  imbNLP.Data.semanticLexicon.posCase
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static void AddGramSet(
	this regexQuerySet<Object> termResolver,
	string regex,
	string declaration
)

Parameters

termResolver
Type: regexQuerySetObject

[Missing <param name="termResolver"/> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.AddGramSet(imbSCI.DataComplex.special.regexQuerySet{System.Object},System.String,System.String)"]

regex
Type: SystemString

[Missing <param name="regex"/> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.AddGramSet(imbSCI.DataComplex.special.regexQuerySet{System.Object},System.String,System.String)"]

declaration
Type: SystemString

[Missing <param name="declaration"/> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.AddGramSet(imbSCI.DataComplex.special.regexQuerySet{System.Object},System.String,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type regexQuerySetObject. 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