aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-17 10:16:04 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-17 10:16:04 +0000
commit0a3058e33ce9b0ea7caf7d1ac5eeb2856428749e (patch)
tree071bac40e8f1c75bdd32863df5e5fd3c54f24d37 /textproc/Makefile
parent13b9db40303e31ef5f2b4efad0623940a7d75c75 (diff)
downloadports-0a3058e33ce9b0ea7caf7d1ac5eeb2856428749e.tar.gz
ports-0a3058e33ce9b0ea7caf7d1ac5eeb2856428749e.zip
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>
Notes
Notes: svn path=/head/; revision=446058
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index deca1633fecb..7319d99e8eee 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1605,6 +1605,7 @@
SUBDIR += scr2txt
SUBDIR += scrollkeeper
SUBDIR += scss
+ SUBDIR += scws
SUBDIR += sdcv
SUBDIR += sdf
SUBDIR += sdif