NAME
Text::Perfide::BookPairs - Find different-language pairs of books in a collection.
VERSION
Version 0.01_02
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Text::Perfide::BookPairs;
my $foo = Text::Perfide::BookPairs->new();
...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
SUBROUTINES/METHODS
calc_dupvers
Tries to find repeated versions in all the files passed as argument.
print_dupvers
calc_bpairs
Pairs the first argument with the following arguments, and prints output compatible with Text::Perfide::BookSync
print_bpairs
calc_default
Tries to pair the first argument with all the remaining arguments.
print_default
calcpair
haspn
txt2bag2
Given a text, creates a bag of words containing all the words starting with caps and which do not appear also starting with small caps.
rmbagfiles
calcbagfiles
Given a list of files, calculates the bag files unless they already exist.
bagfile
Uses a given function to calculate the wordbag of a given file. Dumps the results to a folder '__bags' in the same folder where the file is located.
debug_pairs
AUTHOR
Andre Santos, <andrefs at cpan.org>
BUGS
Please report any bugs or feature requests to bug-text-perfide-bookpairs at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Text-Perfide-BookPairs. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 Project Natura.
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.