Thanks for your reply.
What i want to do is to extract top most similar words given any input words using Wikipedia using Word2vec/phrase.
In Quickstart example, I can see the results of resolution of apple such that Apple Inc. etc.
But how can i modify the code to see the results using Word2vec? (If possible, Word2Phrase as well).
Thanks.