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

Filtering word embeddings #1

Open
robvanderg opened this issue Apr 26, 2019 · 0 comments
Open

Filtering word embeddings #1

robvanderg opened this issue Apr 26, 2019 · 0 comments

Comments

@robvanderg
Copy link

I've found a rather serious bug, in line 187 you remove the first element, but in many cases this is the correct answer.
For example for the query:
Paris France Tokyo

You now effectively remove Japan from the list.

Commonly, people filter the output list to not contain any of the three input words instead.

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