cpansearch.perl.org

cpansearch.perl.org

瀏覽:490
日期:2025-12-16
package Lingua::ZH::MMSEG; use strict; use warnings; use utf8; use Encode qw (is_utf8); use encoding 'utf8'; use List::Util qw(sum); our $VERSION=0.4000; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(mmseg fmm); =encoding utf8 =head1 NAME Li...看更多