Click or drag to resize

webLemmaTermPackage Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the webLemmaTermPackage class

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public webLemmaTermPackage(
	string _name,
	string _description
)

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermPackage.#ctor(System.String,System.String)"]

_description
Type: SystemString

[Missing <param name="_description"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermPackage.#ctor(System.String,System.String)"]

See Also