|
librime 1.2
Rime Input Method Engine, the core library
|
#include <queue>#include <rime/common.h>#include <rime/algo/encoder.h>#include <rime/dict/dictionary.h>#include <rime/dict/vocabulary.h>

Go to the source code of this file.
Classes | |
| struct | rime::RawDictEntry |
| class | rime::EntryCollector |
Namespaces | |
| namespace | rime |
Typedefs | |
| using | rime::WeightMap = map<string, double> |
| using | rime::WordMap = hash_map<string, vector<pair<string, double>>> |
| using | rime::EncodeQueue = std::queue<pair<string, string>> |