Changes from version 0.3 to version 0.31: ----------------------------------------- 1. 01-24-2003: Sval1to2.pl has been modified to ignore part of speech information in the form of `n', `v', `a' and `p' at the first line of the SOURCE file. Certain files in the Senseval-1 data have such information. 2. test.xml and train.xml (senseval-2 versions of the training and test data) are now distributed separately. We also provide test-fix.xml and train-fix.xml, which are senseval-2 versions of the senseval-1 data where certain mistagged instances have been corrected. Changes from version 0.2a to version 0.3: ----------------------------------------- 1. 01-04-2003: Version 0.2a (posted 9/18/02) is in error. The train.xml file that is provided is actually test.xml. This has been corrected. 2. 01-03-2003: Sval1to2.pl has been modified to accept instance ids and sense ids which may not be numeric. Instance ids are identified by their presence immediately after a blank line or at the beginning of the file. Changes from version 0.2 to version 0.2a: ---------------------------------------- 1. 09-18-2002: Renamed sensevalOne2Two.pl to Sval1to2.pl. 2. 09-18-2002: A copy of the original senseval1 data is also being distributed with the package. 3. 09-18-2002: train.xml a data file provided with the package had portions of garbled data. This file has been replaced by a clean copy. Changes from version 0.1 to version 0.2: ---------------------------------------- 1. 12-04-2001: Fixed bug in sensevalOne2Two.pl where a space after "700001" on the first line of TEST/bitter-p.eval would prevent that instance from appearing in the output test.xml file. Bug discovered and fixed by Yoong Keok Lee, leeyoong@comp.nus.edu.sg. 2. 12-04-2001: Added program getUnique.pl to replace multiple copies of the same instances in train.xml (where each copy had a different answer tag) with a single copy of the instance but with several answer tags. File train.xml now contains only a single copy of each instance with one or more answer tags. 3. 12-04-2001: Included documentation of getUnique.pl in README.txt.