BHUVAN SHUKLA
Results
2
comments of
BHUVAN SHUKLA
> **You can use this:** > > ```python > tokenizer = tf.keras.preprocessing.text.Tokenizer(oov_token="") > tokenizer.fit_on_texts(x_text) > x = tokenizer.texts_to_sequences(x_text) > > x = tf.keraspreprocessing.sequence.pad_sequences(x, maxlen=max_document_length, padding='post', truncating='post') > ``` Hi please...
Hey, can you guys see [this question](https://stackoverflow.com/q/57488823/5320982) please. and if you know someone on SO do tag them there.