NLP-with-Python
NLP-with-Python copied to clipboard
Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more
I have almost replicated your model and im getting error while finding precision,recall,F1 score values and i have done all kinds of debugging and still could not able to find...
Hello , That's really wonderful work .However when I saved the model and tried to predict it didn't work. What is the best way to save it and use it...
Looping
Hello everyone, After solving some issues with the code I successfully managed to extract a few csv files of reviews. Sometimes, however, the extraction starts looping on the 5 latest...
I made few corrections to get the code working, I masked out things I don't need, but left then for other users. This code collects User, Data, Title and Review...
I am getting an error on line 67, List index out of range. Please help me with it.
The error is as follows AttributeError: 'module' object has no attribute 'tslib'
I tried the github code as explained in this article... https://towardsdatascience.com/automatically-generate-hotel-descriptions-with-lstm-afa37002d4fc?source=rss----7f60cf5620c9---4 But got an error in the last cell: print(generate_text("hilton seattle downtown", 100, model, max_sequence_len)) AttributeError: 'str' object has no...
Hello Mam, I tried to replicate your work for my own project.(My native language is Gujarati so I want to make small machine translation application). Your article in towardsdatascience.com and...
when I use english and chinese(change frence to chinese), got the only ' '.
Hey, sudanli, I'm learning machine translation and I find your code very elegant and concise, so I want t o run your code just for learning. But in the "machine_translation.ipynb"...