|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectasdx.ASDTester
public class ASDTester
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.)
| 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 |
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||