Package edu.stanford.nlp.lexgram

Old grammar, lexicon, and associated Treebank extractors for the old parser.

See:
          Description

Interface Summary
Grammar An interface for grammar representation
Lexicon Lexicon:
Rule Rule: Interface for representing a generic rewrite rule.
 

Class Summary
DFSAGrammar Implements a grammar as a DFSA
DFSARule DFSARule: Represents a rewrite rule via a DFSA
ExtractPTBRules Extract a SimpleLexicon and a SimpleGrammar from Penn Treebank files.
GrammarCompiler Grammar Compiler Class for compiling DFSA grammars from simple grammars.
SimpleGrammar  
SimpleGrammarFileReader A simple class to read grammars.
SimpleLexicon Implements a simple lexicon that maps from POS tags to words.
SimpleLexiconFileReader A simple class to read lexicons.
SimpleRule SimpleRule: Class for representing a generic rewrite rule.
 

Package edu.stanford.nlp.lexgram Description

Old grammar, lexicon, and associated Treebank extractors for the old parser.



Stanford NLP Group