Showcase spaCy limitation
Load 5 garden sentence
Print every sentence,
Print the spaCy explanation in human-readable form,
Print the sentence tokens
Require spaCy module and english language model en_core_web_sm
spaCy installation and usage page is:
https://spacy.io/usage
pip install -U pip setuptools wheel
pip install -U spacy
python3 -m spacy download en_core_web_sm
garden.py
Alin Rizea
https://www.linkedin.com/in/alin-rizea-b10368104/