From 99b978b2afa0e0abae794d3d1291c730952a96c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Scharffe?= Date: Tue, 1 Dec 2015 17:22:17 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a25b788..44c9a3b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ curl http://127.0.0.1:5000/word2vec/model?word=restaurant curl http://127.0.0.1:5000/word2vec/model_word_set ``` -Note: The "model" method returns a base64 encoding of the vector. model\_word\_set returns a base64 encoded pickle of the model's vocabuary. +Note: The "model" method returns a base64 encoding of the vector. "model\_word\_set" returns a base64 encoded pickle of the model's vocabulary. ## Where to get a pretrained model