搜索

大约有 80 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0999秒)

1.RE: [特别发布] 纯PHP编写的xdb词典导入导出工具!!

更新时间:2009-07-05 10:07 t By heraldboy

...方式执行的: Notice: Undefined variable: mask in C:\wamp\www\pscws4\etc\xdb.class.php on line 138 Warning: fread() [function.fread]: Length parameter must be greater than 0 in C:\wamp\www\pscws4\etc\xdb.class.php on line 612 Warning: unpack() [function.unpack]: Type I: not enough input, nee...

2.安装报错,谁能帮忙看看

发布时间:2014-05-08 17:05 t By solomon

...Compiling & installing xunsearch ... ----- test -z "/usr/local/xunsearch/etc" || /bin/mkdir -p "/usr/local/xunsearch/etc" /usr/bin/install -c -m 644 'etc/py.xdb' '/usr/local/xunsearch/etc/py.xdb' test -z "/usr/local/xunsearch/etc" || /bin/mkdir -p "/usr/local/xunsearch/etc" Ignore exists cust...

3.RE: Hightman您好,我的分词怎么不对啊

更新时间:2010-08-19 14:08 t By hightman

... $cws = scws_open(); scws_set_charset($cws, "gbk"); scws_set_dict($cws, "./etc/dict.xdb"); scws_add_dict($cws, "./etc/s.txt",SCWS_XDICT_TXT); scws_set_rule($cws, "./etc/rules.ini"); ---- 推荐采用类对像访问方式 $cws = scws_new("gbk"); $cws->set_dict('etc/dict.xdb'); $cws->add_dict('etc/s....

4.RE: scws1.1.7 安装失败

发布时间:2011-05-23 09:05 t By iranw

... 2 root root 4096 05-23 17:02 lib drwxr-xr-x 2 root root 4096 05-23 17:02 etc drwxr-xr-x 2 root root 4096 05-23 17:02 bin [root@localhost scws-1.1.7]# 可是当我进入etc下运行phpize时也是出现上面的错误信息 [root@localhost scws-1.1.7]# cd etc/ [root@localhost etc]# /opt/php-...

5.RE: libscws的问题

发布时间:2009-12-04 13:12 t By nftw

...dateline='1259892522'] 从结果看应该是 scws_set_dict(s, "/usr/local/etc/dict_chs_gbk.xdb", SCWS_XDICT_MEM); 这句话出了问题, 也就是可能词典不正确. 但这个词典目前测试在64位系统下也是可以正常工作的, 检查一下词典的字节数是不是没有下载完...

6.RE: 如何设置“自定义词典”的路径?

发布时间:2010-10-28 15:10 t By hightman

你在include/里放的 php 是直接运行的吗?也就是起始目录位置了? 你可以统一只放一个词典位于上层的 etc/ 然后用绝对路径访问词典或在同不的目录用不同的相对路径啊, 像第一个情况是 ../etc/ 第二个应该是 ../../etc

7.RE: Hightman您好,我的分词怎么不对啊

发布时间:2010-08-19 09:08 t By assad

$cws = scws_open("gbk"); scws_set_dict($cws, "./etc/dict.xdb"); scws_add_dict($cws, "./etc/s.txt",SCWS_XDICT_TXT); scws_set_rule($cws, "./etc/rules.ini");

8.2010.5.12更新了规则集,包含在最新的1.1.2包中

发布时间:2010-05-12 16:05 t By hightman

调整了跟包一起的 etc/rules.ini etc/rules.utf8.ini etc/rules_cht.utf8.ini ,让规则语法匹配更加准确。 建议同步更新~~

9.如何设置“自定义词典”的路径?

更新时间:2010-10-28 14:10 t By johnbaby

...按照Hightman的说明。我的文件放置的结构是这样的: “etc”:放置“自定义词典” 我的网站的目录结构是这样: [code]www【根目录】 |---mySite【子目录】 |---include【子目录】 |---使用分词功能的页面.php【php...

10.RE: Deepin10.06下遇到问题

更新时间:2012-01-27 15:01 t By 五岳之巅

...-mysql 需要配置的文件位置如下: apache 的配置文件路径 /etc/apache2/apache2.conf php.ini 路径 /etc/php5/apache2/php.ini mysql配置文件 路径 /etc/mysql/my.cnf 配置好LAMP,接着下载自己的PHP程序,导入Mysql数据,localhost测试,OK!

  • 时间不限
  • 按相关性排序