medallia / Word2VecJava

Word2Vec Java Port
MIT License
186 stars 81 forks source link

Make getMatches(final double[] vec, int maxNumMatches) public #6

Closed guerda closed 9 years ago

guerda commented 9 years ago

It would be great to make the function List getMatches(final double[] vec, int maxNumMatches) in SearcherImpl public and exposed by the Searcher interface. This way, you can lookup matches in the model via a vector, not just by words. As far as I understand, the analogy mechanism should work that way.

guerda commented 9 years ago

Closed by #7