This is for @bhavanadalvi - this PR makes it possible to use VectorMatrixMerge to concatenate hand-computed features onto word embeddings, basically doing the expand and the concatenate in a single layer.
Something got messed up in github's connection to travis, I think because I merged master immediately after pushing the commit. Travis is actually passing. I'm going to merge this now.
This is for @bhavanadalvi - this PR makes it possible to use
VectorMatrixMerge
to concatenate hand-computed features onto word embeddings, basically doing the expand and the concatenate in a single layer.