return false;
// Get the relation between the two nodes
String rel = path.getRelation(i - 1);
String firstPos = first.pos();
String secPos = second.pos();
// Check whether each POS has a class category to which it should be
// mapped. These classes are necessary to handle the singificant
// number of variations for a general category of POS's, e.g. verb
// -> VBZ, VBJ, etc., which were not present when the MINIPAR tags