public class ASDTester
extends java.lang.Object
An ASDTester permits a user to test an ASD grammar by parsing
utterances with it. It provides a graphical user interface that
permits initialization of a parse, stepping the parse, and displaying
the phrase structure as the parse proceeds.
Command-line usage:
In an MS-Windows command-line window:
java -cp asddigraphs.jar;asdx.jar;. asdx/ASDTester
Or under UNIX:
java -cp asddigraphs.jar:asdx.jar:. asdx/ASDTester
OR if asddigraphs.jar and asdx.jar have been put in the system classpath:
java asdx/ASDTester
An optional command-line parameter can be used to specify the maximum
number of parsing advance steps before pausing.
Example: java asdx/ASDTester 50000
(The default maximum number of advance steps between pauses is 10000.)
- Author:
- James A. Mason