private String prep = "[IN_pos TO_pos]";
@Before
public void setUp() throws Exception {
sent1 = new ChunkedSentence(
new String[] { "Obama", "was", "a", "professor", "of", "Law", "at", "UChicago", "." },
new String[] { "NNP", "VBD", "DT", "NN", "IN", "NN", "IN", "NNP", "." },
new String[] { "B-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "O" }
);
}