GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Nickname(3) User Contributed Perl Documentation Nickname(3)

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

  use Lingua::EN::Nickname;

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

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

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.

  • USGenWeb Project <http://www.usgenweb.com/researchers/nicknames.html>
  • TNGenWeb Project <http://www.tngenweb.usit.com/franklin/frannick.htm>
  • Chesnut Family Pages <http://www.users.mis.net/~chesnut/pages/nicknams.htm>
  • Ultimate Family Tree <http://www.uftree.com/UFT/HowTos/SettingOut/nickname1.html>

  • Hire a team of experts to provide a more scientific, statistically accurate Name Etymology source file.
  • Create more phoenetically-based sub-regexes.
  • Detect simple monosyllabic truncation nicknames, be less certain about them, but match more.
  • Pay more attention to gender.

<https://github.com/brianary/Lingua-EN-Nickname>

Brian Lalonde, <brian@webcoder.info>

perl(1)
2015-02-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.