danbikel.parser.util
Class PrettyPrint
java.lang.Object
danbikel.parser.util.PrettyPrint
public class PrettyPrint
- extends Object
Reads in a file of parse trees and outputs pretty-printed versions.
Method Summary |
static void |
main(String[] args)
Reads in parse trees either from a specified file or from standard input
and pretty prints those trees to standard output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Reads in parse trees either from a specified file or from standard input
and pretty prints those trees to standard output.
usage: [- | ]
where specifying - or using no arguments at all indicates to
read from standard input.
Author: Dan Bikel.