From a6a6d28ce9f9e825f7d951d09a294b985ee34790 Mon Sep 17 00:00:00 2001 From: John Pope Date: Fri, 23 Dec 2016 06:33:19 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bfe7a6..8b70d1c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ python word2vec-api --model path/to/the/model [--host host --port 1234] ``` or ``` -python word2vec-api.py --model /path/to/GoogleNews-vectors-negative300.bin --binary BINARY --path /algorithm --host 0.0.0.0 --port 5000 +python word2vec-api.py --model /path/to/GoogleNews-vectors-negative300.bin --binary BINARY --path /word2vec --host 0.0.0.0 --port 5000 ```