Awesome
NLP with spaCy and textacy
- I created code snippets based on: https://medium.com/@ageitgey/natural-language-processing-is-fun-9a0bff37854e
- I figured out install instructions that worked for me from: https://github.com/explosion/spaCy
Useful terminal commands:
pip install spacy
pip install textacy
spacy download en_core_web_sm
python -m spacy validate