reckart / tt4j

TreeTagger for Java
http://reckart.github.io/tt4j/
Apache License 2.0
16 stars 7 forks source link

StreamGobbler reading stderr needs to be revised #5

Open reckart opened 9 years ago

reckart commented 9 years ago

Original issue 5 created by reckart on 2011-06-03T22:46:27.000Z:

In 1.0.15, data written by TreeTagger to strerr is collected in a StringBuilder and printed to System.out if an exception occurs in the gobbler. This is not optimal. Improvements should include: