mustProcessRoot = false;
final CoreLabel startLabel = makeStartLabel(startSymbol);
deps.add(new CollinsDependency(new CoreLabel(head.label()), startLabel, new CollinsRelation(startSymbol, startSymbol, node.value(), Direction.Right)));
}
Direction dir = Direction.Left;
for(final Tree daughter : node.children()) {
if(daughter.equals(headDaughter)) {
dir = Direction.Right;