akutuzov / webvectors

Web-ify your word2vec: framework to serve distributional semantic models online
http://vectors.nlpl.eu/explore/embeddings/
GNU General Public License v3.0
196 stars 49 forks source link

Redirection to "Similar Words" After Clicking on the Words #57

Closed KarahanS closed 1 year ago

KarahanS commented 1 year ago

Greetings,

I'm a computer engineering student from Turkey and currently working on creating a Turkish version of Webvectors. However, I encounter a problem. When I click on a word, it attempts to redirect me to a link where similar words are found for that specific word. For example, when I click on the word "adam", it attempts to open an URL like this: http://127.0.0.1:5000/en/word2vec_skipgram_300/adam/. The name of my model is correct. The problem is that there is no such page in the current version of the repository. So I couldn't find an easy way to redirect users to a similar words page for the word "adam". Am I missing anything here?

Let me provide screenshots as well: 1) Here I hover over the word "araba": image

2) This is the address it redirects me to upon clicking on it: image

akutuzov commented 1 year ago

Hi,

You should look into what exactly is causing the error, what particular Python function in the WebVectors code. Without this information, it is difficult to tell what is happening.

If the error happens at the visualization page, might it be the case that you turned on using TensorFlow Projector but forgot to set up your Github credentials?