Data Structures | |
struct | thcell_t |
Thai char cell representation. More... | |
Functions | |
void | th_init_cell (struct thcell_t *cell) |
Initialize a Thai cell. | |
size_t | th_next_cell (const thchar_t *s, size_t len, struct thcell_t *cell, int is_decomp_am) |
Get first cell from string. | |
size_t | th_prev_cell (const thchar_t *s, size_t pos, struct thcell_t *cell, int is_decomp_am) |
Get previous cell from string. | |
size_t | th_make_cells (const thchar_t *s, size_t len, struct thcell_t cells[], size_t *ncells, int is_decomp_am) |
Tokenize string into cells. |
|
Initialize a Thai cell.
|
|
Tokenize string into cells.
|
|
Get first cell from string.
|
|
Get previous cell from string.
|