Click or drag to resize

multitextResourceParserSelectFromLine Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Parser for text resource lexic unit definition

Namespace:  imbNLP.PartOfSpeech.resourceProviders.multitext
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
protected override void SelectFromLine(
	string line,
	out string inflectForm,
	out string lemmaForm,
	out string gramTag
)

Parameters

line
Type: SystemString
The lexic unit definition line
inflectForm
Type: SystemString
The inflect form of a word
lemmaForm
Type: SystemString
The lemma form of a word
gramTag
Type: SystemString
String representation of the grammatic information
See Also