Click or drag to resize

lexicInflectionGetTagFromGramTagsT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets all tags of specified type

Namespace:  imbNLP.PartOfSpeech.lexicUnit
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public List<T> GetTagFromGramTags<T>(
	T def = null
)
where T : IConvertible

Parameters

def (Optional)
Type: T
The definition.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicInflection.GetTagFromGramTags``1(``0)"]

Return Value

Type: ListT

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicInflection.GetTagFromGramTags``1(``0)"]

See Also