From: Ted P. <tpederse@d.umn.edu> - 2013-01-22 21:01:04
|
Version 0.09 of Text::Similarity has been released on CPAN and sourceforge. This release includes two user contributions (that are very much appreciated). See details below, and feel free to download from http://text-similarity.sourceforge.net 0.09 Released January 22, 2013 * This release includes changes contributed by Myroslava Dzikovska that provide the full set of similarity scores programmatically. She modified the interface so that the getSimilarity function returns a pair ($score, %allScores) where %allScores is a hash of all possible scores that it computes. She made it so that in scalar context it will only return $score, so it is fully backwards compatible with the older versions. She also changed the printing to STDERR, to make it easier to use the code in filter scripts that depend on STDIN/STDOUT. * This release also inludes changes ontributed by Nathan Glen to allow test cases to pass on Windows. The single quote used previously caused arguments to the script not to be passed corrected, leading to test failures. The single quotes have been changed to double quotes. Enjoy, Ted |