Click or drag to resize

dat_generality Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Describes generality as found by method of combined (2D) corpus analysis

Namespace:  imbNLP.PartOfSpeech.flags.data
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
[FlagsAttribute]
public enum dat_generality
Members
  Member nameValueDescription
none0
particularOutsideDomain1 The particular outside domain: y+,x-
particularInsideDomain2 The particular inside domain: x-,y-
generalInsideDomain4 The general inside domain: x+,y-
generalOutsideDomain8 The general for web: x+,y+
generalForDomain5
insideDomain3
outsideDomain10
generalForWeb12
totallyGeneralForDomain16 The totally general for domain: x=1
totallyParticularForDomain32 The totally particular for domain: x=0
totallyGeneralOutsideDomain64 The totally general outside domain: y=1
totallyParticularOutsideDomain128 The totally particular outside domain: y=0
See Also