Click or drag to resize

webLemmaTermTable Constructor (String, String, ILogBuilder)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the webLemmaTermTable class.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public webLemmaTermTable(
	string __filepath,
	string _name,
	ILogBuilder logger = null
)

Parameters

__filepath
Type: SystemString
The filepath.
_name
Type: SystemString
The name.
logger (Optional)
Type: ILogBuilder
The logger.
See Also