liblingua-en-nameparse-perl 1.38-1 source package in Ubuntu

Changelog

liblingua-en-nameparse-perl (1.38-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.38.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 17 Nov 2018 19:47:18 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblingua-en-nameparse-perl_1.38-1.dsc 2.4 KiB c079768ad3817c00bde48aa2bc87eec1b7a04778bb0fcab26a94c1cbe792a54c
liblingua-en-nameparse-perl_1.38.orig.tar.gz 35.0 KiB c8b3e00ae368c88b570756afb7e6e2f3ee5420c3545cf713e394a3477bfe70a3
liblingua-en-nameparse-perl_1.38-1.debian.tar.xz 3.8 KiB 3a738491fc7acd4bd64c8a1310f93a308c9dc3410980a87ed842b85b8acf5fd0

Available diffs

No changes file available.

Binary packages built by this source

liblingua-en-nameparse-perl: module for parsing a person's name in free text

 Lingua::EN::NameParse takes as input a person or persons name in
 free format text such as,
 .
  Mr AB & M/s CD MacNay-Smith
  MR J.L. D'ANGELO
  Estate Of The Late Lieutenant Colonel AB Van Der Heiden
 .
 and attempts to parse it. If successful, the name is broken
 down into components and useful functions can be performed such as:
 .
  converting upper or lower case values to name case (Mr AB MacNay )
  creating a personalised greeting or salutation (Dear Mr MacNay )
  extracting the names individual components (Mr,AB,MacNay )
  determining the type of format the name is in (Mr_A_Smith )