asd
Class ASDCheck

java.lang.Object
  extended by asd.ASDCheck

public class ASDCheck
extends java.lang.Object

Checks an ASDGrammar read from a file for well-formedness. It also counts words and phrase types, nodes (instances), and edges in the grammar.

Usage:
java asd/ASDCheck grammarFileName

Author:
James A. Mason

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

Constructor Detail

ASDCheck

public ASDCheck()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        ASDInputException
Throws:
java.io.IOException
ASDInputException