Closed ghost closed 6 years ago
I've tried with the last version of Tint (recompiled from the develop
branch) and it works.
String text = "a: b\n\td";
Annotation annotation = pipeline.runRaw(text);
String json = JSONOutputter.jsonPrint(annotation);
System.out.println(json);
Is the text correct that way? Can you try from the develop
branch, too?
In this case too, only the stable version appears to be affected. Sorry, forgot to check that!
No problem, the stable version should be... stable. And it is not. We'll release a new version soon.
Thank you for your messages.
The following (possibly not minimal) example causes a NullPointerException (only tested with Tint client).