Click or drag to resize

termExploreProceduresexploreWithUnitex Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds a term model out from Word input

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static termExploreModel exploreWithUnitex(
	string word,
	ILogBuilder response,
	bool wordIsLemma = false
)

Parameters

word
Type: SystemString
The word.
response
Type: ILogBuilder
The response.
wordIsLemma (Optional)
Type: SystemBoolean

[Missing <param name="wordIsLemma"/> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreProcedures.exploreWithUnitex(System.String,imbSCI.Core.reporting.ILogBuilder,System.Boolean)"]

Return Value

Type: termExploreModel

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

See Also