WladimirSidorenko/word2vec

implement task-specific word embeddings

Closed this issue · 1 comments

Description:

Add possibility, to train (multiple) task-specific objectives in conjunction with and independently from the main word2vec objective/

Expected:

  • implement task-specific objective as a separate mode;
  • add tests for the above functionality;
  • implement task-specific training as an additional objective for plain word2vec;
  • add tests for the above functionality;
  • implement least square mapping from general word2vec to task-specific embeddings;
  • add tests for the above functionality;

task-specific test added (see 95e7fee)