NAME

normalizer - transform strings into a normal form

SYNOPSIS

mktable method [options]

Options:
  --value      value
  --type       business,address,city,state,zip,phone,title
  --help       list usage for methods and parameters
  --man        print man page
  --version    show module path and version

OPTIONS

--value

The value to transform.

--value="The The"
--file

Text file containing one value per line.

--file=values.txt
--type

The type of value: business, address, city, state, zip, phone or title. Defaults to business.

--type=address
--help

Shows synopsis and exits.

--man

Prints the manual page and exits.

--version

Prints the versions of the core modules used.

EXAMPLES

normalizer --value="Jones's & Sons Bakeries" --type=business

# business is the default type
normalizer --value="Jones's & Sons Bakeries"

normalizer --value="123 Main Street" --type=address

SEE ALSO

String::Normal

The engine behind this script.

AUTHOR

Jeff Anderson, <jeffa at cpan.org>