Click or drag to resize

semanticLexiconManagerresolve Method (String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resolves the specified token into one or more TermLemmas

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<TermLemma> resolve(
	string token
)

Parameters

token
Type: SystemString
The token.

Return Value

Type: ListTermLemma

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconManager.resolve(System.String)"]

See Also