librime 1.2
Rime Input Method Engine, the core library
dictionary.cc File Reference
#include <filesystem>
#include <rime/algo/syllabifier.h>
#include <rime/common.h>
#include <rime/dict/dictionary.h>
#include <rime/resource.h>
#include <rime/schema.h>
#include <rime/service.h>
#include <rime/ticket.h>
#include <utility>
Include dependency graph for dictionary.cc:

Classes

struct  rime::dictionary::Chunk
struct  rime::dictionary::QueryResult
struct  rime::dictionary::CodeMatch

Namespaces

namespace  rime
namespace  rime::dictionary

Functions

bool rime::dictionary::compare_chunk_by_head_element (const Chunk &a, const Chunk &b)
CodeMatch rime::dictionary::match_extra_code (const table::Code *extra_code, size_t depth, const SyllableGraph &syll_graph, size_t current_pos, bool predict_word)