00001
00002
00003
00004
00005 #ifndef __AGRAMTABLib_LIBRARY_DEFINED__
00006
00007 #ifndef eng_consts_h
00008 #define eng_consts_h
00009
00010
00011 enum ePartOfSpeeches
00012 {
00013 eNOUN = 0,
00014 eADJ = 1,
00015 eVERB = 2,
00016 eVBE = 3,
00017 eMOD = 4,
00018 eNUMERAL = 5,
00019 eCONJ = 6,
00020 eINTERJ = 7,
00021 ePREP = 8,
00022 ePARTICLE = 9,
00023 eART = 10,
00024 eADV = 11,
00025 ePN = 12,
00026 eORDNUM = 13,
00027 ePRON = 14,
00028 ePOSS = 15,
00029 ePN_ADJ = 16
00030 };
00031
00032
00033 enum eGrammems {
00034 eSingular = 0,
00035 ePlural = 1,
00036 eMasculinum = 2,
00037 eFeminum = 3,
00038 eAnimative = 4,
00039 ePerfective = 5,
00040 eNominative = 6,
00041 eObjectCase = 7,
00042 eNarrative = 8,
00043 eGeographics = 9,
00044 eProper = 10,
00045 ePersonalPronoun = 11,
00046 ePossessive = 12,
00047 ePredicative = 13,
00048 eUncountable = 14,
00049 eReflexivePronoun = 15,
00050 eDemonstrativePronoun = 16,
00051 eMass = 17,
00052 eComparativ = 18,
00053 eSupremum = 19,
00054 eFirstPerson = 20,
00055 eSecondPerson = 21,
00056 eThirdPerson = 22,
00057 ePresentIndef = 23,
00058 eInfinitive = 24,
00059 ePastIndef = 25,
00060 ePastParticiple = 26,
00061 eGerund = 27,
00062 eFuturum = 28,
00063 eConditional = 29,
00064
00065 eApostropheS = 30,
00066 eApostrophe = 31,
00067 eNames = 32,
00068 eOrganisation = 33
00069
00070 };
00071
00072
00073 #endif
00074
00075
00076 #endif