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


Public Member Functions | |
| FallbackSegmentor (const Ticket &ticket) | |
| virtual bool | Proceed (Segmentation *segmentation) |
| Public Member Functions inherited from rime::Segmentor | |
| Segmentor (const Ticket &ticket) | |
| virtual | ~Segmentor ()=default |
| string | name_space () const |
Additional Inherited Members | |
| Public Types inherited from rime::Class< Segmentor, const Ticket & > | |
| using | Initializer |
| Static Public Member Functions inherited from rime::Class< Segmentor, const Ticket & > | |
| static Component * | Require (const string &name) |
| Protected Attributes inherited from rime::Segmentor | |
| Engine * | engine_ |
| string | name_space_ |
|
explicit |
|
virtual |
Implements rime::Segmentor.