Displacy visualiser only sometimes shows labels
Open
feat / visualizers
- Dominant language
- Python
- Stars
- 33.9k
- Forks
- 4.7k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
In many cases, I do not see the label at the beginning of a span in displacy. This should not be an issue with a particular label since I sometimes see it when using different text examples.
Is there something I should look out for to avoid this?
```
colors = {#omitted in this example}
options = {"spans_key": "sentences", "colors": colors}
displacy.serve(doc, style="span", options=options)
```

Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.