Initializes the Example, performing tokenization and truncation to produce the encoder, decoder and target sequences, which are stored in self. :param article_sents: list(list(string)) for multi-document; one per article sentence. each token is separated by a single space. :param a
(self, article_sents, abstract_sents, vocab, sent_max_len, label)