From 8dcba4a07e99b8b491f63ee0e92bf82facc57fb1 Mon Sep 17 00:00:00 2001 From: The Bearodactyl Date: Sat, 20 Jul 2024 20:09:31 -0500 Subject: [PATCH] update GazaConflict to GazaOccupation --- sourcecode/scoring/enums.py | 2 +- sourcecode/scoring/topic_model.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sourcecode/scoring/enums.py b/sourcecode/scoring/enums.py index cff342f07..653d7d30c 100644 --- a/sourcecode/scoring/enums.py +++ b/sourcecode/scoring/enums.py @@ -20,7 +20,7 @@ class Topics(Enum): Unassigned = 0 UkraineConflict = 1 - GazaConflict = 2 + GazaOccupation = 2 MessiRonaldo = 3 diff --git a/sourcecode/scoring/topic_model.py b/sourcecode/scoring/topic_model.py index c14f78d20..c903efad2 100644 --- a/sourcecode/scoring/topic_model.py +++ b/sourcecode/scoring/topic_model.py @@ -36,7 +36,7 @@ def __init__(self): "zelensky", "putin", }, - Topics.GazaConflict: { + Topics.GazaOccupation: { "israel", "palestin", # intentionally shortened for expanded matching "gaza",