Click or drag to resize

textMapTSelect Method (MatchCollection)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Selects mapped items with the specified matches.

Namespace:  imbNLP.PartOfSpeech.map
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public List<List<T>> Select(
	MatchCollection matches
)

Parameters

matches
Type: System.Text.RegularExpressionsMatchCollection
The matches.

Return Value

Type: ListListT

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.map.textMap`1.Select(System.Text.RegularExpressions.MatchCollection)"]

See Also