Click or drag to resize

grammaticTagCollectionGetTags Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns list with all tags, with distinctive Type. Optionally: returns only tags for types that are specified by forTypes

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public List<Object> GetTags(
	IEnumerable<Type> forTypes = null
)

Parameters

forTypes (Optional)
Type: System.Collections.GenericIEnumerableType
If specified, returns only tags for types that are specified

Return Value

Type: ListObject
List with tags
See Also