Click or drag to resize

termToolsgetExpandedSpark Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public static termSpark getExpandedSpark(
	this string token,
	int expansion = 1,
	ILogBuilder loger = null,
	bool debug = true,
	semanticLexiconManager manager = null
)

Parameters

token
Type: SystemString

[Missing <param name="token"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

expansion (Optional)
Type: SystemInt32

[Missing <param name="expansion"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

loger (Optional)
Type: ILogBuilder

[Missing <param name="loger"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

debug (Optional)
Type: SystemBoolean

[Missing <param name="debug"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

manager (Optional)
Type: imbNLP.Data.semanticLexiconsemanticLexiconManager

[Missing <param name="manager"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

Return Value

Type: termSpark

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getExpandedSpark(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean,imbNLP.Data.semanticLexicon.semanticLexiconManager)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also