Click or drag to resize

termExplorerexploreAndSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

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

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public List<ILexiconItem> exploreAndSave(
	string term,
	ILogBuilder loger,
	bool shortExplore = true,
	bool debug = true,
	params termExploreItemEnumFlag[] flagsToSave
)

Parameters

term
Type: SystemString

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

loger
Type: ILogBuilder

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

shortExplore (Optional)
Type: SystemBoolean

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

debug (Optional)
Type: SystemBoolean

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

flagsToSave
Type: imbNLP.Data.semanticLexicon.exploretermExploreItemEnumFlag

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

Return Value

Type: ListILexiconItem

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

See Also