public class ParserUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
printOutOfMemory(java.io.PrintWriter pw) |
static Tree |
xTree(java.util.List<? extends HasWord> words)
Construct a fall through tree in case we can't parse this sentence.
|
public static Tree xTree(java.util.List<? extends HasWord> words)
words - Words of the sentence that didn't parsepublic static void printOutOfMemory(java.io.PrintWriter pw)