Instructions
------------

1. Run 'make clean' after extracting the Charniak Parser tarball.

2. Set the GCCFLAGS environment variable to indicate 64-bit compilation
   as well as where the boost libray headers are located. On bash, you 
   would do 'export GCCFLAGS="-m64 -I /usr/include/boost"' assuming that
   the Boost headers are located in /usr/include/boost.

3. Apply the patch: 'patch -p0 < charniak-linux-64bit.patch'

4. Run 'make'

5. If you have any problems, you can try sending me an email at 
   nmadnani@ets.org

Acknowledgments
---------------
This patch builds upon the Charniak Parser patch found here:
http://www.cis.udel.edu/content/natural-language-parser-wiki
