0.40
  * fix _norm_words.t

0.39
  * Разделяем слова с точками как в clemmer

0.38
  * Более строгая зависимость от версии Yandex::StopWords
    Необходимо чтоб пофорсить в БК установку более свежих версий зависимостей (не факт что не будет работать с версией зависимостей пониже)

0.37
  * Перестаем использовать Yandex::Profile

0.36
 * добавить в зависимости List::MoreUtils (модулю оттуда нужен uniq)

0.35
 * не учитываем минус-слова в лимите слов

0.34
 * учитываем стоп-слова в кавычках (DIRECT-43006)

0.33
 * использовать полное имя для timer()

0.32
 * убрать зависимости из meta.yaml

0.31
 * аналогично для Yandex::Profile

0.30
 * не загружать Yandex::Trace, но пытаться использовать если уже загружен ранее

0.29
не игнорируем 2ой параметр norm_words() - оставлять минус-слова

0.28
  * profiling with Yandex::Trace

0.27 
уточнена неоднозначная конструкция sort uniq (перестала работать на perl 5.18)

0.26
fix unit-test for new lemmer

0.25
add norm_corrections in sub norm_words

0.24
StopWords.pm moved to separate distribution

0.23
process_quoted_phrases и is_stopword вынесены в отдельный модуль

0.22
disable stemming of words, which contains both english and russian letters (jira:DIRECT-27339)

0.21
remove "-" in phrases text-number.

0.20
lowercase phrase before lemmatization in MyGetGoodWords

0.19
added original phase to formas array.

0.18
now the lemmer returns both lemmas and formas.

0.17
fixed normalization phrase with ]-(added test)

0.16
process quoted phrases in BS

0.15
fixed normalization of phrase 0 (only zero) by process_quoted_phrases

0.14
fixed warnings for words without norm form in quotes

0.13
fixed normalization of "" (two quotes)

0.12
fixed normalization of phrase [!]

0.11
fixed normalization of phrases with [!

0.10
fixed normalization of phrases with hyphen inside "fixed words order" operator

0.09
fixed normalization phrases with stop words into []

0.08
old fashion quted phrases split returned and unit test fix

0.07
fixed normalization string "0"

0.06
unit test fixed

0.05
splitting quoted phrases by spaces only (supporting hyphen)

0.04
moved to Clemmer2

0.03
specified dependencies

0.02
layout of tests

0.01
Copied from Direct
