August 25, 2010: Installing Charniak's parser parser05Aug16

Encountered the following problem:

[vanessafeng@ubuntu]$ make
/usr/bin/g++ -c -O BchartSm.C
BchartSm.C:30: error: expected initializer before "*" token
BchartSm.C: In member function "float Bchart::computepTgT(int, int)":
BchartSm.C:612: error: "globalGi" was not declared in this scope
make: *** [BchartSm.o] Error 1

Solution:

See https://github.com/WING-NUS/JavaRAP, replace some files under the PARSE/ folder by the files in the parser05Aug16.patch.zip zipfile downloaded from that link.