NLP analysis of Pride and Prejudice
github.com
NLP analysis of Pride and Prejudice
1–10 of 14 posts
Re: NLP analysis of Pride and Prejudice
#2Additionally, Jupyter Notebooks on GitHub do not render; instead, you should visit the site of the original post: http://www.cytora.com/insights/2016/11/30/natural-language-p...
Re: NLP analysis of Pride and Prejudice
#3(Not that reading a file is hard, but it's an extra few minutes as you google how to read a file in X language.)
Re: NLP analysis of Pride and Prejudice
#4Hmm, why isn't the cell output included? Additionally, Jupyter Notebooks on GitHub do not render; instead, you should visit the site of the original post: http://www.cytora.com/insights/2016/11/30/natural-language-p...
Re: NLP analysis of Pride and Prejudice
#5https://github.com/chartbeat-labs/textacy
https://textacy.readthedocs.io/en/latest/api_reference.html#...
Re: NLP analysis of Pride and Prejudice
#6Anyway, this is the 2nd part of a 3 part tutorial. Full setup instructions and the 2 other parts are available here: https://github.com/cytora/pycon-nlp-in-10-lines
Re: NLP analysis of Pride and Prejudice
#7Hmm, why isn't the cell output included? Additionally, Jupyter Notebooks on GitHub do not render; instead, you should visit the site of the original post: http://www.cytora.com/insights/2016/11/30/natural-language-p...
They do if you don't strip the results before publishing, which seems to be what happened here.
Re: NLP analysis of Pride and Prejudice
#8Named Entity extraction in Spacy is another killer feature. It's been instrumental in some fraud detection work I've been doing as well.
Re: NLP analysis of Pride and Prejudice
#9Spacy is awesome. The API is clean and powerful. I have been using it heavily over the past few months, using it almost exclusively for feature extraction now. I'm currently working on extracting subject-verb-object tuples, which is amazingly easy to do, because I am finding these to be much more powerful than unigrams or ngrams for classification. Named Entity extraction in Spacy is another killer feature. It's been…
Can you share any of your work or give examples?
Re: NLP analysis of Pride and Prejudice
#10Hmm, why isn't the cell output included? Additionally, Jupyter Notebooks on GitHub do not render; instead, you should visit the site of the original post: http://www.cytora.com/insights/2016/11/30/natural-language-p...