NER in Spacy

Report a typo

To go further, manually open an IDE on your computer and copy the output to the website. We are sorry for the inconvenience; we will fix this as soon as possible.

You get a sentence in Greek. Find all named entities. The output should be a Python list of all entities.

Install SpaCy for Greek with the following code:

python -m spacy download el_core_news_sm

You will get the right results only with SpaCy 3.2.
Write code in your IDE to process the text file and display the results below
___

Create a free account to access the full topic