patrickloeber/tensorflow-course

NLP

javierhouse opened this issue · 0 comments

Hi Patrickloeber!

Thank you very much for all the documentation and examples what you had post in this repositorie. I´m new in this world and this is gold for me.

I would like to aks you a question about the example 11 NLP, because what I want is fit a model what I send a text and a word and the model tell me if the word is in the text or some similar words.

I execute your example but what I can see, I need to train it every time after add in the .csv file the new text, because if I create a new one, the tokenizer change the number and the result is not correct.

Can you tell me if what I want do is posible and give and idea of the clases or some example to continue.

Thanks a lot for your support and have a good day!