#include <string>
#include <map>
#include <vector>
#include <stack>
#include "UMString.h"
Go to the source code of this file.
Compounds | |
class | FlexLevel |
manages a single level of flexation More... | |
class | JVerbalFlexion |
deals with the rules of grammar input More... | |
Enumerations | |
enum | vflexform { MZ, OB, RY, SS, RT, SR, MR, KT, EF, OOR } |
Variables | |
const string | vflexformstr [] = { "MZ", "OB", "RY", "SS", "RT", "SR", "MR", "KT", "EF", "OOR"} |
const int | VFLEX = 10 |
const int | MAXFLEX = 12 |
const int | MAXFLEXART = 15 |
|
|
|
maximal number of |
|
maximal number of kinds of flexation |
|
number of flexation forms |
|
flexation forms as strings |