edu.stanford.nlp.lexgram
Class DFSAGrammar

java.lang.Object
  |
  +--edu.stanford.nlp.lexgram.SimpleGrammar
        |
        +--edu.stanford.nlp.lexgram.DFSAGrammar
All Implemented Interfaces:
Grammar

public final class DFSAGrammar
extends SimpleGrammar
implements Grammar

Implements a grammar as a DFSA


Constructor Summary
DFSAGrammar()
           
 
Method Summary
protected  void typeCheck(Rule r)
           
 
Methods inherited from class edu.stanford.nlp.lexgram.SimpleGrammar
addRule, addToMapValueSet, getLabels, getPatterns, getRules, getRulesByFirstItem, getRulesByLabel, getRulesByPattern, removeFromMapValueSet, removeRule, scoreRule, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.stanford.nlp.lexgram.Grammar
addRule, getLabels, getPatterns, getRules, getRulesByFirstItem, getRulesByLabel, getRulesByPattern, removeRule, scoreRule
 

Constructor Detail

DFSAGrammar

public DFSAGrammar()
Method Detail

typeCheck

protected void typeCheck(Rule r)
Overrides:
typeCheck in class SimpleGrammar


Stanford NLP Group