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
197 stars 49 forks source link

Tunable number of neighbors to retrieve #24

Closed akutuzov closed 5 years ago

akutuzov commented 5 years ago

The number of the retrieved nearest neighbors must be present in in the frontend2backend queries, not hardcoded into the backend (word2vec_server.py).