ddc
Classes | Variables
EngGramTab.h File Reference
#include "agramtab_.h"
Include dependency graph for EngGramTab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CEngGramTab
 

Variables

const unsigned int eStartUp = 0x6161
 
const unsigned int eEndUp = 0x7A7B
 
const unsigned int eMaxGrmCount = eEndUp -eStartUp
 
const BYTE ePartOfSpeechesCount = 17
 
const char ePartOfSpeeches [ePartOfSpeechesCount][20]
 
const short eGrammemsCount = 34
 
const char eGrammems [eGrammemsCount][8]
 

Variable Documentation

◆ eStartUp

const unsigned int eStartUp = 0x6161

◆ eEndUp

const unsigned int eEndUp = 0x7A7B

◆ eMaxGrmCount

const unsigned int eMaxGrmCount = eEndUp -eStartUp

◆ ePartOfSpeechesCount

const BYTE ePartOfSpeechesCount = 17

◆ ePartOfSpeeches

Initial value:
=
{
"NOUN",
"ADJECTIVE",
"VERB",
"VBE",
"MOD",
"NUMERAL",
"CONJ",
"INT",
"PREP",
"PART",
"ARTICLE",
"ADVERB",
"PN",
"ORDNUM",
"PRON",
"POSS",
"PN_ADJ"
}

◆ eGrammemsCount

const short eGrammemsCount = 34

◆ eGrammems

const char eGrammems[eGrammemsCount][8]
Initial value:
= {
"sg", "pl", "m", "f", "anim", "perf", "nom", "obj", "narr","geo",
"prop" ,"pers", "poss", "pred", "uncount", "ref", "dem", "mass", "comp", "sup",
"1", "2", "3", "prsa", "inf", "pasa", "pp", "ing", "fut", "if", "plsq", "plsgs", "name","org"}