cpansearch.perl.org

cpansearch.perl.org

瀏覽:474
日期:2024-08-10
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.4005; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(mmseg fmm word_freq); =encoding utf8 =hea...看更多