nlp-in-practice
nlp-in-practice copied to clipboard
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...
When I try to open the notebook [Text Preprocessing Examples.ipynb](https://github.com/kavgan/nlp-in-practice/blob/master/text-pre-processing/Text%20Preprocessing%20Examples.ipynb) it gives me an error in VSCode: Unable to open 'Text Preprocessing Examples.ipynb': Unexpected token < in JSON at position...
There is a typo in the script. The name of the model is model_glove_twitter and not just model in this code: ``` for p in phrases: tokens_1=[t for t in...
I've connected the model to my data. I get a 95% accuracy rate!. It works perfectly. Now, I'm trying to use the model to iterate through the entire dataset and...
Hi I am trying to clone your repos to follow along, but I am unable to do so.