Пример #1
0
        public IEnumerable <Tag> GetTags()
        {
            var rawWords   = _wordGetter.GetWords(_delimiters);
            var words      = _wordsProcessor.ProcessWords(rawWords);
            var statistics = _wordStatisticGetter.GetWordsStatistics(words);

            return(_layouter.GetTags(statistics));
        }