Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
SETTINGS_FILE |
"resources//settings.xml" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TAB_TIP |
"User-friendly editor for dialogue domains" |
public static final java.lang.String |
TAB_TITLE |
" Domain editor " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ICON_PATH |
"resources/opendial-icon.png" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
OPENDIAL_DOC |
"http://www.opendial-toolkit.net/user-manual" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TAB_TIP |
"Shows the history of user and system utterances" |
public static final java.lang.String |
TAB_TITLE |
" Interaction " |
public static final java.lang.String |
TIP_TEXT |
"<html><br>- To directly enter a user utterance, simply type it in the text field at<br> the bottom of the window, for instance: <br> <p style=\"font-size: 2px\"> </p> <b>User input: </b><i>now move to the left</i><br><br>- To associate the utterance a recognition probability, simply enter the<br> probability value in parenthesis after the utterance:<br><p style=\"font-size: 2px\"> </p> <b>User input: </b><i>now move left (0.55)</i><br><br> Probability values must be comprised between 0 and 1. When the total<br> probability is lower than 1, the remaining probability mass is assigned <br> to a default \"none\" value (i.e. no recognition).<br><br>- To enter an N-best list of user utterances, separate each<br> alternative recognition hypothesis with a semicolon, as in:<br><p style=\"font-size: 2px\"> </p> <b>User input: </b><i>now move left (0.55) ; do not move left (0.15)</i><br><br>- Finally, to insert content other than user inputs into the dialogue state (for <br> instance, contextual variables), you can simply type into the text field:<p style=\"font-size: 2px\"> </p> <i>var_name = the_content_to_add</i><br><br> where <i>var_name</i> is the variable label, and <i>the_content_to_add</i> its value(s),<br> using the same format as the one described above for user inputs.<br><br></html>" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TAB_TIP |
"Visual monitoring as the Bayesian Network defining the dialogue state" |
public static final java.lang.String |
TAB_TITLE |
" State Monitor " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MIN_DURATION |
300 |
public static final double |
VOLUME_THRESHOLD |
250.0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ACTIONVAR |
"a_m" |
public static final int |
DECISION_MEMORY |
3 |
public static final double |
GEO_FACTOR |
0.7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
GEOMETRIC_FACTOR |
0.5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NBEST |
5 |
public static final double |
RECOG_PROB |
0.7 |