首先,下载SCWS源代码
按照下面的方式安装scws(scws可以作为独立工具使用,也可以作为动态库,在C/C++程序中调用,也可以作为php扩展在php语言中调用)
bzip2 -d SCWS_1.X.X.tar.bz2 tar xvf SCWS_1.X.X.tar ./configure --prefix=SCWS_HOME make make install
PS:上述操作完成后,scws已经安装成功,可以以命令行方式或在C/C++程序中使用SCWS
命令行方式使用SWCS
cd SCWS_HOME ./scws -i ../etc/test.txt -o ../etc/out.txt -r ../etc/rules.utf8.ini -d ../etc/dict.utf8.xdb -c utf8
PS:字符串编码需要一致,scws使用时需要词典,词典文件,规则文件的编码要与被处理的文件内容编码一致。
如果想在C/C++中使用SCWS,需要做如下一些操作,很重要,特别是对PHP扩展的安装:
# 头文件考到这里 cp SCWS_HOME/include/scws /usr/include/scws # 作两个软连接(64位机器需要坐在/usr/lib64中) ln -s SCWS_HOME/lib/libscws.so.1.1.0 /usr/lib/libscws.so ln -s SCWS_HOME/lib/libscws.so.1.1.0 /usr/lib/libscws.so.1
安装PHP扩展
cd SCWS_1.x.x/phpext phpize ./configure --with-php-config=PHP_HOME/bin/php-config make make install
# 将上面生成的SCWS_HOME/phpext/modules/scws.so拷贝到你的php扩展目录,并且编辑php.ini,添加如下选项:
[scws]
extension = scws.so
scws.default.charset = utf8
scws.default.fpath = SCWS_HOME/etc
验证PHP扩展安装
cd SCWS_1.x.x/phpext
php scws_test.php
# 输出如下
Test [1] ... PASS!
Test [2] ... PASS!
Test [3] ... PASS!
Test [4] ... PASS!
Test [5] ... PASS!
Test [6] ... PASS!
Test [7] ... PASS!
Test [8] ... PASS!
Test [9] ... PASS!
Test [10] ... PASS!
Test [11] ... PASS!
Test [12] ... PASS!
Test [13] ... PASS!
Test [14] ... PASS!
Test [15] ... PASS!
// -------------------------------------
// TEST result report
// SCWS (Module version:1.0.0, Library version:1.2.0) - by hightman
// -------------------------------------
// Total test: 15
// Passed Num: 15 (100.00%)
// Failed Num: 0 (0.00%)
// -------------------------------------
OK PHP扩展安装成功

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Chinese version
Chinese version, very easy to use

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor
