The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
NAME
    CHANGES - Revision history for WordNet::SenseRelate::AllWords

DESCRIPTION
    0.09
        Date : April 10, 2008 (all changes by TDP)

        *   Modified test cases further to check for WordNet version using
            WordNet::Tools. Changes introduced in 0.08 testing were based on
            WordNet::QueryData's deprecated version test. Now skip all tests
            if we don't find version 2.0, 2.1, or 3.0, and introduce version
            specific tests within those as needed (if results change from
            one version of WordNet to the next).

        *   Added reference to Jason Michelizzi's MS thesis, which gives
            many details about the AllWords approach, plus experimental
            results

    0.08
        Date : March 20, 2008 (all changes by TDP)

        *   Fixed bug in AllWords.pm that caused disambiguate to fail when
            window not specified. we now default to window size 3.

        *   Fixed synopsis in AllWords.pm to provide a cut and paste program
            that should run

        *   Modified Makefile.PL to allow for use of 'make dist' and create
            META.yml

        *   Changed release procedure, now using 'make dist' in order to
            avoid CVS export, and also create a directory that unpacks with
            a version number.

    0.07
        Date : March 17, 2008

        *   Added web interface support for AllWords (see /web for details)
            (vk)

        *   Updated version information in AllWords.pm to 0.07 (vk)

        *   changed Changes file to CHANGES.pod (tdp)

        *   added INSTALL.pod to /web (tdp)

        *   updated version, copyright, and author info in README.pod (tdp)

    0.06
        Thu May 19 14:06:10 2005 (all changes by JM)

        *   added fixed mode

    0.05
        Mon May 02 16:12:36 2005 (all changes by JM)

        *   changed definition of context window to be total number of words

        *   cleaned up errors in documentation

        *   renamed reformat-for-senseval.pl as scorer2-format.pl

        *   added command-line help to scorer2-format.pl and
            semcor-reformat.pl and expanded documentation

        *   changed the compound-finding function so that only collocations
            of length MAX_COMPOUND_LENGTH or less are considered.
            MAX_COMPOUND_LENGTH is a constant defined in AllWords.pm.

        *   added new wntagged format

    0.04
        Tue Apr 12 10:40:48 2005 (all changes by JM)

        *   fixed serious bug that often prevented higher numbered senses of
            target words from being considered

        *   fixed errors in wsd.pl when --format is omitted

        *   added diagnostic messages when stoplist is malformed

        *   fixed bug in windowing that prevented window from expanding
            under certain circumstances

        *   added new traces levels for displaying semantic relatedness
            scores and making ouput of zero values optional

        *   fixed bug where sense1 and random schemes would fail when used
            with a stoplist or tagged text

        *   clarified description of window in documentation

        *   added sample stoplist

        *   suppress irrelevant configuration information when wsd.pl is run
            under sense1 or random

        *   updated test scripts to reflect recent changes

        *   renamed as WordNet::SenseRelate::AllWords

    0.03
        Fri Mar 11 15:25:18 2005 (all changes by JM)

        *   added scripts for converting semcor files and formatting the
            output for Senseval

        *   added another test script

        *   changed the input format(s) to wsd.pl

        *   expanded documentation

    0.02
        Mon Jan 17 10:01:00 2005 (all changes by JM)

        *   added part of speech coercion option

        *   expanded discussions in README

    0.01
        Wed Nov 3 12:52:33 2004 (all changes by JM)

        *   original version; created by h2xs 1.23 with options -n
            WordNet::SenseRelate -X -b 5.6.0

AUTHORS
     Varada Kolhatkar, University of Minnesota, Duluth
     kolha002 at d.umn.edu

     Ted Pedersen, University of Minnesota, Duluth
     tpederse at d.umn.edu

    This document last modified by : $Id: CHANGES.pod,v 1.6 2008/04/10
    00:29:03 tpederse Exp $

SEE ALSO
COPYRIGHT AND LICENSE
    Copyright (c) 2008, Varada Kolhatkar, Ted Pedersen, Jason Michelizzi

    Permission is granted to copy, distribute and/or modify this document
    under the terms of the GNU Free Documentation License, Version 1.2 or
    any later version published by the Free Software Foundation; with no
    Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

    Note: a copy of the GNU Free Documentation License is available on the
    web at <http://www.gnu.org/copyleft/fdl.html> and is included in this
    distribution as FDL.txt.