Click or drag to resize

tokenDocumentAddTokens Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.AddTokens(System.Collections.Generic.List{System.String},imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public void AddTokens(
	List<string> tokens,
	ILogBuilder response = null
)

Parameters

tokens
Type: System.Collections.GenericListString

[Missing <param name="tokens"/> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.AddTokens(System.Collections.Generic.List{System.String},imbSCI.Core.reporting.ILogBuilder)"]

response (Optional)
Type: ILogBuilder

[Missing <param name="response"/> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.AddTokens(System.Collections.Generic.List{System.String},imbSCI.Core.reporting.ILogBuilder)"]

See Also