 | textResourceResolverBaseGetLexicQuery Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets multi-lemma in type query graph
Namespace:
imbNLP.PartOfSpeech.resourceProviders.core
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic 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