You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if word.prob < -15:
--> 337 queries += [w]
338 by_similarity = sorted(
339 queries, key=lambda w: word.similarity(w), reverse=True)
NameError: name 'w' is not defined
https://github.com/marcotcr/anchor/blob/master/anchor/utils.py#L337
The text was updated successfully, but these errors were encountered: