|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogueAct | |
---|---|
eu.semaine.components.dialogue.actionproposers | |
eu.semaine.components.dialogue.interpreters |
Uses of DialogueAct in eu.semaine.components.dialogue.actionproposers |
---|
Methods in eu.semaine.components.dialogue.actionproposers with parameters of type DialogueAct | |
---|---|
boolean |
UtteranceProposer.changeOfCharacter(DialogueAct act)
Regulates the process of changing the character |
java.util.HashMap<java.lang.String,java.lang.Integer> |
UtteranceProposer.giveResponseRatings(DialogueAct act)
Returns a map with all possible responses plus the ratings of those responses (based on the response model) |
void |
UtteranceProposer.pickResponse(DialogueAct act)
Tries to pick a response based on the given DialogueAct (which contains of the detected utterance + detected features) |
Uses of DialogueAct in eu.semaine.components.dialogue.interpreters |
---|
Methods in eu.semaine.components.dialogue.interpreters that return DialogueAct | |
---|---|
DialogueAct |
UtteranceInterpreter.analyseData(java.lang.String data)
Analyses the given data (the utterance) for features |
Methods in eu.semaine.components.dialogue.interpreters with parameters of type DialogueAct | |
---|---|
void |
UtteranceInterpreter.addDialogueActToUserState(DialogueAct act)
Creates an EmmaMessage with the utterance and all detected features |
boolean |
UtteranceInterpreter.detectAboutCurrentCharacter(DialogueAct act)
Detects the 'aboutCurrentCharacter'-feature in the given DialogueAct |
boolean |
UtteranceInterpreter.detectAboutOtherCharacter(DialogueAct act)
Detects the 'aboutOtherCharacter'-feature in the given DialogueAct Not implemented yet |
boolean |
UtteranceInterpreter.detectAboutOtherPeople(DialogueAct act)
Detects the 'aboutOtherPeople'-feature in the given DialogueAct |
boolean |
UtteranceInterpreter.detectAboutOwnFeelings(DialogueAct act)
Detects the 'aboutOwnFeelings'-feature in the given DialogueAct |
boolean |
UtteranceInterpreter.detectAction(DialogueAct act)
Detects talking about an action in the given DialogueAct |
boolean |
UtteranceInterpreter.detectAgree(DialogueAct act)
Detects agreement in the given DialogueAct |
boolean |
UtteranceInterpreter.detectChangeSpeaker(DialogueAct act)
Detects a request to change the speaker in the given DialogueAct |
boolean |
UtteranceInterpreter.detectDisagree(DialogueAct act)
Detects disagreement in the given DialogueAct |
boolean |
UtteranceInterpreter.detectEvent(DialogueAct act)
Detects talking about an event in the given DialogueAct |
boolean |
UtteranceInterpreter.detectFuture(DialogueAct act)
Detects talking about the future in the given DialogueAct |
boolean |
UtteranceInterpreter.detectPast(DialogueAct act)
Detects talking about the past in the given DialogueAct |
int |
UtteranceInterpreter.detectPolarity(DialogueAct act)
Detects the polarity in the given DialogueAct |
boolean |
UtteranceInterpreter.detectPragmatic(DialogueAct act)
Detects the 'pragmatic'-feature in the given DialogueAct |
boolean |
UtteranceInterpreter.detectTalkAboutSelf(DialogueAct act)
Detects the 'talkAboutSelf'-feature in the given DialogueAct |
java.lang.String |
UtteranceInterpreter.detectTargetCharacter(DialogueAct act)
Detects the target character in the given DialogueAct |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |