Click or drag to resize

chunkMatchRuleSetAddTypeAndFlagRule Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.AddTypeAndFlagRule(imbNLP.PartOfSpeech.flags.basic.pos_type[],System.Type[],imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Namespace:  imbNLP.PartOfSpeech.decomposing.chunk
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public chunkMatchRule AddTypeAndFlagRule(
	pos_type[] posTypePattern,
	Type[] flagTypesToMatch,
	pos_type chunkType
)

Parameters

posTypePattern
Type: imbNLP.PartOfSpeech.flags.basicpos_type

[Missing <param name="posTypePattern"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.AddTypeAndFlagRule(imbNLP.PartOfSpeech.flags.basic.pos_type[],System.Type[],imbNLP.PartOfSpeech.flags.basic.pos_type)"]

flagTypesToMatch
Type: SystemType

[Missing <param name="flagTypesToMatch"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.AddTypeAndFlagRule(imbNLP.PartOfSpeech.flags.basic.pos_type[],System.Type[],imbNLP.PartOfSpeech.flags.basic.pos_type)"]

chunkType
Type: imbNLP.PartOfSpeech.flags.basicpos_type

[Missing <param name="chunkType"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.AddTypeAndFlagRule(imbNLP.PartOfSpeech.flags.basic.pos_type[],System.Type[],imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Return Value

Type: chunkMatchRule

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.AddTypeAndFlagRule(imbNLP.PartOfSpeech.flags.basic.pos_type[],System.Type[],imbNLP.PartOfSpeech.flags.basic.pos_type)"]

See Also