GloVedle

It's like Wordle, but instead guessing a word and being given the positions of the correct letters, you are given the "similarity" between your guess word and the target word.

The similarity is calculated using the cosine similarity between the GloVe embeddings of the guess and target words. The similarity value is between -1 and +1, where higher similarity is better, and similarity is 1 when the guess word equals the target word.

Valid words are the most common 50,000 English words within the glove.6B.300d GloVe embeddings. The target word is randomly chosen from Wordle's list of target words that are in those 50,000 words.

GloVe embeddings are obtained using https://glove-embeddings.github.io/.

Inspired by Semantle, which uses word2vec embeddings instead of GloVe embeddings.

If you want to know the answer, then use showmetheanswer as you guess!