public class TestResult extends Object
Constructor and Description |
---|
TestResult(BufferedReader resultIn) |
Modifier and Type | Method and Description |
---|---|
double |
getAverageSentenceLength() |
double |
getClusteredDiphoneCoverage() |
double |
getClusteredProsodyCoverage() |
String |
getCoverageString() |
String |
getDate() |
double |
getMaxClusteredDiphoneCoverage() |
double |
getMaxClusteredProsodyCoverage() |
double |
getMaxPhoneCoverage() |
int |
getMaxSentenceLength() |
double |
getMaxSimpleDiphoneCoverage() |
double |
getMaxSimpleProsodyCoverage() |
int |
getMinSentenceLength() |
int |
getNumSentences() |
double |
getPhoneCoverage() |
String |
getSettings() |
String |
getShortText() |
double |
getSimpleDiphoneCoverage() |
double |
getSimpleProsodyCoverage() |
String |
getText() |
public TestResult(BufferedReader resultIn) throws Exception
Exception
public String getText()
public String getShortText()
public String getSettings()
public String getDate()
public double getPhoneCoverage()
public double getMaxPhoneCoverage()
public double getSimpleDiphoneCoverage()
public double getMaxSimpleDiphoneCoverage()
public double getSimpleProsodyCoverage()
public double getMaxSimpleProsodyCoverage()
public double getClusteredDiphoneCoverage()
public double getMaxClusteredDiphoneCoverage()
public double getClusteredProsodyCoverage()
public double getMaxClusteredProsodyCoverage()
public double getAverageSentenceLength()
public int getMaxSentenceLength()
public int getMinSentenceLength()
public int getNumSentences()
public String getCoverageString()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.