edu.stanford.nlp.parser.lexparser
Interface Rule

All Known Implementing Classes:
BinaryRule, UnaryRule

public interface Rule

Interface for int-format grammar rules. This replaces the class that used to be a superclass for UnaryRule and BinaryRule.

Author:
Christopher Manning

Method Summary
 int parent()
           
 float score()
           
 

Method Detail

score

float score()

parent

int parent()


Stanford NLP Group