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

Text::Shoebox::Lexicon -- an object-oriented interface to Shoebox lexicons

SYNOPSIS

use Text::Shoebox::Lexicon;
my $lex = Text::Shoebox::Lexicon->read_file( "haida.sf" );
my @entries = $lex->entries;
print "See, it has ", scalar( @entries ), " entries!\n";
$lex->dump;

DESCRIPTION

XX TODO XX

METHODS

XX TODO XX

COPYRIGHT

Copyright 2004, Sean M. Burke sburke@cpan.org, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Sean M. Burke, sburke@cpan.org

I hasten to point out, incidentally, that I am not in any way affiliated with the Summer Institute of Linguistics.