|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.result.TokenGraphDumper
public class TokenGraphDumper
Dumps out the GDL graph of all the result token chains in a Result, as well as all the alternate hypotheses along those chains.
| Constructor Summary | |
|---|---|
TokenGraphDumper(Result result)
Constructs a TokenGraphDumper from the given result. |
|
| Method Summary | |
|---|---|
java.lang.String |
dumpGDL(java.lang.String title)
Dumps the GDL output. |
void |
dumpGDL(java.lang.String title,
java.lang.String fileName)
Dumps the GDL output of the search space to the given file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TokenGraphDumper(Result result)
result - The result which search space we want to dump.| Method Detail |
|---|
public void dumpGDL(java.lang.String title,
java.lang.String fileName)
title - the title of the GDL graphfileName - public java.lang.String dumpGDL(java.lang.String title)
title - the title of the GDL graph
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||