public TimeAnnotator(string name, Properties props, bool quiet)
 {
     timexExtractor = new TimeExpressionExtractorImpl(name, props);
     this.quiet     = quiet;
 }
 public TimeAnnotator(bool quiet)
 {
     timexExtractor = new TimeExpressionExtractorImpl();
     this.quiet     = quiet;
 }