Skip to content

Instantly share code, notes, and snippets.

@aparrish
Last active August 9, 2023 01:41
Star You must be signed in to star a gist
Embed
What would you like to do?
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ryukinix
Copy link

Awesome stuff! And spacy today has so many languages supported! Even portuguese! In the past, some middle of 2015~2016, I didn't found portuguese models. I'll test.

Thanks for your contribution. This indeed will help some people to get into the most important concepts of NLP.

@rspeer
Copy link

rspeer commented Feb 21, 2018

Great tutorial, but why limit it to Python 2, especially in NLP?

It appears that you could add from __future__ import print_function and add the appropriate parentheses, and then this code would work in both Python 2 and 3.

@surajsharma
Copy link

That was great but I'd like to know how more nuanced software is built using spacy, are these all the fundamentals? I'd like to develop a context free grammar for financial news reporting, how can i get there?

@freakeinstein
Copy link

Great stuff..!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment