The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::Sindarin::Dictionary - A Dictionary for the Sindarin language

VERSION

Version 0.01

SYNOPSIS

Quick summary of what the module does.

        my $d = Lingua::Sindarin::Dictionary->new( dict => 'sindarin-english');
        my $res = $d->search("amdir");
        say $res;

        my $d = Lingua::Sindarin::Dictionary->new( dict => 'english-sindarin');
        my $res = $d->search("writer");
        say $res;

DESCRIPTION

This is a simple module to work as a english/sindarin and sindarin/english dictionary. Use the 'search' method to look for words in both dictionaries. All data was compiled from http://www.councilofelrond.com/.

AUTHOR

Felipe da Veiga Leprevost, <leprevost at cpan.org>

BUGS

Please report any bugs or feature requests to bug-lingua-sindarin-dictionary at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-Sindarin-Dictionary. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Lingua::Sindarin::Dictionary

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2014 Felipe da Veiga Leprevost.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.