-
Notifications
You must be signed in to change notification settings - Fork 100
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
Adverse effect of processors v9 on eidos #783
Comments
Thank you @kwalcock !! |
@MihaiSurdeanu, TestJLDSerializer is failing because one date does not get turned into an attachment. This seems to be because an entity in a sentence is expected to be DATE in eidos and it was so using the old version of processors, but it is B-DATE in the new version. Does this ring any bells? |
Ah, I see. This happens because we use the BIO notation for named and numeric entities, whereas CoreNLP does not. |
It doesn't matter much, but the particular tests would be difficult to change. Instead, for now I've converted B-DATE and I-DATE to DATE and errors for two unit tests went away. The next problem is that eidos is seeing empty strings for norms where earlier it had seen O. I'm patching that up as well. Is it an expected change? |
No, that's another instance of me forgetting what I did before :) I'm now thinking perhaps it's simpler to path things up directly in processors, to:
|
I'm not sure where (or if) these were recorded before. I'll try to get to the bottom of them here.
The text was updated successfully, but these errors were encountered: