Click or drag to resize

lexicLemmaInTypeNode Constructor (String, pos_type, String)

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

Namespace:  imbNLP.PartOfSpeech.lexicUnit
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public lexicLemmaInTypeNode(
	string lemmaForm,
	pos_type _posType,
	string __name = ""
)

Parameters

lemmaForm
Type: SystemString

[Missing <param name="lemmaForm"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicLemmaInTypeNode.#ctor(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type,System.String)"]

_posType
Type: imbNLP.PartOfSpeech.flags.basicpos_type

[Missing <param name="_posType"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicLemmaInTypeNode.#ctor(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type,System.String)"]

__name (Optional)
Type: SystemString

[Missing <param name="__name"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicLemmaInTypeNode.#ctor(System.String,imbNLP.PartOfSpeech.flags.basic.pos_type,System.String)"]

See Also