ddc
Functions | Variables
Oborots.cpp File Reference
#include "StdGraph.h"
#include "GraphmatFile.h"
#include "GraphanDicts.h"
#include "../CommonLib/util_classes.h"
Include dependency graph for Oborots.cpp:

Functions

void NormalizeOborotStr (const CGraphanDicts &C, string &S)
 
void BuildOborottosIndex (CGraphanDicts &C)
 

Variables

const char OborotDels [] = " \t"
 

Function Documentation

◆ NormalizeOborotStr()

void NormalizeOborotStr ( const CGraphanDicts C,
string &  S 
)

References is_alpha(), CGraphanDicts::m_Language, RmlMakeUpper(), and Trim().

Referenced by CGraphanDicts::BuildOborot().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ BuildOborottosIndex()

void BuildOborottosIndex ( CGraphanDicts C)

References CGraphanDicts::m_OborotTokens, CGraphanDicts::m_Oborottos, CGraphanDicts::m_OborottosFirstWordIndex, and StringTokenizer::val().

Referenced by CGraphanDicts::BuildOborottos().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ OborotDels

const char OborotDels[] = " \t"