chienjchienj / word2vec

Automatically exported from code.google.com/p/word2vec
Apache License 2.0
0 stars 0 forks source link

Cluster output malformed #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Train on data with tokens that are numbers "12345" , "321" ...
2.  Select cluster output ( -classes option)

What is the expected output?

The expected cluster output is:

<token>, <cluster number>
ex:

quick, 44
357, 45

Instead, what you see is:

quick, 44
357 45,

What version of the product are you using? On what operating system?

0.1b on OSX 10.10.2

Please provide any additional information below.

it is currently 47oF and overcast outside

Original issue reported on code.google.com by craig.pf...@gmail.com on 8 Feb 2015 at 7:25