Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search_model assumes lowercase #365

Open
OkFranco opened this issue Nov 26, 2024 · 0 comments
Open

search_model assumes lowercase #365

OkFranco opened this issue Nov 26, 2024 · 0 comments

Comments

@OkFranco
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant