ixa-ehu / ixa-pipe-tok

IXA pipes sentence segmenter and tokenizer (http://ixa2.si.ehu.es/ixa-pipes).
Apache License 2.0
11 stars 14 forks source link

System.err.printf without DEBUG? #8

Closed danielnaber closed 6 years ago

danielnaber commented 8 years ago

At https://github.com/ixa-ehu/ixa-pipe-tok/blob/99f13feb657dccf48658c8021592867ae602094a/src/main/java/eus/ixa/ixa/pipe/tok/RuleBasedTokenizer.java#L245 there's a System.err.printf and it seems to me the if (DEBUG) {} around it is missing?

ragerri commented 6 years ago

It is done like that on purpose. Thanks