Flexible Parsing (FP) compression LZW-FP package by

Nasir Rajpoot & Dr. S. Cenk Sahinalp     Dr. Yossi Matias
Department of Computer Science           Department of Computer Science
University of Warwick                    Tel-Aviv University
Coventry CV4 7AL                         Schreiber building, room 305 
UK                                       Tel Aviv 69978, Israel 
Tel: +44-1203-522438                     Tel: +972-3-6406353
Fax: +44-1203-525714                     Fax: +972-3-6409357
email: (nasir,cenk)@dcs.warwick.ac.uk    email: matias@math.tau.ac.il 

The package contains:

1. This README file
2. LZW-FP compression program (fp) which requires the name of file to be
   compressed as an argument and generates the compressed file with the
   same filename appended by a suffix .F.
3. LZW-FP decompression program (unfp) takes as an argument the name of
   compressed file (with the extension .F) and generates the decompressed
   file (prefix without .F).

Please report any problems to Nasir Rajpoot at nasir@dcs.warwick.ac.uk.
