Click or drag to resize

morphMachineAddT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.morphology.morphMachine.Add``1(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Namespace:  imbNLP.Data.semanticLexicon.morphology
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public morphRuleSet Add<T>(
	string __regex,
	pos_type __type
)
where T : new(), morphRuleSet

Parameters

__regex
Type: SystemString

[Missing <param name="__regex"/> documentation for "M:imbNLP.Data.semanticLexicon.morphology.morphMachine.Add``1(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type)"]

__type
Type: imbNLP.PartOfSpeech.flags.basicpos_type

[Missing <param name="__type"/> documentation for "M:imbNLP.Data.semanticLexicon.morphology.morphMachine.Add``1(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.Data.semanticLexicon.morphology.morphMachine.Add``1(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Return Value

Type: morphRuleSet

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.morphology.morphMachine.Add``1(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type)"]

See Also