liaeh
liaeh
The phoneme tag doesn't behave as expected. I.e. continuing the example above, ``` from gruut import sentences ssml_text = """ ab""" for sent in sentences(ssml_text, ssml=True,espeak=True): for word in sent:...
same issue!!
This problem only occurs if you are missing the IOB-style tags, e.g. ENTITY instead of B-ENTITY, I-ENTITY... I think it is caused [by line 189](https://github.com/chakki-works/seqeval/blob/2921931184a98aff0dbbda5ff943214fe50a7847/seqeval/metrics/sequence_labeling.py#L189), which removes the first character...
> > > Thanks for finding the key line, @liaeh! As I see it then, we only have two options: > > 1. We re-label our datasets if not IOB-style...
I'm also having this problem... makes it very difficult to compare e.g. the benefit of including/excluding different features
I would also be interested in why en-gb support was removed. In older versions, were the en-us and en-gb settings using the same lexicon? Thanks!