freebsd-ports/textproc/scws/pkg-plist
Torsten Zuehlsdorff 0a3058e33c New port: textproc/scws
SCWS (Simple Chinese Word Segmentation) is a frequency dictionary based Chinese
word segmentation engine, it can cut a whole section of the Chinese text into
words. Word is the smallest unit of morpheme in Chinese, but in Chinese words
are not separated by spaces,so word segmentation is an important step for
Chinese language process.SCWS is written in C without other dependencies and
accept GBK and UTF-8 encoding for both the Simple Chinese (zh_CN) and the
Traditional Chinese (such as zh_TW).

WWW: http://www.xunsearch.com/scws/index.php

PR:           219132
Submitted by: Jov <amutu@amutu.com>
2017-07-17 10:16:04 +00:00

20 lines
382 B
Plaintext

bin/scws
bin/scws-gen-dict
%%ETCDIR%%/rules.ini
%%ETCDIR%%/rules.utf8.ini
%%ETCDIR%%/rules_cht.utf8.ini
include/scws/charset.h
include/scws/crc32.h
include/scws/darray.h
include/scws/pool.h
include/scws/rule.h
include/scws/scws.h
include/scws/version.h
include/scws/xdb.h
include/scws/xdict.h
include/scws/xtree.h
lib/libscws.la
lib/libscws.so
lib/libscws.so.1
lib/libscws.so.1.1.0