Click or drag to resize

resourceConverterForGramaticTagsLoadSpecification Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initialize converter with specification from DataTables

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void LoadSpecification(
	DataTable transTable,
	DataTable formatTable,
	ILogBuilder logger = null
)

Parameters

transTable
Type: System.DataDataTable
The translation table - must have columns: TABLECOLUMN_MEMBERNAME and TABLECOLUMN_CODE.
formatTable
Type: System.DataDataTable
The format table - must have columns: TABLECOLUMN_MEMBERNAME and TABLECOLUMN_FORMAT.
logger (Optional)
Type: ILogBuilder
The logger.
See Also