public class Parser
extends java.lang.Object
Constructor and Description |
---|
Parser()
Creates a new instance of Parser
|
Modifier and Type | Method and Description |
---|---|
static void |
doIt(java.lang.String[] arg) |
static void |
InitializeVars(java.lang.String[] arg) |
void |
printWordsLabelsAndLinks(Sentence sent)
Instead of printing a link diagram print an XML tree
|
public static void InitializeVars(java.lang.String[] arg)
public static void doIt(java.lang.String[] arg) throws java.io.IOException
java.io.IOException
public void printWordsLabelsAndLinks(Sentence sent)
sent
- the sentence to print.