mesolitica / NLP-Models-Tensorflow

Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
MIT License
1.78k stars 729 forks source link

[ASK] #8

Closed mfsatya closed 5 years ago

mfsatya commented 5 years ago

I tried using your code for lemmatization, my problem is i can't save the model so i dont have to re train whenever i predict new data. can you show us how to save the model? thank you.

huseinzol05 commented 5 years ago

Everything is Tensorflow, so if you follow steps inside Tensorflow documentation, https://www.tensorflow.org/guide/saved_model, everything should solve as expected.