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

Adds error recovery to the Turtle/TriG parser #22

Open
Tpt opened this issue Mar 19, 2020 · 4 comments
Open

Adds error recovery to the Turtle/TriG parser #22

Tpt opened this issue Mar 19, 2020 · 4 comments

Comments

@Tpt
Copy link
Collaborator

Tpt commented Mar 19, 2020

The Turtle/TriG parser should be able to continue parsing the next triples after raising an error.

@YruamaLairba
Copy link

i think it's also good idea to get content of a faulty triples when it's possible, this allow to guess what was the intention. As, concrete example, i encountered some ttl file using some undeclared prefix. Due to a specific context of use and very common usage in this context, those prefix could easily be guessed.

@andrefs
Copy link

andrefs commented Nov 4, 2022

The Turtle/TriG parser should be able to continue parsing the next triples after raising an error.

@Tpt Is this happening in the near future, or not something being tackled right now?

@Tpt
Copy link
Collaborator Author

Tpt commented Nov 5, 2022

@Tpt Is this happening in the near future, or not something being tackled right now?

I am currently rewriting the Turtle parser to fix that, improve performances and make it compatible with async so it should be done in a few months (it's a "background" project with a fairly low priority)

@andrefs
Copy link

andrefs commented Nov 13, 2022

Ah ok, I will look forward to that, thanks!

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