208209210211212213214215216217218
DEPNode head = tree.get(headIDs[i-1]); String label = deprels[i-1]; node.setHead(head, label); } tree.initSHeads(); // Run the SRL identifier.process(tree); classifier.process(tree); srlabeler.process(tree);
201202203204205206207208209210211