Brian Lalonde > Lingua-EN-Nickname > Lingua::EN::Nickname

Download:
Lingua-EN-Nickname-1.15.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.15   Source  

NAME ^

Lingua::EN::Nickname - Genealogical nickname matching (Liz=Beth)

SYNOPSIS ^

  use Lingua::EN::Nickname;

  # Equivalent first names?
  $score= nickname_eq( $firstn_0, $firstn_1 );

  # Full, expanded, name(s) 
  @roots= nickroot( $firstn );

DESCRIPTION ^

Nicknames, alternate spellings, and alternate etymological derivations make checking first name equivalence nearly impossible. This module will tell you that 'Maggie', 'Peg', and 'Margaret' are all probably the same name.

SOURCES ^

TODO ^

AUTHOR ^

Brian Lalonde, <brian@webcoder.info>

SEE ALSO ^

perl(1)