kavgan / nlp-in-practice

Starter code to solve real world text data problems. Includes: Gensim Word2Vec, phrase embeddings, Text Classification with Logistic Regression, word count with pyspark, simple text preprocessing, pre-trained embeddings and more.
http://kavita-ganesan.com/kavitas-tutorials/#.WvIizNMvyog
1.14k stars 785 forks source link

can you guide me how to save a model and use the model? #5

Closed skanel closed 4 years ago

skanel commented 4 years ago

Thanks for tut.

I am going to build the app, base on this model . Could you guide me how to save a model and call it ?

Thanks & Best Regards.

kavgan commented 4 years ago

Hi There, this has been addressed in the tutorial itself. I hope you saw my response to your comment there.