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

Make Evita more flexible #31

Open
4 tasks
marcverhagen opened this issue Nov 30, 2016 · 0 comments
Open
4 tasks

Make Evita more flexible #31

marcverhagen opened this issue Nov 30, 2016 · 0 comments

Comments

@marcverhagen
Copy link
Member

marcverhagen commented Nov 30, 2016

We want to be able to let the toolkit run on text that already has event annotations in it, with or without attributes. Evita now ignores these events. It should be able to import these events and run attribute code on it. Some subtasks:

  • Check how Evita deals with events in the input, it will generally not add an event on offsets that already have an event, but the behavior there is not well-defined

  • Add an Evita flag that prompts it to import tags that are already available in the input. The main problem here is with those tags that do not fit neatly in the TarsqiTree instance (there will have to be a chunk that the event fits in).

  • Make Evita deal with multi-token events

  • Isolate the functionality that adds attributes to events

This may also involve thinking about issue #3.

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

No branches or pull requests

1 participant