Как включить Heideltime Printdetail?
Как я могу включить Printdetail во время работы или отладки Heideltime в Eclipse? в классе регистратора в пакете de.unihd.dbs.uima.annotator.heideltime.utilities; это говорит:
/**
* Logger class to facilitate a centralized logging effort. Upon initialization of
* the HeidelTime annotator, the verbosity (printDetails) should be set; any kind of
* output should be done using either the printDetail()-methods for DEBUG-Level,
* conditional output or the printError()-methods for ERROR-Level, unconditional
* output.
* @author julian zell
*
*/
Я инициализирую так:
HeidelTimeStandalone heidelTime = new HeidelTimeStandalone(
Language.getLanguageFromString("auto-azeri"),
DocumentType.NEWS,
OutputType.TIMEML,
".\\conf\\config.props", POSTagger.NO);
Кто-нибудь может дать мне пример, пожалуйста?