Home

Awesome

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