From 13acea1dd210130a85cea65c5a40e512a8365f79 Mon Sep 17 00:00:00 2001 From: lechatpito Date: Tue, 1 Dec 2015 17:13:05 -0500 Subject: [PATCH] slight README modif --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfa491..abadb28 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ curl http://127.0.0.1:5000/word2vec/most_similar?positive=indian&positive=food[& curl http://127.0.0.1:5000/word2vec/model?word=restaurant ``` -Note: The "model" method returns a base64 encoding of the Word2Vec vector. +Note: The "model" method returns a base64 encoding of the vector. ## Where to get a pretrained model