Skip to content

Commit

Permalink
Keywords - temporary solution for list of stopwords
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Dec 18, 2023
1 parent 723e44b commit f90e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/widgets/tests/test_owkeywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_run_with_words(self):
self.assertEqual(len(results.scores), 42)

def test_run_normalize_words(self):
normalizer = LemmagenLemmatizer()
normalizer = LemmagenLemmatizer(language="en")
corpus = normalizer(self.corpus)

words = ["minor", "tree"]
Expand Down

0 comments on commit f90e4ea

Please sign in to comment.