Click or drag to resize

lexicInflectionGetTagFromGramTagsT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets all tags of specified type

Namespace:  imbNLP.PartOfSpeech.lexicUnit
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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