Пример #1
0
 static FrenchKeywordDictionaryTests()
 {
     Dictionary = new FrenchKeywordDictionary("./Dictionaries/french.csv");
     Dictionary.BuildFromFile();
 }
 public FeedAggregatorApplication(ILogger logger, FrenchKeywordDictionary dictionary, Aggregator aggregator)
 {
     _logger     = logger;
     _dictionary = dictionary;
     _aggregator = aggregator;
 }