I'm working on using this word2vec (I set trainer.type(NeuralNetworkType.CBOW)) to do some representing learning staff, and I wonder how to change the vector dimensionality
I use getRawVector() method in Searcher.class, it seems that the vector returned is all one dimensionality.