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

Reconstruct matches when reading annotations #68

Open
2 tasks
JeltevanBoheemen opened this issue Jun 3, 2021 · 1 comment
Open
2 tasks

Reconstruct matches when reading annotations #68

JeltevanBoheemen opened this issue Jun 3, 2021 · 1 comment

Comments

@JeltevanBoheemen
Copy link
Contributor

When reading annotations from a corrected excel file, allresults.allmatches are not updated. The following should happen:

  • Detect which annotations are not in the corrected file, remove the corresponding matches from allmatches
  • Detect new annotations. Reconstruct matches for these using their word position to find the corresponding node in the parsed transcript.

Be aware that this may still result in allresults.allmatches not correctly corresponding to allresults.coreresults and allresults.annotations. This is because some queries match more than one word, and the annotation Excel format is unable to express this. For scoring purposes, assuming the matches have a span of 1 is fine.

@JeltevanBoheemen
Copy link
Contributor Author

On hold, unknown if necessary.

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

1 participant