package ir.ac.iust.nlp.dependencyparser.enumeration; /** * * @author Mojtaba Khallash */ public enum Format { CONLL, Malt_XML, Malt_TAB, MST, Clear, Tiger }