This is a working git repo for WTMF re-implementation for ormf algorithm.
Input will be "train.ind" file from preprocessing; output should be a .txt file with all the word vectors.
Armadillo, OpenMP, HPC environment with blas, lapack
Please refer to train_ormf.m and ormf.m for the algorithm.
(Requires access to Yanjun's ACI files for Armadillo.)
Load GCC (7.3.1):
module load gcc
Use make:
make
Submit the job:
qsub scripts/wtmf-job.pbs
(Requires libraries installed properly.)
Use make:
make local
Run the executable:
./ormf
Original Matlab implementation of ORMF.
Tiny input, Matlab output on tiny input.
Python helper scripts, PBS job script.