Class RuleTable

java.lang.Object
  |
  +--RuleTable

public class RuleTable
extends java.lang.Object

This class constructs a rule table, implemented both as a vector and as an array. The input must have the features used during the feature passing listed in the same order for each element on the RHS. This is for use with the parser.


Constructor Summary
RuleTable()
           
 
Method Summary
 DATA make(java.lang.String rule_file, boolean track, DATA info, java.lang.String type_of_rules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleTable

public RuleTable()
Method Detail

make

public DATA make(java.lang.String rule_file,
                 boolean track,
                 DATA info,
                 java.lang.String type_of_rules)