public class LatticeViewer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
numMaxViterbi |
| Constructor and Description |
|---|
LatticeViewer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dualLattice2html(PrintWriter out,
String desc,
edu.umass.cs.mallet.base.extract.LatticeViewer.ExtorInfo info1,
edu.umass.cs.mallet.base.extract.LatticeViewer.ExtorInfo info2) |
static void |
extraction2html(Extraction extraction,
CRFExtractor extor,
PrintStream out) |
static void |
extraction2html(Extraction extraction,
CRFExtractor extor,
PrintStream out,
boolean showLattice) |
static void |
extraction2html(Extraction extraction,
CRFExtractor extor,
PrintWriter out) |
static void |
extraction2html(Extraction extraction,
CRFExtractor extor,
PrintWriter out,
boolean showLattice) |
static int |
getNumFeaturesToDisplay() |
static void |
setNumFeaturesToDisplay(int numFeaturesToDisplay) |
static void |
viewDualResults(File dir,
Extraction e1,
CRFExtractor extor1,
Extraction e2,
CRFExtractor extor2) |
public static int getNumFeaturesToDisplay()
public static void setNumFeaturesToDisplay(int numFeaturesToDisplay)
public static void extraction2html(Extraction extraction, CRFExtractor extor, PrintStream out)
public static void extraction2html(Extraction extraction, CRFExtractor extor, PrintWriter out)
public static void extraction2html(Extraction extraction, CRFExtractor extor, PrintStream out, boolean showLattice)
public static void extraction2html(Extraction extraction, CRFExtractor extor, PrintWriter out, boolean showLattice)
public static void viewDualResults(File dir, Extraction e1, CRFExtractor extor1, Extraction e2, CRFExtractor extor2) throws IOException
IOExceptionpublic static void dualLattice2html(PrintWriter out, String desc, edu.umass.cs.mallet.base.extract.LatticeViewer.ExtorInfo info1, edu.umass.cs.mallet.base.extract.LatticeViewer.ExtorInfo info2)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.