public StopwordsImporter(ComponentLogger log)
     : base(log)
 {
     _config = new StopwordsImporterConfig();
     Configuration = _config;
 }
 public StopwordsImporter(ComponentLogger log)
     : base(log)
 {
     _config = new StopwordsImporterConfig();
     Configuration = _config;
 }