#include <preset_vocabulary.h>
◆ PresetVocabulary()
| rime::PresetVocabulary::PresetVocabulary |
( |
const string & | vocabulary | ) |
|
|
explicit |
◆ ~PresetVocabulary()
| rime::PresetVocabulary::~PresetVocabulary |
( |
| ) |
|
◆ DictFilePath()
| path rime::PresetVocabulary::DictFilePath |
( |
const string & | vacabulary | ) |
|
|
static |
◆ GetNextEntry()
| bool rime::PresetVocabulary::GetNextEntry |
( |
string * | key, |
|
|
string * | value ) |
◆ GetWeightForEntry()
| bool rime::PresetVocabulary::GetWeightForEntry |
( |
const string & | key, |
|
|
double * | weight ) |
◆ IsQualifiedPhrase()
| bool rime::PresetVocabulary::IsQualifiedPhrase |
( |
const string & | phrase, |
|
|
const string & | weight_str ) |
◆ Reset()
| void rime::PresetVocabulary::Reset |
( |
| ) |
|
◆ set_max_phrase_length()
| void rime::PresetVocabulary::set_max_phrase_length |
( |
int | length | ) |
|
|
inline |
◆ set_min_phrase_weight()
| void rime::PresetVocabulary::set_min_phrase_weight |
( |
double | weight | ) |
|
|
inline |
◆ db_
◆ max_phrase_length_
| int rime::PresetVocabulary::max_phrase_length_ = 0 |
|
protected |
◆ min_phrase_weight_
| double rime::PresetVocabulary::min_phrase_weight_ = 0.0 |
|
protected |
The documentation for this class was generated from the following files: