|
librime 1.2
Rime Input Method Engine, the core library
|
#include <simplifier.h>


Public Member Functions | |
| Simplifier (const Ticket &ticket, an< Opencc > opencc) | |
| virtual an< Translation > | Apply (an< Translation > translation, CandidateList *candidates) |
| virtual bool | AppliesToSegment (Segment *segment) |
| bool | Convert (const an< Candidate > &original, CandidateQueue *result) |
| Public Member Functions inherited from rime::Filter | |
| Filter (const Ticket &ticket) | |
| virtual | ~Filter ()=default |
| string | name_space () const |
Protected Types | |
| enum | TipsLevel { kTipsNone , kTipsChar , kTipsAll } |
Protected Member Functions | |
| void | PushBack (const an< Candidate > &original, CandidateQueue *result, const string &simplified) |
Protected Attributes | |
| an< Opencc > | opencc_ |
| TipsLevel | tips_level_ = kTipsNone |
| string | option_name_ |
| set< string > | excluded_types_ |
| bool | show_in_comment_ = false |
| bool | inherit_comment_ = true |
| Projection | comment_formatter_ |
| bool | random_ = false |
| Protected Attributes inherited from rime::Filter | |
| Engine * | engine_ |
| string | name_space_ |
Additional Inherited Members | |
| Public Types inherited from rime::Class< Filter, const Ticket & > | |
| using | Initializer |
| Static Public Member Functions inherited from rime::Class< Filter, const Ticket & > | |
| static Component * | Require (const string &name) |
|
protected |
|
inlinevirtual |
Reimplemented from rime::Filter.
|
virtual |
Implements rime::Filter.
| bool rime::Simplifier::Convert | ( | const an< Candidate > & | original, |
| CandidateQueue * | result ) |
random_
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |