C Swart
C Swart
I am on `fastapi==0.67.0`
The way that would be most natural to me is if annotations could be nested ```python lowest_level_annotation_tuple = ("is", "verb", "#8ef") overlapping_annotation = (["This", lowest_level_annotation_tuple, "annotated"], "example", "#afa") ``` So...
Hey @sandroacoelho , Thanks for your quick reply I am on a Mac, docker version 17.09.0-ce-mac35 (19611) and I only have about 5GB of RAM after on an 8 GB...
The input is 1 dimensional padded with Os on sentence boundaries so an empty new line will be parsed to add O to y_true and O to y_pred
As far as I can see `conlleval.py` is the correct one here. Did you manage to find out what is causing the difference?
Seems like the issue isn't with the multiple categories just the empath visualisation following snippet with 2 categories still fails: ```python import scattertext as st from IPython.display import IFrame convention_df...