nlp-in-practice icon indicating copy to clipboard operation
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...

Results 4 nlp-in-practice issues
Sort by recently updated
recently updated
newest added

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.