Changes for version 0.04
- Fixed computation of TF-IDF. Resources for the equation include http://www.tfidf.com/ and https://en.wikipedia.org/wiki/Tf%E2%80%93idf#Term_frequency%E2%80%93Inverse_document_frequency
- Updated the tests to reflect the new equation
Modules
Perl extension for computing the TF-IDF measure
Module Install Instructions
To install Text::TFIDF, copy and paste the appropriate command in to your terminal.
cpanm Text::TFIDF
perl -MCPAN -e shellinstall Text::TFIDF
For more information on module installation, please visitthe detailed CPAN module installation guide.