Lingua::ZH::ChineseNaming - Analyzing Chinese Names


NAME

Lingua::ZH::ChineseNaming - Analyzing Chinese Names


SYNOPSIS

  use Lingua::ZH::ChineseNaming;
  my $n = new Lingua::ZH::ChineseNaming( # Chen Yuan-yuan
                                      FAMILY_NAME => '³―',
                                      GIVEN_NAME => 'ΆκΆκ'
                                      );
  print Dumper $n;


DESCRIPTION

 Naming is an art and choosing an auspicious one is a
 long-standing tradition in Chinese communities. Many
 people hold firmly that to have a good name is to have
 an auspicious life.
 Analyzing and choosing a good name always uses several
 patterns, e.g. stroke-counting, Chinese-horoscope, 
 hexagrams, but there is never a scientific foundation
 for these patterns.
 Lingua::ZH::ChineseNaming avoids to be a fortune-teller,
 but only extracts the computable part of this tradition
 and tries not to be confined to any specific school of
 interpreters.


METHODS


ILLUSTRATIONS


CAVEAT


REFERENCE

Almost every kind of book on Chinese naming is written in Chinese. I list two books in English for you reference.


COPYRIGHT

xern <xern@cpan.org>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.

 Lingua::ZH::ChineseNaming - Analyzing Chinese Names