NAME

Lingua::EN::NameParse::Simple - Parse an English name into component parts

VERSION

Version 0.10

SYNOPSIS

Invoke this package as follows:

use parser.pm; 
my %name = Lingua::EN::NameParse::Simple::ParseName($fullname); 
# %name will contain available values for these keys:  
# TITLE, FIRST, MIDDLE, LAST, SUFFIX

FUNCTIONS

ParseName

my %name = Lingua::EN::NameParse::Simple::ParseName($fullname);

returns values for these keys: TITLE, FIRST, MIDDLE, LAST, SUFFIX

AUTHOR

Hugh Esco, <hesco at campaignfoundations.com> and James Jones

BUGS

Please report any bugs or feature requests to bug-lingua-en-nameparse-simple at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-EN-NameParse-Simple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Lingua::EN::NameParse::Simple

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

originally written as:

parser.pm -- Parses a name into its constituent parts Copyright (C) 2004 by Hugh Esco, James Jones and the Georgia Green Party

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991 or at your option any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.