ddc
|
#include "StdGraph.h"
#include "GraphmatFile.h"
#include "GraphanDicts.h"
#include "../CommonLib/util_classes.h"
Functions | |
void | NormalizeOborotStr (const CGraphanDicts &C, string &S) |
void | BuildOborottosIndex (CGraphanDicts &C) |
Variables | |
const char | OborotDels [] = " \t" |
void NormalizeOborotStr | ( | const CGraphanDicts & | C, |
string & | S | ||
) |
References is_alpha(), CGraphanDicts::m_Language, RmlMakeUpper(), and Trim().
Referenced by CGraphanDicts::BuildOborot().
void BuildOborottosIndex | ( | CGraphanDicts & | C | ) |
References CGraphanDicts::m_OborotTokens, CGraphanDicts::m_Oborottos, CGraphanDicts::m_OborottosFirstWordIndex, and StringTokenizer::val().
Referenced by CGraphanDicts::BuildOborottos().
const char OborotDels[] = " \t" |