Skip to content

Commit

Permalink
Fix wrong input
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesbertaglia committed Apr 4, 2022
1 parent d758151 commit 0be649b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enelvo/normaliser.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def normalise(self, sentence):
n_cands=self.n_cands,
)
best_cand = candidate_scoring.score_by_similarity_metrics(
lex=self.main_lex,
candidates=cands,
metrics=[metrics.hassan_similarity],
reverse=True,
Expand Down

0 comments on commit 0be649b

Please sign in to comment.