經安全檢測,此網站為安全網站,請放心前往原始網址!

cpansearch.perl.org

package Lingua::ZH::WordSegmenter; use warnings; use strict; use Encode; # Constructor new sub new { my $proto = shift; my $class = ref($proto) || $proto; my $self = {}; bless($self, $class); # Run initialisation code return $self->_init(@_); } sub _init{

cpansearch.perl.org

網址安全性掃描由 google 提供