From 2f2e353ecef52639a78cac3bc407ccfe64197ac9 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 7 Oct 2023 16:00:34 +0000 Subject: use new lang detect library which supports much more languages --- .../LanguageDetection/Tokenizer/TokenizerInterface.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/TokenizerInterface.php (limited to 'vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/TokenizerInterface.php') diff --git a/vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/TokenizerInterface.php b/vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/TokenizerInterface.php new file mode 100644 index 000000000..f06074628 --- /dev/null +++ b/vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/TokenizerInterface.php @@ -0,0 +1,18 @@ + + * @package LanguageDetection + */ +interface TokenizerInterface +{ + public function tokenize(string $str): array; +} \ No newline at end of file -- cgit v1.2.3