Click or drag to resize

termExplorerexplore Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Explores definition on an unknown term

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<termExploreModel> explore(
	string term,
	ILogBuilder loger,
	bool shortExplore = true,
	bool debug = true,
	termExploreModel exploreModel = null
)

Parameters

term
Type: SystemString
The term.
loger
Type: ILogBuilder
The loger.
shortExplore (Optional)
Type: SystemBoolean
if set to true [short explore].
debug (Optional)
Type: SystemBoolean
if set to true [debug].
exploreModel (Optional)
Type: imbNLP.Data.semanticLexicon.exploretermExploreModel

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

Return Value

Type: ListtermExploreModel

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

See Also