7 #include "dictionary.h" 8 #include <unordered_set> 9 #include "segmentgraph.h" 11 void libime::Dictionary::matchPrefix(
12 const SegmentGraph &graph,
const GraphMatchCallback &callback,
13 const std::unordered_set<const SegmentGraphNode *> &ignore,
15 matchPrefixImpl(graph, callback, ignore, helper);