Click or drag to resize

tableAnnotationResolver Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the tableAnnotationResolver class.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public tableAnnotationResolver(
	string annotationTablePath,
	ILogBuilder logger = null,
	Type hostType = null
)

Parameters

annotationTablePath
Type: SystemString
The annotation table path.
logger (Optional)
Type: ILogBuilder
The logger.
hostType (Optional)
Type: SystemType
Type of the host.
See Also