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

NAME

Lingua::PTD::More - more things to do with PTD

VERSION

Version 0.02

SYNOPSIS

    use Lingua::PTD;
    use Lingua::PTD::More qw/pss pssml/;

    my $ptdA = Lingua::PTD->new('ptd.en-pt.sqlite');
    my $ptdB = Lingua::PTD->new('ptd.en-pt.sqlite');

    my %pss = pss($ptdA, $ptdB, $term);
    my %pssml = pssml($ptdA, $ptdB, $term);

EXPORT

pss

Create a Probabilistic Synonymous Set (PSS) given a PTD pair and a term. The minimum probability can be passed as an extra argument to this function.

pssml

Same as pss function, but doesn't add translations to the PSS.

AUTHOR

Nuno Carvalho, <smash at cpan.org>

BUGS

Please report any bugs or feature requests to bug-lingua-ptd-pss at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-PTD-More. 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::PTD::More

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 by Project Natura <natura@natura.di.uminho.pt>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.