This commit is contained in:
Alexandre Lissy 2021-03-17 10:18:45 +01:00
Родитель aef96b57a8
Коммит de5f3b2a99
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -10,3 +10,6 @@ rm -rf windows include lm/filter lm/builder util/stream util/getopt.* python
This was done in order to ensure uniqueness of double_conversion:
git grep 'double_conversion' | cut -d':' -f1 | sort | uniq | xargs sed -ri 's/double_conversion/kenlm_double_conversion/g'
Cherry-pick fix for MSVC:
curl -vsSL https://github.com/kpu/kenlm/commit/d70e28403f07e88b276c6bd9f162d2a428530f2e.patch | git am -p1 --directory=native_client/kenlm