 | termToolsgetSparks Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Transforms series of tokens into wparks
Namespace:
imbNLP.Data.semanticLexicon.term
Assembly:
imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntaxpublic static List<termSpark> getSparks(
this List<string> tokens,
int expansion = 1,
ILogBuilder loger = null,
bool debug = true
)
Parameters
- tokens
- Type: System.Collections.GenericListString
The tokens. - expansion (Optional)
- Type: SystemInt32
The expansion. - loger (Optional)
- Type: ILogBuilder
The loger. - debug (Optional)
- Type: SystemBoolean
[Missing <param name="debug"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getSparks(System.Collections.Generic.List{System.String},System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean)"]
Return Value
Type:
ListtermSpark[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.term.termTools.getSparks(System.Collections.Generic.List{System.String},System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Boolean)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ListString. 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