From 4b2d8b0c53d35504a07e59891e8d8d55b93a5b2e Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 23 Nov 2022 07:18:50 +0400 Subject: [PATCH] Implement sonnet-based language detection backend --- .gitmodules | 3 +++ Telegram/ThirdParty/sonnet | 1 + 2 files changed, 4 insertions(+) create mode 160000 Telegram/ThirdParty/sonnet diff --git a/.gitmodules b/.gitmodules index 052fbbe91..ee56d57b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "Telegram/ThirdParty/cld3"] path = Telegram/ThirdParty/cld3 url = https://github.com/google/cld3.git +[submodule "Telegram/ThirdParty/sonnet"] + path = Telegram/ThirdParty/sonnet + url = https://github.com/KDE/sonnet.git diff --git a/Telegram/ThirdParty/sonnet b/Telegram/ThirdParty/sonnet new file mode 160000 index 000000000..b04df9c47 --- /dev/null +++ b/Telegram/ThirdParty/sonnet @@ -0,0 +1 @@ +Subproject commit b04df9c47f52778270558b9f2a6c7c3399db4cb9