-
Notifications
You must be signed in to change notification settings - Fork 9
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
Specify intended behavior on encountering Jena Riot Errors in CoNLLStreamExtractor #59
Comments
Sample log:
Suggestion: Introduce a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As is, with RiotException Unrecognized keyword, the Exception gets logged as Error with full traceback (which is definitely too much in every case I can think of),
then the input processed at the time gets logged as Info,
and the StreamExtractor resumes functionality.
Expected Behavior:
The text was updated successfully, but these errors were encountered: