NER type

Report a typo

To go further, manually open an IDE on your computer and copy the output to the website.

You have a text in the input. Find all named entities and their classes (types). The output should be like this:

NER : type
NER : type

Use Stanza 1.4.0. You can install it with this line:

!pip install stanza==1.4.0
Write code in your IDE to process the text file and display the results below
___

Create a free account to access the full topic