Classes | Typedefs | Functions | Variables

abbrev.cpp File Reference

#include "StdGraph.h"
#include "GraphmatFile.h"
#include "abbrev.h"
#include "GraphanDicts.h"
#include "../common/util_classes.h"
Include dependency graph for abbrev.cpp:

Classes

Typedefs

Functions

Variables


Typedef Documentation

typedef vector<CAbbrev>::const_iterator abbrev_t

Function Documentation

bool AbbrevIsEqualToString ( const CAbbrevItem X,
const CStrToCompare Str 
) [inline]

References abAny, abNumber, abString, abUpperCase, is_upper_alpha(), CAbbrevItem::m_ItemStr, CStrToCompare::m_Language, CStrToCompare::m_Str, CStrToCompare::m_StrLen, and CAbbrevItem::m_Type.

Referenced by CGraphmatFile::DealAbbrev().

Here is the call graph for this function:

Here is the caller graph for this function:

bool AbbrevIsGreaterThanString ( const CAbbrevItem X,
const CStrToCompare Str 
)

References CAbbrevItem::m_ItemStr, CStrToCompare::m_Str, and CStrToCompare::m_StrLen.

Referenced by abbrev_lower_bound().

Here is the caller graph for this function:

static bool ReadAbbrevationsFromOneFile ( string  FileName,
vector< CAbbrev > &  V,
MorphLanguageEnum  langua 
) [static]

References AbbrevSize, CAbbrevItem::m_ItemStr, CAbbrevItem::m_Type, NumberPlace, RmlMakeUpper(), and Trim().

Referenced by CGraphanDicts::ReadAbbrevations().

Here is the call graph for this function:

Here is the caller graph for this function:

abbrev_t abbrev_lower_bound ( abbrev_t  _First,
abbrev_t  _Last,
const CStrToCompare _Val 
)

References AbbrevIsGreaterThanString().

Referenced by CGraphmatFile::DealAbbrev().

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

const char* NumberPlace = "/:D"