From: Ted P. <dul...@gm...> - 2015-10-08 00:54:29
|
We are pleased to announce the release of version 0.11 of Text::Similarity. This includes a few fixes and corrections supplied by users (which we are always most grateful for!). You can download the new version from CPAN or sourceforge via links found at http://text-similarity.sourceforge.net. Below is the change log for this release. Finally, we are very open to other patches or ideas that users have, so please feel free to let us know! 0.11 Released October 6, 2015 (all changes by TDP) Contributed enhancement by Tani Hosokawa Not a bug, but an optimization. Original version does inefficient repeated linear search over text that can't possibly match. Instead, precaches locations of keywords. Comparing 100 semi-randomly generated fairly similar documents of about 500 words each results in approx 90% speed increase, the efficiency increases as the documents get larger. https://rt.cpan.org/Public/Ticket/Attachment/999948/520850 Make various documentation/typo fixes as suggested by Alex Becker. Found in CPAN bug list. Enjoy, Ted |