Click or drag to resize

chunkMatchRuleSetprepare Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.prepare(System.Collections.Generic.Dictionary{System.String,System.Type})"]

Namespace:  imbNLP.PartOfSpeech.decomposing.chunk
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void prepare(
	Dictionary<string, Type> _pos_enum_types
)

Parameters

_pos_enum_types
Type: System.Collections.GenericDictionaryString, Type

[Missing <param name="_pos_enum_types"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkMatchRuleSet.prepare(System.Collections.Generic.Dictionary{System.String,System.Type})"]

See Also