librime 1.2
Rime Input Method Engine, the core library
entry_collector.h File Reference
#include <queue>
#include <rime/common.h>
#include <rime/algo/encoder.h>
#include <rime/dict/dictionary.h>
#include <rime/dict/vocabulary.h>
Include dependency graph for entry_collector.h:
This graph shows which files directly or indirectly include this file:

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>>