public class Treeprinter extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) BufferedWriter |
bwClearnlp |
(package private) BufferedWriter |
bwStanford |
boolean |
ready |
| Constructor and Description |
|---|
Treeprinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeClearnlp() |
void |
closeStanford() |
(package private) boolean |
initialize() |
String |
printTreeClearnlp(HAWKQuestion q) |
String |
printTreeStanford(HAWKQuestion q) |
String |
printTreeStanford(HAWKQuestion q,
String s) |
public boolean ready
BufferedWriter bwStanford
BufferedWriter bwClearnlp
public String printTreeStanford(HAWKQuestion q)
public String printTreeStanford(HAWKQuestion q, String s)
public String printTreeClearnlp(HAWKQuestion q)
boolean initialize()
public void close()
public void closeStanford()
public void closeClearnlp()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.