andreykurenkov / HybridVec

Repo for CS 224N project
4 stars 3 forks source link

Customize data loader #12

Open tonyduan opened 6 years ago

tonyduan commented 6 years ago

Ideally we'd like to see the following options configurable:

  1. source of words [we start with wordnet for now]
  2. seq2seq vs regression against glove [default seq2seq]
  3. whether to use start/end tokens [default true]