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

NAME

WordLists::Dict

SYNOPSIS

        my $dict = WordLists::Dict->new({name=>'MyDictionary'});
        $dict->add_sense($sense); 
        # $sense->get('dict') now returns 'MyDictionary'
        my @senses = $dict->get_senses_for('head', 'verb');

DESCRIPTION

A dictionary is a list of senses, rather like a wordlist, with the exception that adding a sense to a dictionary marks it as belonging to that dictionary. This is useful when creating wordlists derived from several dictionaries, as you can then clearly see which belongs to which - if you remember to output dict, of course!

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.