/libword2vec

A multi-threaded word2vec model file parser written in C++11

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

word2vec-cpp

A multi-threaded word2vec model file parser library written in C++11

Features

  • Load and parse a word2vec model file
  • Return k closest/nearest words given a word or phrase.

Requirements

  • A C++11 parser
  • Boost
  • A word2vec model generated by word2vec

How to use

  • Preparing your model file by following word2vec documentation.
  • See src/main.cc