The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::EN::ABC::Data

DESCRIPTION

This is the underlying data file for Lingua::EN::ABC. It is put here to make it easy to find, search, and check.

The headings "BrAmbig" and "AmAmbig" are for words where the British or American version of the word is ambiguous, like "metre" and "meter" in British English, or "vice" and "vise" in American English.

TABLE

EOF my $table = generate_table (rows => \@table, header_row => 1); # podify $table =~ s/(^|\n)/$1 /g; $tabletxt .= $table . "\n"; path($out)->spew_utf8 ($tabletxt);