How to visualize named entities?
To visualize named entities in Spacy, we use .render () from display imported from Spacy
Here, the visualization is not done sentence by sentence which is the limitation of the .render() method.