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
In bertopic/representation/_utils.py, line 57, tokenizer is possibly None. In this case, an exception asking the user to explicitly set tokenizer should be raised.
Thanks for this! It would indeed be much nicer to raise an expectation and explain what the user should do. If you want, a PR would be much appreciated.
In bertopic/representation/_utils.py, line 57,
tokenizer
is possiblyNone
. In this case, an exception asking the user to explicitly set tokenizer should be raised.The text was updated successfully, but these errors were encountered: