Click or drag to resize

textResourceResolverBaseGetGramTagsFor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets grammatic tag collections for specified form, optionally narrowing the search by pos_type and/or lemma of preference

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public List<grammaticTagCollection> GetGramTagsFor(
	string input,
	string lemmaOfPreference = "",
	pos_type posTypePreference = pos_type.none,
	int limit = -1,
	ILogBuilder logger = null
)

Parameters

input
Type: SystemString
The input.
lemmaOfPreference (Optional)
Type: SystemString
The lemma of preference.
posTypePreference (Optional)
Type: imbNLP.PartOfSpeech.flags.basicpos_type
The position type preference.
limit (Optional)
Type: SystemInt32
The limit - limit on number of entries to take
logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: ListgrammaticTagCollection

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceResolverBase.GetGramTagsFor(System.String,System.String,imbNLP.PartOfSpeech.flags.basic.pos_type,System.Int32,imbSCI.Core.reporting.ILogBuilder)"]

See Also