Visualizing customized NER tags with SpaCy Displacy

I am new to spaCy and Python and I want to visualize a NER using this library. This is the sample example that I found: import spacy from spacy import displacy NER = spacy.load("en_core_web_s...