package ir.ac.iust.nlp.dependencyparser.utility.enumeration; /** * * @author Mojtaba Khallash */ public enum HybridType { Ensemble, Stacking }