KORWBRKLib, COM interface constants for VB.Net / VBScript

KORWBRKLib - interface constants

     This page contains simple VBA include for the KORWBRKLib COM library.

library parameters

File NameWINDOWS\system32\dllcache\korwbrkr.dll
Guid{7CED05BF-F019-4943-9BA4-4575CA497D35}
Enums5

POS_TYPE

alias, 9 members.
  'Part Of Speech
Public Enum POS_TYPE
  POS_NF = 1  '&H1
  POS_NC = 2  '&H2
  POS_NO = 3  '&H3
  POS_NN = 4  '&H4
  POS_IJ = 5  '&H5
  POS_IX = 6  '&H6
  POS_VA = 7  '&H7
  POS_FUNCW = 8  '&H8
  POS_POSP = 9  '&H9
End Enum

tagPOS_TYPE

enum, 9 members.
  'Part Of Speech
Public Enum tagPOS_TYPE
  POS_NF = 1  '&H1
  POS_NC = 2  '&H2
  POS_NO = 3  '&H3
  POS_NN = 4  '&H4
  POS_IJ = 5  '&H5
  POS_IX = 6  '&H6
  POS_VA = 7  '&H7
  POS_FUNCW = 8  '&H8
  POS_POSP = 9  '&H9
End Enum

INFL_CODE

alias, 53 members.
  'Inflection pattern code
Public Enum INFL_CODE
  INFL_VERB_NULL = 1  '&H1
  INFL_VERB_REG0 = 2  '&H2
  INFL_VERB_REG1 = 3  '&H3
  INFL_VERB_REG2 = 4  '&H4
  INFL_VERB_REG3 = 5  '&H5
  INFL_VERB_REG4 = 6  '&H6
  INFL_VERB_REG5 = 7  '&H7
  INFL_VERB_P0 = 8  '&H8
  INFL_VERB_P1 = 9  '&H9
  INFL_VERB_P2 = 10  '&HA
  INFL_VERB_T0 = 11  '&HB
  INFL_VERB_T1 = 12  '&HC
  INFL_VERB_L0 = 13  '&HD
  INFL_VERB_L1 = 14  '&HE
  INFL_VERB_YE0 = 15  '&HF
  INFL_VERB_YE1 = 16  '&H10
  INFL_VERB_YE2 = 17  '&H11
  INFL_VERB_S0 = 18  '&H12
  INFL_VERB_S1 = 19  '&H13
  INFL_VERB_LU0 = 20  '&H14
  INFL_VERB_LU1 = 21  '&H15
  INFL_VERB_U0 = 22  '&H16
  INFL_VERB_U1 = 23  '&H17
  INFL_VERB_LE0 = 24  '&H18
  INFL_VERB_LE1 = 25  '&H19
  INFL_VERB_WU0 = 26  '&H1A
  INFL_VERB_WU1 = 27  '&H1B
  INFL_ADJ_REG0 = 28  '&H1C
  INFL_ADJ_REG1 = 29  '&H1D
  INFL_ADJ_REG2 = 30  '&H1E
  INFL_ADJ_REG3 = 31  '&H1F
  INFL_ADJ_REG4 = 32  '&H20
  INFL_ADJ_REG5 = 33  '&H21
  INFL_ADJ_P0 = 34  '&H22
  INFL_ADJ_P1 = 35  '&H23
  INFL_ADJ_P2 = 36  '&H24
  INFL_ADJ_L0 = 37  '&H25
  INFL_ADJ_L1 = 38  '&H26
  INFL_ADJ_YE0 = 39  '&H27
  INFL_ADJ_YE1 = 40  '&H28
  INFL_ADJ_YE2 = 41  '&H29
  INFL_ADJ_S0 = 42  '&H2A
  INFL_ADJ_S1 = 43  '&H2B
  INFL_ADJ_LU0 = 44  '&H2C
  INFL_ADJ_LU1 = 45  '&H2D
  INFL_ADJ_U0 = 46  '&H2E
  INFL_ADJ_U1 = 47  '&H2F
  INFL_ADJ_LE0 = 48  '&H30
  INFL_ADJ_LE1 = 49  '&H31
  INFL_ADJ_H0 = 50  '&H32
  INFL_ADJ_H1 = 51  '&H33
  INFL_ADJ_H2 = 52  '&H34
  INFL_ADJ_ANI0 = 53  '&H35
