I want to classify 2 types of sentences: statements and questions. For this I need already learned word2vec NN to pass sentences throw it and receive 2d array for each sentence, e.g.:
[[~300 items], [~300 items], [~300 items], ...]
"300" is approximated length of word vector.
how to do that is keras? what library is better to use?