Click or drag to resize

semanticLexiconCachegetLemmasWithRoot Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the lemmas with root.

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<ITermLemma> getLemmasWithRoot(
	string rootWord,
	ILogBuilder loger = null
)

Parameters

rootWord
Type: SystemString
The root word.
loger (Optional)
Type: ILogBuilder
The loger.

Return Value

Type: ListITermLemma

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconCache.getLemmasWithRoot(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also