Ejemplo n.º 1
0
 public StopwordsImporter(ComponentLogger log)
     : base(log)
 {
     _config = new StopwordsImporterConfig();
     Configuration = _config;
 }
Ejemplo n.º 2
0
 public StopwordsImporter(ComponentLogger log)
     : base(log)
 {
     _config = new StopwordsImporterConfig();
     Configuration = _config;
 }