Revision history for Lingua-Word-Parser

0.0809 2024-09-30 07:59:02
    - Metacpan barfed. Maybe this time it will work?

0.0808 2024-09-29 10:16:04
    - Special case the DSN for SQLite.

0.0807 2022-10-22
    - Avoid implicit imports.

0.0806 2021-04-29
    - Rename eg/synopis to eg/basic.
    - Improve documentation.
    - Allow duplicate parts.

0.0805 2020-03-22
    - Clean up test file and add more cases.
    - Improve documentation ever-so-slightly.

0.0804 2017-07-26
    - Improve documentation.

0.0803 2017-07-26
    - Test score_parts() not the score() method.
    - Memoize score().

0.0802 2017-07-25
    - Add a crucial grep to exclude chunks that are the empty string.

0.0801 2017-07-25
    - Fixed hideous, pernicious typo.
    - Added familiarity measure to the score_parts()!

0.08  2017-07-25
    - Added familiarity measure to the score().

0.07  2015-10-06
    - Remove the superfluous masks return from the knowns() method.
    - Improved documentation.

0.06  2015-10-06
    - Reduce footprint by not using the $& variable.
    - Add _rle() tests.
    - Improved documentation.

0.05  2015-09-07
    - Reduce time footprint with List::PowerSet and Memoize.

0.04  2015-08-22
    - Added the extra-handy score_parts() method.

0.0301 2015-06-05
    - Improved documentation 

0.03  2015-06-05
    - Allowed specification of separator and terminator strings for score output.
    - Improved documentation 
    - Improved tests

0.0212 2015-01-21
    - Returned the definitions of the knowns in the score.
    - Fixed POD

0.0201 2014-05-31
    - Added AWOL database source lexicon.
    - Eliminated pre & post columns.
    - Return a friendly hashref from score.

0.02  2014-05-26
    - Added database source access to populate the lexicon.

0.01  2014-05-24
    - Imported functionality from nomen-re.
    - Minted by Dist::Zilla