<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hey all,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I was looking over HW3 sources and noticed that the range of 
test trees read from the treebank doesn't match what's specified in the 
HW.&nbsp; You'll have to make a small code change to test on the full set 
specified in the homework.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I believe at PCFGParserTester.java:682, </FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; testTrees = readTrees(basePath, 
2300, 2319, maxTestLength);<BR></FONT><FONT size=2>should be</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; testTrees = readTrees(basePath, 
2300, 2399, maxTestLength);<BR></FONT></DIV>
<DIV><FONT size=2>Please note that for code development purposes, as suggested 
in the HW, testing on fewer sentence is faster &amp; easier.&nbsp; But for 
writing up a report on the full test set, you have to change the code 
there.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Ben</DIV></FONT></BODY></HTML>