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

speeding up CoNLLRDFUpdater - CoNLLRDFFormatter interaction #44

Open
chiarcos opened this issue Nov 3, 2020 · 0 comments
Open

speeding up CoNLLRDFUpdater - CoNLLRDFFormatter interaction #44

chiarcos opened this issue Nov 3, 2020 · 0 comments

Comments

@chiarcos
Copy link
Contributor

chiarcos commented Nov 3, 2020

Traditional CoNLL-RDF pipelines have the CoNLLRDFUpdater serializing an RDF model in Turtle and CoNLLRDFFormatter parsing this before doing transformation. This can lead to performance bottlenecks if the CoNLLRDFUpdater produces data that the CoNLLRDFUpdater is not able to split appropriately.

Suggestion: either allow formatter to be directly called from the updater (on an RDF model) or support binary Java objects as an exchange format between updater and formatter

Note that the stream extractor should implement the same procedures adopted for the updater.

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