Skip to content
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

Some problems when preprocessing #11

Open
alderpaw opened this issue Nov 17, 2019 · 2 comments
Open

Some problems when preprocessing #11

alderpaw opened this issue Nov 17, 2019 · 2 comments

Comments

@alderpaw
Copy link

Hello! Thanks for your contribution.
When I run this code to preprocess the ACE 2005 corpus, some warnings and errors occurred, and I wonder if these warnings and errors would affect the result?

  • [Warning] The entity in the other sentence is mentioned. This argument will be ignored. This warning occurred multiple times during preprocessing.

  • [Warning] fail to find offset! (start_index: 3348, text: Doctors Without Borders/Médecins Sans Frontières (MSF, path: D:\Data\ace_2005_td_v7\data\English\un/timex2norm/alt.vacation.las-vegas_20050109.0133) Actually this warning raises an assertion error(end_idx != -1), but I comment out the corresponding code in main.py to avoid the error. I have read other issues and I know simply deleting the file may solve the problem, but I want to know if there are other solutions except for deleting. And I also wonder if the result includes some mistakes due to this warning?
    Look forward to your reply!

@yaof20
Copy link

yaof20 commented Dec 10, 2019

I got this too. Could you please look at this issue. Thx!
Exactly the same problem, it is about the text 'Doctors Without Borders/Médecins Sans blablabla'.
Is there any possibility that this sentence has an issue?

@SuooL
Copy link

SuooL commented Mar 24, 2020

I got the same problem.

[Warning] The entity in the other sentence is mentioned. This argument will be ignored. This warning occurred multiple times during preprocessing.

Can I just ignore these warnings?
I look forward to hearing from you about these warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants