spancat visualiser and html #12454
-
Hi, I see that in the displaCy html the whole html gets rendered under one < div > and multiple < span > tags for each annotated span like this:
I am trying to make a simple Flask experiment and cannot figure out how to retain text markdown while applying my model and displaCy on the text. Are there any examples of customising the displaCy render? Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey goonhoon, I apologize for not answering this question for such a long time. The tutorial on displaCy can be found here: https://spacy.io/usage/visualizers. Customizing the rendering is explained here: https://spacy.io/usage/visualizers#html. Let me know if you did not find the answer to your question in the tutorial. |
Beta Was this translation helpful? Give feedback.
Hey goonhoon,
I apologize for not answering this question for such a long time. The tutorial on displaCy can be found here: https://spacy.io/usage/visualizers. Customizing the rendering is explained here: https://spacy.io/usage/visualizers#html. Let me know if you did not find the answer to your question in the tutorial.