spacy — Easy Playground
Industrial NLP: tokenization, NER, POS tagging, dependency parsing
Getting started with spacyRun locally
Install
pip install spacy && python -m spacy download en_core_web_smPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: spacy)
spacy is a third-party package. Industrial NLP: tokenization, NER, POS tagging, dependency parsing. Install with: pip install spacy && python -m spacy download en_core_web_sm
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?