Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sourcecode/scoring/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Topics(Enum):

Unassigned = 0
UkraineConflict = 1
GazaConflict = 2
GazaOccupation = 2
MessiRonaldo = 3


Expand Down
2 changes: 1 addition & 1 deletion sourcecode/scoring/topic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self):
"zelensky",
"putin",
},
Topics.GazaConflict: {
Topics.GazaOccupation: {
"israel",
"palestin", # intentionally shortened for expanded matching
"gaza",
Expand Down