![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.nlp.parser.lexparser.Rule Maven / Gradle / Ivy
package edu.stanford.nlp.parser.lexparser;
/**
* Interface for int-format grammar rules.
* This replaces the class that used to be a superclass for UnaryRule and BinaryRule.
*
* @author Christopher Manning
*/
public interface Rule {
public float score();
public int parent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy