// ========== This file is under LGPL, the GNU Lesser General Public Licence // ========== Dialing Lemmatizer (www.aot.ru) // ========== Copyright by Alexey Sokirko, Dmitry Pankratov #ifndef __SYNANLib_LIBRARY_DEFINED__ #ifndef __AGRAMTABLib_LIBRARY_DEFINED__ #ifndef rus_consts_h #define rus_consts_h enum rPartOfSpeeches { NOUN = 0, ADJ_FULL = 1, VERB = 2, PRONOUN = 3, PRONOUN_P = 4, PRONOUN_PREDK = 5, NUMERAL = 6, NUMERAL_P = 7, ADV = 8, PREDK = 9, PREP = 10, POSL = 11, CONJ = 12, INTERJ = 13, INP = 14, PHRASE = 15, PARTICLE = 16, ADJ_SHORT = 17, PARTICIPLE = 18, ADVERB_PARTICIPLE = 19, PARTICIPLE_SHORT = 20, INFINITIVE = 21, }; enum rGrammems { rPlural = 0, rSingular = 1, rAllNumbers = (1<