• Stars
    star
    134
  • Rank 269,390 (Top 6 %)
  • Language
    C
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Convert word2vec vectors between binary and plain text format

convertvec

A small tool to convert vectors between different formats for the word2vec library.

Usage

Build

make

Convert vectors from binary to plain text:

./convertvec bin2txt input.bin output.txt

Convert vectors from plain text to binary:

./convertvec txt2bin input.txt output.bin