erwv2cdo: Extended Revised Word Vectors Training Program
v2 with Compass-Related Features for Diachronic Studies and
Low-Frequency Optimizations
https://codeberg.org/aroussel/erwv2cdo
TODO
Requires GNU Make and a C compiler, either gcc or clang. Tested on Debian
12 and 13, but may also compile and run in other environments.
Python module for scripting the C code
Model saving/loading
Freezing of selected parameters during training
Multi-prototype learning according to AdaGram
Optional low-frequency optimizations inspired by Nonce2Vec
‘erwv2cdo’ is a random permutation of ‘word2vec’, on which this program is based.
This program is free software, made available under the terms of the GNU General Public License v3.0 or later.
This code is based on word2vec, originally hosted at
https://code.google.com/p/word2vec/, now available from
https://github.com/tmikolov/word2vec.
The complete text of the relevant licenses can be found in the LICENSES/ directory.