Skip Menu |

This queue is for tickets about the Lingua-EN-NameParse CPAN distribution.

Report information
The Basics
Id: 108459
Status: rejected
Priority: 0/
Queue: Lingua-EN-NameParse

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.33
Fixed in: (no value)



Subject: Doen't handle military ranks correctly
This program: use Lingua::EN::NameParse; my $nameparser = Lingua::EN::NameParse->new(); $nameparser->parse('Capt Albert Goodrich'); my %name_components = $nameparser->components(); print $name_components{'given_name_1'}, "\n"; Prints "Capt" instead of "Albert".
Ignore that. It would help if I'd read the manual correctly and noticed 'extended titles'.
Subject: RE: [rt.cpan.org #108459] Doen't handle military ranks correctly
Date: Thu, 5 Nov 2015 10:44:45 +1100
To: <bug-Lingua-EN-NameParse [...] rt.cpan.org>
From: Kim Ryan <kimryan [...] bigpond.net.au>
OK, hope the module is useful for you. Kim Show quoted text
-----Original Message----- From: Nigel Horne via RT [mailto:bug-Lingua-EN-NameParse@rt.cpan.org] Sent: Thursday, 5 November 2015 12:55 AM To: undisclosed-recipients: Subject: [rt.cpan.org #108459] Doen't handle military ranks correctly Queue: Lingua-EN-NameParse Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=108459 > Ignore that. It would help if I'd read the manual correctly and noticed 'extended titles'.