Click or drag to resize

dictionaryResourceSetupuseTextInsteadOfXML Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
If true it will use text search to find match in the dictionary, otherwise navigates the XML tree

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public bool useTextInsteadOfXML { get; set; }

Property Value

Type: Boolean
true if [use text instead of XML]; otherwise, false.
See Also