Skip to content

Commit

Permalink
Update owsentimentanalysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Aug 6, 2024
1 parent d648299 commit 873bd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/widgets/owsentimentanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self):
model=LanguageModel(languages=LiuHuSentiment.LANGUAGES),
callback=self._method_changed,
)
self.vader = gui.appendRadioButton(box, "Vader", addToLayout=False)
self.vader = gui.appendRadioButton(box, "VADER", addToLayout=False)
self.multi_sent = gui.appendRadioButton(
box, "Multilingual " "sentiment", addToLayout=False
)
Expand Down

0 comments on commit 873bd7f

Please sign in to comment.