Click or drag to resize

webLemmaTermExtensionsGetMergedLemmaDictionary Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermExtensions.GetMergedLemmaDictionary(System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable},imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static Dictionary<string, webLemmaTerm> GetMergedLemmaDictionary(
	this List<webLemmaTermTable> tables,
	ILogBuilder logger
)

Parameters

tables
Type: System.Collections.GenericListwebLemmaTermTable

[Missing <param name="tables"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermExtensions.GetMergedLemmaDictionary(System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable},imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermExtensions.GetMergedLemmaDictionary(System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable},imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: DictionaryString, webLemmaTerm

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermExtensions.GetMergedLemmaDictionary(System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable},imbSCI.Core.reporting.ILogBuilder)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListwebLemmaTermTable. 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