 | lemmaSemanticCloudResolveLemmaForTerm Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resolves the lemma for term.
Namespace:
imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic webLemmaTerm ResolveLemmaForTerm(
string nominalForm,
ILogBuilder logger = null
)
Parameters
- nominalForm
- Type: SystemString
The nominal form. - logger (Optional)
- Type: ILogBuilder
The logger.
Return Value
Type:
webLemmaTerm[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.ResolveLemmaForTerm(System.String,imbSCI.Core.reporting.ILogBuilder)"]
Implements
ILemmaCollectionResolveLemmaForTerm(String, ILogBuilder)
See Also