return "projective";
}
public GuideUserAction defaultAction(GuideUserHistory history, ParserConfiguration configuration) throws MaltChainedException {
if (((StackConfig)configuration).getInput().isEmpty()) {
LabelSet labelSet = ((StackConfig)configuration).getDependencyGraph().getDefaultRootEdgeLabels();
return updateActionContainers(history, RIGHTARC, labelSet);
}
return updateActionContainers(history, SHIFT, null);
}