public class Label extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
ll |
String |
phn |
String[] |
rest |
int |
status |
double |
time |
double[] |
valuesRest |
| Constructor and Description |
|---|
Label() |
Label(double newTime,
int newStatus,
String newPhn,
double newll)
Create a new Label.
|
Label(double newTime,
int newStatus,
String newPhn,
double newll,
String[] restIn) |
Label(double newTime,
int newStatus,
String newPhn,
double newll,
String[] restIn,
double[] valuesRestIn) |
Label(double endTime,
String phoneSymbol)
Simple constructor for simple cases: create a label from the given end time and phone symbol.
|
Label(Label lab) |
public double time
public int status
public String phn
public double ll
public String[] rest
public double[] valuesRest
public Label(double endTime,
String phoneSymbol)
endTime - time where the phonetic label ends, in seconds.phoneSymbol - phonetic label, such as a phone symbolpublic Label(double newTime,
int newStatus,
String newPhn,
double newll)
newTime - Ending time of phonetic labelnewStatus - statusnewPhn - phone symbolnewll - log likelihoodpublic Label()
public Label(double newTime,
int newStatus,
String newPhn,
double newll,
String[] restIn,
double[] valuesRestIn)
public Label(Label lab)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.