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
Hello, recently I was using top2vec and when using model.search_model(keywords, num_topics) if words in keywords only existed in the corpora in title format (ex.: Jeronimo) the model.search_model returns ValueError: 'jeronimo' has not been learned by the model so it cannot be searched. Even if >>> 'Jeronimo' in model. vocab >>> True. Not sure if this was on purpose or is a limitation. Thanks for the great work Joao
The text was updated successfully, but these errors were encountered:
Hello, recently I was using top2vec and when using model.search_model(keywords, num_topics) if words in keywords only existed in the corpora in title format (ex.: Jeronimo) the model.search_model returns ValueError: 'jeronimo' has not been learned by the model so it cannot be searched. Even if >>> 'Jeronimo' in model. vocab >>> True. Not sure if this was on purpose or is a limitation. Thanks for the great work Joao
The text was updated successfully, but these errors were encountered: