Click or drag to resize

apertiumDictQueryFlag Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

types of query to perform over the dictinary

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public enum apertiumDictQueryFlag
Members
  Member nameValueDescription
none0
exactNative1
beginningNative2
exactTranslation3
beginningTranslation4
allowComposites5
anywhere6
See Also