Click or drag to resize

apertiumDictionaryResultaddLine Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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.18
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