Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongkaifu committed Jan 16, 2016
1 parent 5cce736 commit 56df0ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Txt2VecConsole.exe -mode distance <...>
After the model is loaded, you can input a word from console and then the tool will return the Top-N most similar words. Here is an example:
Txt2VecConsole.exe -mode distance -modelfile wordvec.bin
Enter word or sentence (EXIT to break):
手串
**手串**
Word Cosine distance
-----------------------------------------------------------------------------
手串 1
Expand Down Expand Up @@ -110,9 +110,9 @@ Word Cosine distance

Here is another example in English
Enter word or sentence (EXIT to break):
movie
Word Cosine distance
------------------------------------------
**movie**
Word Cosine distance
-----------------------------------------------------------------------------
movie 1
film 0.885520313665965
documentary 0.724328882031764
Expand Down

0 comments on commit 56df0ff

Please sign in to comment.