Click or drag to resize

apertiumDictionaryResultaddLine Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the dictionary definition line (used internally by the framework, not intended for outside use)

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void addLine(
	string line,
	bool buildModel = true
)

Parameters

line
Type: SystemString
The line.
buildModel (Optional)
Type: SystemBoolean
if set to true [build model].
See Also