diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-09 05:16:53 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-09 05:16:53 +0000 |
commit | c39ecaf873831f768334507d28f1cc9cf2dfa7a3 (patch) | |
tree | 1b5e217d7109d24bdc6cf7cf64c3096dc856ac11 /textproc/Makefile | |
parent | a8a0a1e8ca72dab512535d30840ed25a6ea25bf2 (diff) | |
download | ports-c39ecaf873831f768334507d28f1cc9cf2dfa7a3.tar.gz ports-c39ecaf873831f768334507d28f1cc9cf2dfa7a3.zip |
This is a text analyzer for analyzing CJK texts. Plucene does not
support CJK texts natively. This module encodes terms in MIME::Base64
format to get around this problem. Texts are assumbed to be in UTF-8
encoding.
WWW: http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/
PR: ports/114376
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=195269
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ba899dcfa462..bd3b819393c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -439,6 +439,7 @@ SUBDIR += p5-Petal-Utils SUBDIR += p5-Plagger SUBDIR += p5-Plucene + SUBDIR += p5-Plucene-Analysis-CJKAnalyzer SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Constants |