-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-NER tags are missing one letter #75
Comments
Can confirm I have the same issue. |
Same issue here. It does not work with POS tags. |
I have the same issue here! |
same issue!! |
This problem only occurs if you are missing the IOB-style tags, e.g. ENTITY instead of B-ENTITY, I-ENTITY... |
Thanks for finding the key line, @liaeh! As I see it then, we only have two options:
|
Option 2 would make most sense! I've been using option 1 as a workaround though :) |
How to reproduce the behaviour
If I execute the next code with POS tags
What I get is:
Here, all tags are missing the first letter. If I pass in
suffix=True
, now the missing letter of the tags is the last one:Moreover, one letter tags are ignored.
Your Environment
Ubuntu 20.10
Python 3.8.6
seqeval==1.2.2
The text was updated successfully, but these errors were encountered: