Classes | Typedefs | Functions | Variables

wizard.h File Reference

#include "../common/utilit.h"
#include "../AgramtabLib/agramtab_.h"
#include "FormInfo.h"
#include "OperationMeter.h"
Include dependency graph for wizard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

Typedefs

Functions

Variables


Typedef Documentation

typedef multimap<string, CParadigmInfo> LemmaMap
typedef LemmaMap::iterator lemma_iterator_t
typedef LemmaMap::const_iterator const_lemma_iterator_t

Function Documentation

BYTE TransferReverseVowelNoToCharNo ( const string &  form,
BYTE  AccentCharNo,
MorphLanguageEnum  Language 
)

References is_lower_vowel(), is_upper_vowel(), and UnknownAccent.

Referenced by MorphoWizard::_GetReverseVowelNo(), CFormInfo::GetAccentedVowel(), MorphoWizard::GetLemmaAccent(), and MorphoWizard::SetAccent().

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

const WORD UnknownSessionNo = 0xffff-1
const WORD UnknownPrefixSetNo = 0xffff-1
const BYTE UnknownAccent = 0xff
const WORD AnyParadigmNo = 0xffff
const WORD AnyAccentModelNo = 0xffff
const WORD AnySessionNo = 0xffff
const WORD AnyPrefixSetNo = 0xffff
const BYTE AnyAccent = 0xff-1
const char* AnyCommonAncode
const int MinPredictSuffixLength = 2
const int MaxPredictSuffixLength = 5