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


Public Member Functions | |
| void | Compose (const SpellingProperties &delta) |
| void | Update (const SpellingProperties &other) |
Public Attributes | |
| SpellingType | type = kNormalSpelling |
| size_t | end_pos = 0 |
| double | credibility = 0.0 |
| string | tips |
| bool | is_correction = false |
| void rime::SpellingProperties::Compose | ( | const SpellingProperties & | delta | ) |
| void rime::SpellingProperties::Update | ( | const SpellingProperties & | other | ) |
| double rime::SpellingProperties::credibility = 0.0 |
| size_t rime::SpellingProperties::end_pos = 0 |
| bool rime::SpellingProperties::is_correction = false |
| string rime::SpellingProperties::tips |
| SpellingType rime::SpellingProperties::type = kNormalSpelling |