现在如果有的字段搜索的为数字,则热门关键词会出现数字,能否说系统记录hotkey的时候,比如搜索keyword(搜索词),city(城市),热门关键词只记录keyword,或者说排除数字的记录?
... 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; ...