Click or drag to resize

grammaticTagCollectionGetTags Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
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