Skip to content

Commit

Permalink
new curves
Browse files Browse the repository at this point in the history
  • Loading branch information
tvu20 committed Feb 23, 2024
1 parent 36d0eac commit ac792b5
Show file tree
Hide file tree
Showing 7 changed files with 958 additions and 189 deletions.
Binary file modified api/routes/__pycache__/sentiment.cpython-310.pyc
Binary file not shown.
6 changes: 3 additions & 3 deletions api/sentiment/emotion_labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
{
"chapter": 9,
"short": ["9: Tragic", "death"],
"short": ["9: A dance", "and a death"],
"translate": 20,
"name": "Chapter 9: The Cause of Sorrow",
"description": "The academy hosts a grand ball and dancing competition. Byleth meets with someone they care about at the top of the goddess tower. While investigating the ruins of a chapel, Byleth is ambushed by demonic beasts, and witnesses the murder of their father."
Expand Down Expand Up @@ -440,7 +440,7 @@
},
{
"chapter": 9,
"short": ["9: Tragic", "death"],
"short": ["9: A dance", "and a death"],
"translate": 20,
"name": "Chapter 9: The Cause of Sorrow",
"description": "The academy hosts a grand ball and dancing competition. Byleth meets with someone they care about at the top of the goddess tower. While investigating the ruins of a chapel, Byleth is ambushed by demonic beasts, and witnesses the murder of their father."
Expand Down Expand Up @@ -470,7 +470,7 @@
},
{
"chapter": 9,
"short": ["9: Tragic", "death"],
"short": ["9: A dance", "and a death"],
"translate": 20,
"name": "Chapter 9: The Cause of Sorrow",
"description": "The academy hosts a grand ball and dancing competition. Byleth meets with someone they care about at the top of the goddess tower. While investigating the ruins of a chapel, Byleth is ambushed by demonic beasts, and witnesses the murder of their father."
Expand Down
55 changes: 55 additions & 0 deletions api/sentiment/emotions/FE11.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@
"fear": 1
}
},
{
"chapter": "5-ChampionsOfAurelis",
"emotions": {
"joy": 12,
"sadness": 0,
"anger": 2,
"neutral": 4,
"surprise": 5,
"fear": 1
}
},
{
"chapter": "06-FireEmblem",
"emotions": {
Expand Down Expand Up @@ -88,6 +99,17 @@
"fear": 3
}
},
{
"chapter": "09-ThePyrathiDragon",
"emotions": {
"joy": 1,
"sadness": 0,
"anger": 4,
"neutral": 1,
"surprise": 0,
"fear": 0
}
},
{
"chapter": "10-PrincessMinerva",
"emotions": {
Expand Down Expand Up @@ -132,6 +154,28 @@
"fear": 4
}
},
{
"chapter": "13-TheWoodenCavalry",
"emotions": {
"joy": 5,
"sadness": 4,
"anger": 11,
"neutral": 6,
"surprise": 3,
"fear": 0
}
},
{
"chapter": "14-LandOfSorrow",
"emotions": {
"joy": 2,
"sadness": 3,
"anger": 4,
"neutral": 10,
"surprise": 3,
"fear": 2
}
},
{
"chapter": "15-AnOasisOfMagic",
"emotions": {
Expand Down Expand Up @@ -198,6 +242,17 @@
"fear": 8
}
},
{
"chapter": "20-CamusTheSable",
"emotions": {
"joy": 5,
"sadness": 24,
"anger": 12,
"neutral": 18,
"surprise": 10,
"fear": 0
}
},
{
"chapter": "20x-LairOfFire",
"emotions": {
Expand Down
Loading

0 comments on commit ac792b5

Please sign in to comment.