Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 363 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 363 Bytes

Api2vecJava

  1. Get vector representation for each API in a trained model: Run the class com.medallia.word2vec.Word2VecExamples.java with the VM arguments: inputModel "models\java-14000-projects.mod" outputPath "models\vectorRepresentation.txt"

     Each line in the vectorRepresentation.txt is in the form of: [API name]\t[dimension of vector]\t[vector]