|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdanbikel.parser.util.PrintNTs
public class PrintNTs
A class with a main method for reading trees and printing the complete set of nonterminals used in those trees.
main(String[])
Method Summary | |
---|---|
static void |
main(String[] args)
Reads in parse trees either from a specified file or from standard input, collects all nonterminals and then prints them, one nonterminal per line, to standard output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args)
usage: [- |where specifying - or using no arguments at all indicates to read from standard input, and where specifying -tags indicates to consider part of speech tags to be nonterminals.] [-tags]
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |