 | webLemmaTermExtensionsGetMergedLemmaTable Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Merges web lemma term tables into single table that should be recomputed afterwards because only absolute values are set for the lemmas
Namespace:
imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxpublic static webLemmaTermTable GetMergedLemmaTable(
this List<webLemmaTermTable> tables,
string name,
ILogBuilder logger
)
Parameters
- tables
- Type: System.Collections.GenericListwebLemmaTermTable
The tables. - name
- Type: SystemString
The name. - logger
- Type: ILogBuilder
The logger.
Return Value
Type:
webLemmaTermTable[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermExtensions.GetMergedLemmaTable(System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable},System.String,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