The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Lingua-EN-Opinion

0.12 2018-03-21 22:33:39
    - Make the sentiment modules object attributes instead of re-instantiating them constantly.
    - Improve documentation.

0.1102 2018-03-21 16:42:44
    - Improve documentation.
    - Break out POD from the Emotion module.

0.1101 2018-03-21 14:07:23
    - Remove the duplicate stemming code from the *get_sentence() methods.

0.11 2018-03-21 13:26:58
    - Re-add stemming support.

0.10 2018-03-20 23:23:10
    - Sadly, we get to rollback stemming support. :(

0.09 2018-03-20 23:03:39
    - Add optional word stemming support.

0.0801 2018-03-17 15:59:18
    - Improve documentation slightly again.
    - Add score-sentence.psgi to the example scripts.
    - Modularize duplicated code.

0.08 2018-03-17 13:55:28
    - Add the get_sentence() and nrc_get_sentence() methods.

0.0701 2018-03-17 09:37:29
    - Improve documentation slightly.
    - Do not slurp the given file if sentences already exist.

0.07 2018-03-16 23:24:14
    - Improve example scripts.
    - Add the get_word() & nrc_get_word() methods.

0.0601 2018-03-06 19:14:31
    - Fix the example scripts up.
    - Add lines-term to the example scripts.
    - Up the required version of Moo!

0.06 2018-03-04 17:54:00
    - Improve example scripts.
    - Don't recompute the sentences if they exist.

0.0505 2018-03-04 14:31:22
    - Use the superior GD::Graph::lines module in the example scripts.

0.0504 2018-03-04 10:38:50
    - Fix nrc_sentiment() logic.

0.0503 2018-03-04 10:11:59
    - Improve documentation again!

0.0502 2018-03-04 09:52:27
    - Improve documentation a bit.

0.0501 2018-03-03 20:22:25
    - Add to the example scripts.

0.05 2018-03-03 19:22:54
    - Adjust nrc logic to tally sentence totals (not by words).

0.04 2018-03-03 17:27:30
    - Add, test and illustrate the nrc_sentiment() method.

0.03 2018-03-03 12:17:54
    - Add, test and illustrate the averaged_score() method.

0.02 2018-03-03 10:04:45
    - Add the ability analyze a string, instead of just a file.

0.0101 2018-03-03 09:39:23
    - Correct dist.ini links.

0.01 2018-03-02 17:42:21
    - Mint by Dist::Zilla.