edu.umn.cs.nlp.corpus
Class WSJReader

java.lang.Object
  extended by edu.umn.cs.nlp.corpus.WSJReader

public class WSJReader
extends Object

Reads the Wall Street Journal treebank grammar into a BDB database

Version:
$LastChangedDate: 2007-08-06 10:12:11 -0500 (Mon, 06 Aug 2007) $
Author:
Lane Schwartz

Constructor Summary
WSJReader(File grammarFile, String dbName, String dbDirectory)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSJReader

public WSJReader(File grammarFile,
                 String dbName,
                 String dbDirectory)
          throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

main

public static void main(String[] args)