# NOT RUN {
emb = data.frame(matrix(c(1, 2, 3, 4, 5, 5,
4, 3, 2, 1, 1, 5, 3, 2, 4), nrow = 3),
row.names = c('sentence', 'in', 'question'))
Sentence_Vector(c('this is the sentence in question'), emb, 5, c('this', 'is', 'the'))
# }
Run the code above in your browser using DataLab