Skip to content
Snippets Groups Projects
Commit f99898c1 authored by Hsien-Chin Lin's avatar Hsien-Chin Lin
Browse files

wip

parent 0b357433
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,12 @@ def advance(conversation):
def get_turn_emotion(conversation):
""" Get the emotion of each turn in the conversation
Args:
conversation (list): a list of dialog
Returns:
turn_emotion (list): a list of emotion of each turn
"""
turn_info = {"all": {},
"Complete": {}, "Not Complete": {},
"Success": {}, "Not Success": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment