def one_hot(word_model, n): return text.one_hot( word_model, n, filters=text_filter(), lower=False, split=" ")