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

Synonym suggester #13

Open
9 tasks
granawkins opened this issue Jan 13, 2024 · 0 comments
Open
9 tasks

Synonym suggester #13

granawkins opened this issue Jan 13, 2024 · 0 comments

Comments

@granawkins
Copy link
Owner

granawkins commented Jan 13, 2024

Refactor latent-dictionary to show synonyms for a word or group of words. Optionally include different languages

Backend

  • Get word list in 20 languages from nltk
  • Embed everything into Chroma using OpenAI with language in metadatas
  • Search: Query the db for top 20 words in language 1 and (optionally) language 2
  • PCA only one language, apply to all

Frontend

  • Remove MagicWand
  • Add 2 language selectors
  • Color dots by language
  • Disable add-to-search-on-click
  • Reorient labels in useFrame
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