The file  gives a brief description of the files in the K-vec++ package

-----------------------------------------------------------------------------------------

kvec.pl - perl implementation of the K-vec algorithm that finds the word alignments.


ensemble.pl - perl program to combine the output files of the statistic.pl depending
           on the number of votes as input.

eval.pl - perl program to compare the out of the statistic.pl program or the ensemble.pl
         program with the GOLD STANDARD DATA and find the precision, recall and the f-measure
         values.

gpl* - GPL.txt file in various languages.

Readme.txt - contains a detailed description about the programs kvec.pl, statistic.pl,
         ensemble.pl, eval.pl and the .pm files.

TESTING - has the tests scripts for the ensemble.pl(ensemble) and the
kvec.pl (kvec) programs.


----------------------------------------------------------------------------------------------



Blinker-Gold 
------------------

Contains programs for creating the gold standard data for the Blinker data.

consensus.pl - perl program to find the consensus between a set of annotators.

token.pl - perl program to create the token based gold data. 

type.pl - perl program to create the type based gold data.

filter.pl - perl program to filter the phrasal translations from word to word translations.

script.pl - perl script for automatic compilation of the gold standard data.

Readme.txt - Readme file describing the Blinker data and the
             different programs to create gold data for it.


----------------------------------------------------------------------------------------------


Hansards-Gold
-----------------

gold.pl - perl program to create gold data for the Hansard's data.

Readme.txt - Readme file describing the Hansard's data and the
             different programs to create gold data for it.


------------------------------------------------------------------------------------------------


