Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lechatpito committed Dec 1, 2015
1 parent 3c892a9 commit 99b978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 99b978b

Please sign in to comment.