Is there a way to change displacy's colors in the evaluate output? #10834
Answered
by
ljvmiranda921
vmatter
asked this question in
Help: Coding & Implementations
-
Using the
Is there a way to change the colors for the Many thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ljvmiranda921
May 24, 2022
Replies: 1 comment 1 reply
-
Hi @vmatter , In this case you need to write a custom script. You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vmatter ,
In this case you need to write a custom script. You can use the
spacy/cli/evaluate.py
file for reference. The relevant part here is therender_parses
function that callsdisplacy.render
(where you can pass your options). Aside from that, it should be the same everywhere else.