Loads the data from files Sets up iterators for training, validation and test data Also create vocabulary and word embeddings based on the data Inputs: w2v_file (String): absolute path to file containing word embeddings (GloVe/Word2Vec)
(self, w2v_file, train_file, test_file, val_file=None)
source not stored for this graph (policy: none)