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

NAME

WordLists::Lookup

SYNOPSIS

        my $lookup = WordLists::Lookup->new({ dicts=>[$simple_dict, $technical_dict, $ten_volume_dict ]});
        $lookup->get_senses_for('aortic');
        # Nothing in $simple_dict, so fall back to $technical_dict or $ten_volume_dict.

DESCRIPTION

A lookup is a way of accessing one or more WordList::WordList or WordList::Dict (or indeed WordList::Lookup) objects and searching them 'fuzzily' - that is to say, you can access case insentitively, or ignoring spaces, etc.

WordList::Lookup objects are subclasses of WordList::WordList and inherit all methods.

BUGS

Please use the Github issues tracker.

LICENSE

Copyright 2011-2012 © Cambridge University Press. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.