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


Public Member Functions | |
| PunctSegmentor (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 |
Protected Attributes | |
| PunctConfig | config_ |
| Protected Attributes inherited from rime::Segmentor | |
| Engine * | engine_ |
| string | name_space_ |
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) |
| rime::PunctSegmentor::PunctSegmentor | ( | const Ticket & | ticket | ) |
|
virtual |
Implements rime::Segmentor.
|
protected |