20class Script :
public map<string, vector<Spelling>> {
23 void Merge(
const string& s,
25 const vector<Spelling>& v);
26 void Dump(
const path& file_path)
const;
#define RIME_DLL
Definition rime_api.h:33
std::shared_ptr< T > an
Definition common.h:60
void Merge(const string &s, const SpellingProperties &sp, const vector< Spelling > &v)
Definition algebra.cc:22
void Dump(const path &file_path) const
Definition algebra.cc:40
RIME_DLL bool AddSyllable(const string &syllable)
Definition algebra.cc:14
RIME_DLL bool Load(an< ConfigList > settings)
Definition algebra.cc:54
RIME_DLL bool Apply(string *value)
Definition algebra.cc:88
vector< of< Calculation > > calculation_
Definition algebra.h:38