opennlp.grok
Class Realize

java.lang.Object
  |
  +--opennlp.grok.Realize

public class Realize
extends java.lang.Object

Sample front-end to the realizer, showing timing info for different agenda sorting strategies.

Version:
$Revision: 1.1 $, $Date: 2003/02/25 12:17:13 $
Author:
Michael White

Constructor Summary
Realize()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main routine takes three args, the grammar file, the input LF file, and the output file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Realize

public Realize()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main routine takes three args, the grammar file, the input LF file, and the output file.

java.lang.Exception


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.