... unsigned char len; char attr[3]; scws_res_t next; }; ·[b]scws 高频关键词统计集,简称"词表集"[/b],这是 scws 中统计调用时返回用的结构,也是一个单链表结构。 typedef struct scws_topword *scws_top_t; struct scws_topword { char *word; float weight; ...