SmileTM / SmileTM.github.io

1 stars 0 forks source link

tf文本处理 | SmileTM博客 #10

Closed SmileTM closed 1 year ago

SmileTM commented 4 years ago

https://s-tm.cn/2019/09/21/tf%E6%96%87%E6%9C%AC%E5%A4%84%E7%90%86/

1234567891011121314151617181920212223242526272829303132333435import tensorflow as tfimport numpy as npimport pandas as pdfrom tensorflow.keras.preprocessing.text import Tokenizerfrom tensorflow.keras.