From 82c6f9747e83f9fc84b572e3668b45519c15067b Mon Sep 17 00:00:00 2001 From: sunpoet <sunpoet@FreeBSD.org> Date: Sat, 11 Aug 2018 14:16:21 +0000 Subject: Update CPAN link --- chinese/p5-Lingua-ZH-WordSegmenter/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chinese') diff --git a/chinese/p5-Lingua-ZH-WordSegmenter/pkg-descr b/chinese/p5-Lingua-ZH-WordSegmenter/pkg-descr index 46473cd66eb7..a0657187d162 100644 --- a/chinese/p5-Lingua-ZH-WordSegmenter/pkg-descr +++ b/chinese/p5-Lingua-ZH-WordSegmenter/pkg-descr @@ -5,7 +5,7 @@ from both left and right directions, and choose the one with higher frequency product. The original program is from the CPAN module Lingua::ZH::WordSegment -(http://search.cpan.org/~chenyr/) I did the follwing changes: 1) make the +(https://metacpan.org/author/CHENYR) I did the follwing changes: 1) make the interface object oriented; 2) make the internal string into utf8; 3) using sogou's dictionary (http://www.sogou.com/labs/dl/w.html) as the default dictionary. -- cgit