...; struct scws_zchar *zmap; } scws_st, *scws_t; struct scws_zchar { int start; int end; }; 注:xdict_t 和 rule_t 分别是词典和规则集的指针,可判断其是否为 NULL 来判断加载的成功与失败。 ·[b]scws 系列结果集[/b],每次 scws 返回的分词结果的数量...
... && $first != XS_CMD_INDEX_EXDATA) { throw new XSException('Invalid start command of exdata (CMD:' . $first . ')'); } // create cmd & execute it $cmd = array('cmd' => XS_CMD_INDEX_EXDATA, 'buf' => $data); $this->execCommand($cmd, XS_CMD_OK_RQST_FINISHED); return $this;} 批...