Query: th_brk_line
OS: centos
Section: centos
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
thai/thbrk.h(3) libthai thai/thbrk.h(3)NAMEthai/thbrk.h - Thai word segmentation.SYNOPSISFunctions int th_brk (const thchar_t *s, int pos[], size_t n) Find word break positions in Thai string. int th_brk_line (const thchar_t *in, thchar_t *out, size_t n, const char *delim) Insert word delimitors in given string. Detailed Description Thai word segmentation. Function Documentation int th_brk (const thchar_t *s, intpos[], size_tn) Find word break positions in Thai string. Parameters: s : the input string to be processed pos : array to keep breaking positions n : size of pos[] Returns: the actual number of breaking positions occurred Finds word break positions in Thai string s and stores at most n breaking positions in pos[], from left to right. int th_brk_line (const thchar_t *in, thchar_t *out, size_tn, const char *delim) Insert word delimitors in given string. Parameters: in : the input string to be processed out : the output buffer n : the size of out delim : the word delimitor to insert Returns: the actual size of the processed string Analyzes the input string and store the string in output buffer with the given word delimitor inserted at every word boundary. Author Generated automatically by Doxygen for libthai from the source code. Version 0.1.14 Tue Jun 17 2014 thai/thbrk.h(3)
Related Man Pages |
---|
th_make_cells(centos) - centos |
th_uni2macthai(centos) - centos |
th_tis2uni_line(centos) - centos |
th_uni2tis_line(centos) - centos |
th_winthai2uni(centos) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Set hard block limit for user using quota |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |