package ir.ac.iust.nlp.dependencyparser.enumeration; /** * * @author Mojtaba Khallash */ public enum SearchIn { // 0 None, // 1 Gold, // 2 Parse }