Live data from Hacker News

NLP analysis of Pride and Prejudice

github.com

11–14 of 14 posts

Re: NLP analysis of Pride and Prejudice

#11

They forgot to run the notebook before uploading the file to github, so there are no results. What a shame. Anyway, 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

Output is not included in the notebook. Hope you still like the tutorial.

Re: NLP analysis of Pride and Prejudice

#12

Hmm, 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...

That original post on cytora seems quite a bit better to me than the github link since it gives more context. Thanks!

Re: NLP analysis of Pride and Prejudice

#13
post #8

Spacy 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…

> working on extracting subject-verb-object tuples, which is amazingly easy to do Can you share any of your work or give examples?

This is not my work, but will show you how it's done: https://nicschrading.com/project/Intro-to-NLP-with-spaCy/

Re: NLP analysis of Pride and Prejudice

#14
post #11

They forgot to run the notebook before uploading the file to github, so there are no results. What a shame. Anyway, 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

Output is not included in the notebook. Hope you still like the tutorial.

* Output is NOW included in the notebook
Post reply on HN