Click or drag to resize

textResourceResolverBaseGetLexicQuery Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets multi-lemma in type query graph

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public lexicQuery GetLexicQuery(
	string word,
	int limit = -1,
	ILogBuilder logger = null
)

Parameters

word
Type: SystemString
The word to look for
limit (Optional)
Type: SystemInt32
The limit - limit on number of entries to take
logger (Optional)
Type: ILogBuilder
The logger - to log out on error

Return Value

Type: lexicQuery

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

See Also