texts_to_sequences: Transform each text in texts in a sequence of integers.
Description
Only top "num_words" most frequent words will be taken into account.
Only words known by the tokenizer will be taken into account.
Usage
texts_to_sequences(tokenizer, texts)
Arguments
texts
Vector/list of texts (strings).