spacy — Advanced Playground
Industrial NLP: tokenization, NER, POS tagging, dependency parsing
Advanced spacy techniquesRun locally
Install
pip install spacy && python -m spacy download en_core_web_smPython CodeRun locally
These advanced techniques unlock the full power of spacy.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?