ddc
|
#include <FormInfo.h>
Public Member Functions | |
bool | operator== (const CFlexiaModel &X) const |
bool | ReadFromString (string &s) |
string | ToString () const |
string | get_first_flex () const |
string | get_first_code () const |
bool | has_ancode (const string &search_ancode) const |
Public Attributes | |
string | m_Comments |
vector< CMorphForm > | m_Flexia |
|
inline |
References m_Flexia.
bool CFlexiaModel::ReadFromString | ( | string & | s | ) |
References FlexModelCommDelim, m_Comments, m_Flexia, and Trim().
Referenced by ReadFlexiaModels().
string CFlexiaModel::ToString | ( | ) | const |
References FlexModelCommDelim, m_Comments, and m_Flexia.
Referenced by MorphoWizard::log().
string CFlexiaModel::get_first_flex | ( | ) | const |
References m_Flexia.
Referenced by MorphoWizard::create_slf_from_predicted(), CMorphDictBuilder::GenPredictIdx(), MorphoWizard::get_base_string(), CFormInfo::GetSrcNorm(), MorphoWizard::predict_lemm(), MorphoWizard::save_mrd(), and CFormInfo::SetParadigmId().
string CFlexiaModel::get_first_code | ( | ) | const |
References m_Flexia.
Referenced by MorphoWizard::CreatePredictIndex(), CMorphDictBuilder::GenerateUnitedFlexModels(), and CMorphDictBuilder::GenPredictIdx().
bool CFlexiaModel::has_ancode | ( | const string & | search_ancode | ) | const |
References m_Flexia.
string CFlexiaModel::m_Comments |
Referenced by ReadFromString(), and ToString().
vector<CMorphForm> CFlexiaModel::m_Flexia |
Referenced by MorphoWizard::check_paradigm(), CFormInfo::Create(), CMorphDictBuilder::GenerateUnitedFlexModels(), CMorphDictBuilder::GenPredictIdx(), get_first_code(), get_first_flex(), MorphoWizard::get_wordforms(), CLemmatizer::GetAllAncodesAndLemmasQuick(), CLemmatizer::GetAllAncodesQuick(), CFormInfo::GetAncode(), CFormInfo::GetCount(), CMorphDict::GetLemmaInfos(), CFormInfo::GetSrcAncode(), CFormInfo::GetWordForm(), has_ancode(), CLemmatizer::LemmatizeWord(), MorphoWizard::mrd_to_slf(), operator==(), PrintAllForms(), ReadFromString(), MorphoWizard::slf_to_mrd(), and ToString().