granawkins / latent-dictionary

A dictionary, but it shows you position in embedding space relative to some synonyms/antonyms instead of a definition.
MIT License
69 stars 8 forks source link

Feature request: lasso dots to display words #12

Open photonclock opened 6 months ago

photonclock commented 6 months ago

Feature request: Allow user to hold option/alt or some other modifier to lasso dots and show their words, and/or press a key to display all words on all currently visible dots. Why? It might help make sense of what this 3D space is actually representing?

tikimcfee commented 6 months ago

Hey, this is something I'm interested in too. Although it's iOS/macOS only right now, I'm able to render arbitrarily large amounts of text in full 3D space at 60+fps, and I'd be able to consume these positions and words directly.

If there's any interest, I'd love to create some kind of extension to this that exports some visual format to be displayed in my little rendering tool. Then, you could see everything - all at once ☺️ my engine is used in "LookAtThat", and I'll happily drop a link if requested.