...ws_set_dict($sh, 'dict.txt', SCWS_XDICT_TXT); //scws_set_rule($sh, 'rules.ini'); $text = "我发现个文字‘再试一个’"; scws_send_text($sh, $text); $top = scws_get_tops($sh, 5); print_r($top); [/php] dict.txt的内容为: # WORD TF IDF ATTR 再试一个 1.0 1.0 @ 可结果...
[quote='hightman' pid='5345' dateline='1386914552'] unique id = table_name + id_in_table 将主键修改为 Table1_1 和 Table2_1 就好了呀 检索结果中提取 id 中 最后一个 _ 之前的部分就是 table 名了。 [/quote] 是不是可以理解为,在项目设置中,增加一...
php5.3.3 scws_get_result有警告,并得不到分析结果,麻烦看一下 $res = scws_get_result($cws) Warning: scws_get_result() expects exactly 2 parameters, 1 given in /data/web/htdocs/scws.php on line 54 我这样用就OK,并且有结果返回 $res = scws_get_result($cws,null)
...析很慢不知是什么原因。: ( [quote='hightman' pid='108' dateline='1319271148'] [quote='3左3右' pid='106' dateline='1319192293'] 已解决,原来是我get一个参数,但是没有在url里面传值。。。。 demo 项目在本地可以运行 search.php中的代码: $xs =...
[quote='hightman' pid='6055' dateline='1305957974'] 你应该进入 scws-1.1.7/phpext/ 目录运行 phpize 啊 [/quote] 你好 可是我的scws目录没有phpext这个文件夹呀 下面是我的文件列表 [root@localhost scws-1.1.7]# ls -ltr 总计 32 drwxr-xr-x 3 root root 4096 05-2...
... # ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/bin/php-config checking for scws support... yes, shared checking for scws_new in -lscws... no configure: error: wrong scws lib version or lib not found 我的PHP为5.2.14,通过FreeBSD ports安装版本,,望解决。
...hp/scws.so' ... cannot open shared object file: No such file or directory in Unknown on line 0 我的php.ini 配置是: [scws] extension = "/usr/lib/php/scws.so" scws.default.charset = gbk scws.default.fpath = /usr/local/scws/etc/ 我的scws.so文件确实存在于/usr/lib/php/目录下...
getExpandedQuery() 方法 public array getExpandedQuery(string $query, int $limit=10) $query string 需要展开的前缀, 可为拼音、英文、中文 $limit int 需要返回的搜索词数量上限, 默认为 10, 最大值为 20 {return} array 返回搜索词组成...
[quote='etbobhwang' pid='3283' dateline='1248344366'] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1046898225 bytes) in /var/www/html/search/dict/xdb.class.php on line 638 我也碰到同樣的問題,換一台主機依舊有問題 謝謝 ,問題是 638 ...
运行环境 windows 2008 32位 IIS7 PHP 5.3.4 VC9 NTS PHP.INI [code] [16-Dec-2010 13:17:41] PHP Warning: PHP Startup: scws: Unable to initialize module Module compiled with build ID=API20090626,TS,VC6 PHP compiled with build ID=API20090626,NTS,VC9 These options need to match in Unk...