End Enum

tagINFL_CODE

enum, 53 members.
  'Inflection pattern code
Public Enum tagINFL_CODE
  INFL_VERB_NULL = 1  '&H1
  INFL_VERB_REG0 = 2  '&H2
  INFL_VERB_REG1 = 3  '&H3
  INFL_VERB_REG2 = 4  '&H4
  INFL_VERB_REG3 = 5  '&H5
  INFL_VERB_REG4 = 6  '&H6
  INFL_VERB_REG5 = 7  '&H7
  INFL_VERB_P0 = 8  '&H8
  INFL_VERB_P1 = 9  '&H9
  INFL_VERB_P2 = 10  '&HA
  INFL_VERB_T0 = 11  '&HB
  INFL_VERB_T1 = 12  '&HC
  INFL_VERB_L0 = 13  '&HD
  INFL_VERB_L1 = 14  '&HE
  INFL_VERB_YE0 = 15  '&HF
  INFL_VERB_YE1 = 16  '&H10
  INFL_VERB_YE2 = 17  '&H11
  INFL_VERB_S0 = 18  '&H12
  INFL_VERB_S1 = 19  '&H13
  INFL_VERB_LU0 = 20  '&H14
  INFL_VERB_LU1 = 21  '&H15
  INFL_VERB_U0 = 22  '&H16
  INFL_VERB_U1 = 23  '&H17
  INFL_VERB_LE0 = 24  '&H18
  INFL_VERB_LE1 = 25  '&H19
  INFL_VERB_WU0 = 26  '&H1A
  INFL_VERB_WU1 = 27  '&H1B
  INFL_ADJ_REG0 = 28  '&H1C
  INFL_ADJ_REG1 = 29  '&H1D
  INFL_ADJ_REG2 = 30  '&H1E
  INFL_ADJ_REG3 = 31  '&H1F
  INFL_ADJ_REG4 = 32  '&H20
  INFL_ADJ_REG5 = 33  '&H21
  INFL_ADJ_P0 = 34  '&H22
  INFL_ADJ_P1 = 35  '&H23
  INFL_ADJ_P2 = 36  '&H24
  INFL_ADJ_L0 = 37  '&H25
  INFL_ADJ_L1 = 38  '&H26
  INFL_ADJ_YE0 = 39  '&H27
  INFL_ADJ_YE1 = 40  '&H28
  INFL_ADJ_YE2 = 41  '&H29
  INFL_ADJ_S0 = 42  '&H2A
  INFL_ADJ_S1 = 43  '&H2B
  INFL_ADJ_LU0 = 44  '&H2C
  INFL_ADJ_LU1 = 45  '&H2D
  INFL_ADJ_U0 = 46  '&H2E
  INFL_ADJ_U1 = 47  '&H2F
  INFL_ADJ_LE0 = 48  '&H30
  INFL_ADJ_LE1 = 49  '&H31
  INFL_ADJ_H0 = 50  '&H32
  INFL_ADJ_H1 = 51  '&H33
  INFL_ADJ_H2 = 52  '&H34
  INFL_ADJ_ANI0 = 53  '&H35
End Enum

tagWORDREP_BREAK_TYPE

enum, 4 members.
Public Enum tagWORDREP_BREAK_TYPE
  WORDREP_BREAK_EOW = 0  '&H0
  WORDREP_BREAK_EOS = 1  '&H1
  WORDREP_BREAK_EOP = 2  '&H2
  WORDREP_BREAK_EOC = 3  '&H3
End Enum
WUtils.com