From f86f5bc582e367061f441958b710e6ff4cf792be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Sat, 6 Jan 2024 19:59:12 +0100 Subject: [PATCH] Extend base test suite with p50k_base and r50k_base token examples See: * https://github.com/knuddelsgmbh/jtokkit/blob/main/lib/src/test/resources/p50k_base_encodings.csv * https://github.com/knuddelsgmbh/jtokkit/blob/main/lib/src/test/resources/r50k_base_encodings.csv --- tests/test_base_encodings.py | 860 ++++++++++++++++++++++++++++++++++- 1 file changed, 859 insertions(+), 1 deletion(-) diff --git a/tests/test_base_encodings.py b/tests/test_base_encodings.py index a545e039..81a9108d 100644 --- a/tests/test_base_encodings.py +++ b/tests/test_base_encodings.py @@ -427,9 +427,867 @@ ("Здравствуй, как поживаете?", [36551, 7094, 28086, 20812, 83680, 11, 52770, 5173, 21956, 28089, 28007, 1532, 30]), ("Hola, ¿cómo estás?", [69112, 11, 29386, 66, 72561, 1826, 7206, 30]), ] +p50k_test_data = [ + ("Unicode snowman: ☃️", [3118, 291, 1098, 6729, 805, 25, 34719, 225, 37929]), + ("Hello world!", [15496, 995, 0]), + ("Bonjour le monde!", [20682, 73, 454, 443, 285, 14378, 0]), + ("مرحبا بالعالم", [25405, 26897, 148, 255, 39848, 12919, 17550, 101, 23525, 44690, 23525, 25405]), + ("こんにちは世界", [46036, 22174, 28618, 2515, 94, 31676, 10310, 244, 45911, 234]), + ("Привет мир", [140, 253, 21169, 18849, 38857, 16843, 20375, 12466, 120, 18849, 21169]), + ("안녕하세요 세계", [168, 243, 230, 167, 227, 243, 47991, 246, 168, 226, 116, 168, 248, 242, 23821, 226, 116, 166, 111, 226]), + ("你好,世界", [19526, 254, 25001, 121, 171, 120, 234, 10310, 244, 45911, 234]), + ("नमस्ते दुनिया", [11976, 101, 11976, 106, 11976, 116, 24231, 235, 11976, 97, 24231, 229, 28225, 99, 24231, 223, 11976, 101, 11976, 123, 11976, 107, 48077]), + ("👋🌎", [41840, 233, 8582, 234, 236]), + ("I love 🍕", [40, 1842, 12520, 235, 243]), + ("This is a sentence without spaces.", [1212, 318, 257, 6827, 1231, 9029, 13]), + ("This is a sentence with extra spaces.", [1212, 50259, 318, 50259, 257, 50259, 6827, 50259, 351, 50259, 3131, 50259, 9029, 13]), + ("How about some punctuation?!!", [2437, 546, 617, 21025, 2288, 30, 3228]), + ("What about URLs? https://www.google.com", [2061, 546, 32336, 30, 3740, 1378, 2503, 13, 13297, 13, 785]), + ("Can we handle email addresses? user@example.com", [6090, 356, 5412, 3053, 9405, 30, 2836, 31, 20688, 13, 785]), + ("How about numbers? 123 45.6 -78.9", [2437, 546, 3146, 30, 17031, 4153, 13, 21, 532, 3695, 13, 24]), + ("Mixed script: 你好 world! 🌍", [44, 2966, 4226, 25, 220, 19526, 254, 25001, 121, 995, 0, 12520, 234, 235]), + ("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce condimentum enim ac tellus malesuada, a consectetur nibh efficitur. 🚀🚀🚀", [43, 29625, 220, 2419, 388, 288, 45621, 1650, 716, 316, 11, 369, 8831, 316, 333, 31659, 271, 2259, 1288, 270, 13, 376, 385, 344, 1779, 3681, 388, 551, 320, 936, 1560, 385, 10835, 84, 4763, 11, 257, 369, 8831, 316, 333, 33272, 71, 914, 3628, 333, 13, 12520, 248, 222, 8582, 248, 222, 8582, 248, 222]), + ("Привет мир! Как дела? 😊", [140, 253, 21169, 18849, 38857, 16843, 20375, 12466, 120, 18849, 21169, 0, 12466, 248, 16142, 31583, 12466, 112, 16843, 30143, 16142, 30, 30325, 232]), + ("Bonjour le monde! Comment allez-vous? 🌍", [20682, 73, 454, 443, 285, 14378, 0, 18957, 28654, 89, 12, 31222, 30, 12520, 234, 235]), + ("¡Hola mundo! ¿Cómo estás? 😃", [126, 94, 39, 5708, 27943, 78, 0, 1587, 123, 34, 10205, 5908, 1556, 40138, 30, 30325, 225]), + ("こんにちは世界!お元気ですか?👋", [46036, 22174, 28618, 2515, 94, 31676, 10310, 244, 45911, 234, 171, 120, 223, 2515, 232, 17739, 225, 36365, 245, 30640, 33623, 27370, 171, 120, 253, 41840, 233]), + ("你好,世界!最近怎么样?😉", [19526, 254, 25001, 121, 171, 120, 234, 10310, 244, 45911, 234, 171, 120, 223, 17312, 222, 32573, 239, 45250, 236, 20046, 230, 43718, 115, 171, 120, 253, 47249, 231]), + ("مرحبا بالعالم! كيف حالك؟ 😎", [25405, 26897, 148, 255, 39848, 12919, 17550, 101, 23525, 44690, 23525, 25405, 0, 18923, 225, 22654, 149, 223, 17550, 255, 23525, 149, 225, 148, 253, 30325, 236]), + ("ਹੈਲੋ ਦੁਨੀਆ! ਕੀ ਹਾਲ ਹੈ? 😄", [19469, 117, 43297, 230, 19469, 110, 43297, 233, 42314, 99, 43297, 223, 19469, 101, 43297, 222, 19469, 228, 0, 42314, 243, 43297, 222, 42314, 117, 19469, 122, 19469, 110, 42314, 117, 43297, 230, 30, 30325, 226]), + ("હેલો વિશ્વ! કેમ છો? 🙏", [156, 103, 117, 156, 104, 229, 156, 103, 110, 156, 104, 233, 220, 156, 103, 113, 156, 103, 123, 156, 103, 114, 156, 104, 235, 156, 103, 113, 0, 220, 156, 103, 243, 156, 104, 229, 156, 103, 106, 220, 156, 103, 249, 156, 104, 233, 30, 12520, 247, 237]), + ("स्वागत है दुनिया! क्या हाल है? 😍", [11976, 116, 24231, 235, 11976, 113, 48077, 11976, 245, 11976, 97, 28225, 117, 24231, 230, 28225, 99, 24231, 223, 11976, 101, 11976, 123, 11976, 107, 48077, 0, 28225, 243, 24231, 235, 11976, 107, 48077, 28225, 117, 48077, 11976, 110, 28225, 117, 24231, 230, 30, 30325, 235]), + ("ಹಲೋ ವಿಶ್ವ! ಹೇಗಿದೆ? 🤔", [156, 110, 117, 156, 110, 110, 156, 111, 233, 220, 156, 110, 113, 156, 110, 123, 156, 110, 114, 156, 111, 235, 156, 110, 113, 0, 220, 156, 110, 117, 156, 111, 229, 156, 110, 245, 156, 110, 123, 156, 110, 99, 156, 111, 228, 30, 12520, 97, 242]), + ("សួស្តី​ពិភពលោក! តើ​អ្នក​ស្រលាញ់​ទេ? 😊", [157, 252, 253, 157, 252, 121, 157, 252, 253, 157, 253, 240, 157, 252, 237, 157, 252, 116, 9525, 157, 252, 244, 157, 252, 115, 157, 252, 245, 157, 252, 244, 157, 252, 249, 157, 253, 226, 157, 252, 222, 0, 28053, 252, 237, 157, 252, 122, 9525, 157, 252, 95, 157, 253, 240, 157, 252, 241, 157, 252, 222, 9525, 157, 252, 253, 157, 253, 240, 157, 252, 248, 157, 252, 249, 157, 252, 114, 157, 252, 231, 157, 253, 233, 9525, 157, 252, 239, 157, 253, 223, 30, 30325, 232]), + ("สวัสดีชาวโลก! สบายดีหรือ? 😄", [19567, 103, 19567, 100, 19567, 109, 19567, 103, 19567, 242, 19567, 113, 19567, 232, 19567, 110, 19567, 100, 31479, 224, 19567, 98, 19567, 223, 0, 220, 19567, 103, 19567, 248, 19567, 110, 19567, 95, 19567, 242, 19567, 113, 19567, 104, 19567, 96, 19567, 115, 19567, 255, 30, 30325, 226]), + ("안녕하세요 세상아! 어떻게 지내고 있어요? 😎", [168, 243, 230, 167, 227, 243, 47991, 246, 168, 226, 116, 168, 248, 242, 23821, 226, 116, 168, 225, 223, 168, 243, 226, 0, 23821, 244, 112, 167, 244, 119, 166, 110, 234, 23821, 100, 222, 167, 224, 112, 166, 111, 254, 23821, 252, 230, 168, 244, 112, 168, 248, 242, 30, 30325, 236]), + ("Hi world! How are you? 😃", [17250, 995, 0, 1374, 389, 345, 30, 30325, 225]), + ("This is a longer text without any special characters or emojis. It includes spaces, punctuation, and multiple sentences. Let's see how the tokenizer handles it!", [1212, 318, 257, 2392, 2420, 1231, 597, 2041, 3435, 393, 795, 13210, 271, 13, 632, 3407, 9029, 11, 21025, 2288, 11, 290, 3294, 13439, 13, 3914, 338, 766, 703, 262, 11241, 7509, 17105, 340, 0]), + ("这是一个没有特殊字符或表情符号的较长文本。它包括空格、标点符号和多个句子。让我们看看分词器如何处理它!", [32573, 247, 42468, 31660, 10310, 103, 162, 110, 94, 17312, 231, 31965, 117, 162, 106, 232, 27764, 245, 163, 105, 99, 22755, 244, 26193, 101, 46349, 227, 163, 105, 99, 20998, 115, 21410, 164, 122, 225, 165, 243, 123, 23877, 229, 17312, 105, 16764, 22522, 225, 44293, 227, 162, 233, 105, 163, 102, 118, 43718, 120, 23513, 43718, 229, 163, 224, 117, 163, 105, 99, 20998, 115, 161, 240, 234, 13783, 248, 10310, 103, 20998, 98, 36310, 16764, 164, 106, 102, 22755, 239, 20015, 105, 40367, 233, 40367, 233, 26344, 228, 46237, 235, 161, 247, 101, 36685, 224, 19526, 243, 13783, 226, 49426, 228, 22522, 225, 171, 120, 223]), + ("Це довший текст без особливих символів або емодзі. Він містить пробіли, пунктуацію та кілька речень. Подивимось, як розбірник обробляє його!", [140, 99, 16843, 12466, 112, 25443, 110, 141, 230, 18849, 140, 117, 220, 20375, 16843, 31583, 21727, 20375, 12466, 109, 16843, 140, 115, 12466, 122, 21727, 25443, 109, 30143, 18849, 38857, 18849, 141, 227, 220, 21727, 18849, 43108, 38857, 25443, 119, 141, 244, 38857, 12466, 108, 140, 109, 15166, 12466, 113, 43108, 25443, 112, 140, 115, 141, 244, 13, 12466, 240, 141, 244, 22177, 12466, 120, 141, 244, 21727, 20375, 18849, 20375, 45367, 12466, 123, 21169, 25443, 109, 141, 244, 30143, 18849, 11, 12466, 123, 35072, 22177, 31583, 20375, 35072, 16142, 141, 228, 141, 244, 141, 236, 220, 20375, 16142, 12466, 118, 141, 244, 30143, 45367, 31583, 16142, 220, 21169, 16843, 141, 229, 16843, 22177, 45367, 13, 12466, 253, 25443, 112, 18849, 38857, 18849, 43108, 15166, 21727, 45367, 11, 220, 40623, 31583, 220, 21169, 25443, 115, 140, 109, 141, 244, 21169, 22177, 18849, 31583, 12466, 122, 140, 109, 21169, 25443, 109, 30143, 40623, 141, 242, 12466, 117, 25443, 111, 15166, 0]), + ("這是一段沒有特殊字符或表情符號的較長文字。它包括空格、標點符號和多個句子。讓我們看看斷詞器如何處理它!", [34460, 247, 42468, 31660, 162, 106, 113, 162, 110, 240, 17312, 231, 31965, 117, 162, 106, 232, 27764, 245, 163, 105, 99, 22755, 244, 26193, 101, 46349, 227, 163, 105, 99, 164, 247, 253, 21410, 164, 120, 225, 165, 243, 115, 23877, 229, 27764, 245, 16764, 22522, 225, 44293, 227, 162, 233, 105, 163, 102, 118, 43718, 120, 23513, 162, 101, 247, 165, 119, 252, 163, 105, 99, 164, 247, 253, 161, 240, 234, 13783, 248, 161, 222, 233, 20998, 98, 36310, 16764, 164, 106, 241, 22755, 239, 161, 222, 239, 40367, 233, 40367, 233, 23877, 115, 164, 102, 252, 161, 247, 101, 36685, 224, 19526, 243, 164, 247, 243, 49426, 228, 22522, 225, 171, 120, 223]), + ("هذا نص طويل بدون أي رموز خاصة أو إيموجيات. يتضمن النص فراغات وترقيم وعدة جمل. دعونا نرى كيف يتعامل المحلل النحوي معه!", [29519, 148, 108, 12919, 18923, 228, 148, 113, 17550, 115, 30335, 22654, 13862, 17550, 101, 38843, 30335, 23338, 17550, 96, 22654, 17550, 109, 25405, 30335, 148, 110, 17550, 106, 34247, 113, 45632, 17550, 96, 30335, 17550, 98, 22654, 25405, 30335, 148, 105, 22654, 34247, 103, 13, 18923, 232, 41486, 148, 114, 25405, 23338, 28981, 23338, 148, 113, 18923, 223, 26897, 34247, 118, 34247, 103, 42092, 41486, 26897, 149, 224, 22654, 25405, 42092, 44690, 38843, 45632, 17550, 105, 25405, 13862, 13, 17550, 107, 44690, 30335, 23338, 12919, 18923, 228, 26897, 149, 231, 18923, 225, 22654, 149, 223, 18923, 232, 41486, 44690, 12919, 25405, 13862, 28981, 25405, 148, 255, 13862, 13862, 28981, 23338, 148, 255, 30335, 22654, 47048, 44690, 29519, 0]), + ("Three swans in purple tutus pirouetting on a tightrope", [12510, 1509, 504, 287, 14032, 9732, 385, 12276, 280, 35463, 319, 257, 5381, 305, 431]), + ("The moon is made of cheese and the stars are made of jelly beans", [464, 8824, 318, 925, 286, 9891, 290, 262, 5788, 389, 925, 286, 27644, 16567]), + ("A giant squid playing the saxophone at the bottom of the ocean", [32, 6175, 45126, 2712, 262, 46909, 38656, 379, 262, 4220, 286, 262, 9151]), + ("An army of robot penguins waddling on a glacier in Antarctica", [2025, 5428, 286, 9379, 38373, 1040, 266, 2860, 1359, 319, 257, 44539, 287, 30185]), + ("A wizard in a top hat riding a unicycle while juggling flaming pineapples", [32, 18731, 287, 257, 1353, 6877, 10311, 257, 555, 35298, 981, 48097, 39518, 20161, 1324, 829]), + ("A group of ninja cats practicing their martial arts skills in a bamboo forest", [32, 1448, 286, 37049, 11875, 18207, 511, 15618, 10848, 4678, 287, 257, 37252, 8222]), + ("A friendly alien offering a cup of tea and some cookies to a curious earthling", [32, 8030, 8756, 6011, 257, 6508, 286, 8887, 290, 617, 14746, 284, 257, 11040, 4534, 1359]), + ("Two giraffes in bow ties and monocles having a conversation over tea", [7571, 37370, 2001, 274, 287, 9563, 8470, 290, 937, 420, 829, 1719, 257, 5273, 625, 8887]), + ("Bu cümlenin anlamı ne? 😄", [38374, 269, 9116, 4029, 268, 259, 281, 2543, 30102, 497, 30, 30325, 226]), + ("Tu as mangé des croissants ce matin? 🥐", [47247, 355, 45663, 2634, 748, 6763, 747, 1187, 2906, 2603, 259, 30, 12520, 98, 238]), + ("Mi padre tiene un gato negro y blanco. 🐱", [41541, 14841, 260, 46668, 1734, 555, 308, 5549, 47255, 331, 698, 47699, 13, 12520, 238, 109]), + ("Eu gosto de jogar futebol aos domingos. ⚽️", [36, 84, 308, 455, 78, 390, 48342, 283, 277, 1133, 28984, 257, 418, 2401, 278, 418, 13, 2343, 248, 121, 37929]), + ("Я люблю есть пельмени со сметаной. 🥟", [140, 107, 12466, 119, 141, 236, 140, 109, 30143, 141, 236, 12466, 113, 21727, 20375, 45367, 12466, 123, 16843, 30143, 45367, 43108, 16843, 22177, 18849, 220, 21727, 15166, 220, 21727, 43108, 16843, 20375, 16142, 22177, 25443, 117, 13, 12520, 98, 253]), + ("한국 음식을 먹어 본 적이 있나요? 🍚", [47991, 250, 166, 113, 255, 23821, 251, 234, 168, 233, 251, 35975, 226, 31619, 101, 117, 168, 244, 112, 31619, 111, 116, 23821, 254, 223, 35975, 112, 23821, 252, 230, 167, 224, 246, 168, 248, 242, 30, 12520, 235, 248]), + ("私は毎日、朝ごはんを食べます。 🍳", [163, 100, 223, 31676, 162, 107, 236, 33768, 98, 23513, 17312, 251, 2515, 242, 31676, 22174, 31758, 45617, 253, 2515, 117, 30159, 33623, 16764, 12520, 235, 111]), + ("我喜欢吃烤鸭。 🦆", [22755, 239, 161, 244, 250, 162, 105, 95, 28938, 225, 163, 225, 97, 165, 116, 255, 16764, 12520, 99, 228]), + ("כן, אני מבין את זה. אבל מה הפתרון?", [147, 249, 147, 253, 11, 14360, 238, 147, 254, 25529, 14360, 252, 49603, 33951, 253, 14360, 238, 42064, 14360, 244, 38269, 13, 14360, 238, 49603, 40010, 14360, 252, 38269, 14360, 242, 147, 97, 42064, 37778, 27072, 147, 253, 30]), + ("என்ன பார்க்க வேண்டும் என்று சொல்லுங்கள்", [156, 106, 236, 156, 106, 102, 156, 107, 235, 156, 106, 102, 220, 156, 106, 103, 156, 106, 122, 156, 106, 108, 156, 107, 235, 156, 106, 243, 156, 107, 235, 156, 106, 243, 220, 156, 106, 113, 156, 107, 229, 156, 106, 96, 156, 107, 235, 156, 106, 253, 156, 107, 223, 156, 106, 106, 156, 107, 235, 220, 156, 106, 236, 156, 106, 102, 156, 107, 235, 156, 106, 109, 156, 107, 223, 220, 156, 106, 248, 156, 107, 232, 156, 106, 110, 156, 107, 235, 156, 106, 110, 156, 107, 223, 156, 106, 247, 156, 107, 235, 156, 106, 243, 156, 106, 111, 156, 107, 235]), + ("¿Cómo puedo ayudarte hoy?", [126, 123, 34, 10205, 5908, 279, 1739, 78, 38762, 463, 32074, 289, 726, 30]), + ("എന്താണ് നിങ്ങളുടെ പ്രശ്നം?", [156, 112, 236, 156, 112, 101, 156, 113, 235, 156, 112, 97, 156, 112, 122, 156, 112, 96, 156, 113, 235, 220, 156, 112, 101, 156, 112, 123, 156, 112, 247, 156, 113, 235, 156, 112, 247, 156, 112, 111, 156, 113, 223, 156, 112, 253, 156, 113, 228, 220, 156, 112, 103, 156, 113, 235, 156, 112, 108, 156, 112, 114, 156, 113, 235, 156, 112, 101, 156, 112, 224, 30]), + ("Ce n'est pas une bonne idée de faire ça.", [34, 68, 299, 6, 395, 38836, 17809, 5351, 710, 4686, 22161, 390, 37063, 6184, 100, 64, 13]), + ("पैसे का कोई महत्व नहीं है।", [11976, 103, 24231, 230, 11976, 116, 24231, 229, 28225, 243, 48077, 28225, 243, 24231, 233, 11976, 230, 28225, 106, 11976, 117, 11976, 97, 24231, 235, 11976, 113, 28225, 101, 11976, 117, 24231, 222, 11976, 224, 28225, 117, 24231, 230, 24231, 97]), + ("Ας μιλήσουμε λίγο για την κατάστασή σου.", [138, 239, 35558, 18919, 29945, 39377, 138, 106, 38392, 26517, 139, 227, 34703, 30950, 7377, 119, 138, 107, 42063, 26517, 7377, 111, 29945, 17394, 46651, 138, 115, 26180, 7377, 118, 17394, 32830, 138, 105, 38392, 32830, 17394, 38392, 138, 106, 18074, 225, 26517, 139, 227, 13]), + ("Я знаю, что вы хотите это сделать.", [140, 107, 12466, 115, 22177, 16142, 141, 236, 11, 220, 141, 229, 20375, 15166, 12466, 110, 45035, 220, 141, 227, 15166, 20375, 18849, 20375, 16843, 220, 141, 235, 20375, 15166, 220, 21727, 43666, 16843, 30143, 16142, 20375, 45367, 13]), + ("Das macht überhaupt keinen Sinn.", [35, 292, 3235, 83, 6184, 120, 527, 71, 559, 457, 885, 42326, 41870, 13]), + ("¿Podría decirme qué debo hacer?", [126, 123, 41565, 81, 29690, 875, 343, 1326, 627, 2634, 1915, 78, 289, 11736, 30]), + ("Mi serve il tuo aiuto, per favore.", [41541, 4691, 4229, 12777, 78, 257, 72, 9390, 11, 583, 2090, 382, 13]), + ("আমি নিশ্চয়ই এটি করতে পারবো না।", [48071, 228, 48071, 106, 48071, 123, 220, 48071, 101, 48071, 123, 48071, 114, 156, 100, 235, 48071, 248, 48071, 107, 48071, 120, 48071, 229, 220, 48071, 237, 48071, 253, 48071, 123, 220, 48071, 243, 48071, 108, 48071, 97, 156, 100, 229, 220, 48071, 103, 48071, 122, 48071, 108, 48071, 105, 156, 100, 233, 220, 48071, 101, 48071, 122, 24231, 97]), + ("Elle n'a jamais été dans cette ville.", [9527, 293, 299, 6, 64, 474, 1689, 271, 220, 25125, 2634, 288, 504, 269, 5857, 410, 8270, 13]), + ("Jeg kan ikke hjælpe dig med det.", [41, 1533, 43998, 220, 1134, 365, 289, 73, 21241, 75, 431, 3100, 1117, 1062, 13]), + ("나는 그것이 싫어요.", [167, 224, 246, 167, 232, 242, 220, 166, 115, 116, 166, 110, 225, 35975, 112, 23821, 233, 104, 168, 244, 112, 168, 248, 242, 13]), + ("Քննարկում ենք հետևյալ նախագծերը:", [145, 242, 145, 114, 145, 114, 145, 94, 146, 222, 145, 107, 145, 116, 146, 224, 145, 112, 220, 145, 98, 145, 114, 146, 226, 220, 145, 108, 145, 98, 145, 123, 146, 229, 145, 113, 145, 94, 145, 105, 220, 145, 114, 145, 94, 145, 255, 145, 94, 145, 96, 145, 106, 145, 98, 146, 222, 145, 101, 25]), + ("आपकी मदद करने के लिए मैं यहाँ हूँ।", [11976, 228, 11976, 103, 11976, 243, 24231, 222, 28225, 106, 11976, 99, 11976, 99, 28225, 243, 11976, 108, 11976, 101, 24231, 229, 28225, 243, 24231, 229, 28225, 110, 11976, 123, 11976, 237, 28225, 106, 24231, 230, 11976, 224, 28225, 107, 11976, 117, 48077, 11976, 223, 28225, 117, 24231, 224, 11976, 223, 24231, 97]), + ("Det här kommer inte att fungera.", [11242, 289, 11033, 81, 479, 296, 647, 493, 68, 708, 1257, 1362, 64, 13]), + ("Πού μπορώ να βρω περισσότερες πληροφορίες;", [138, 254, 26517, 139, 235, 18919, 46582, 26517, 33643, 139, 236, 7377, 121, 17394, 27169, 33643, 49535, 18074, 222, 30950, 33643, 29945, 38392, 38392, 139, 234, 32830, 30950, 33643, 30950, 35558, 18074, 222, 39377, 138, 115, 33643, 26517, 139, 228, 26517, 33643, 138, 107, 30950, 35558, 26]), + ("Я уверен, что ты справишься.", [140, 107, 220, 35072, 38857, 16843, 21169, 16843, 22177, 11, 220, 141, 229, 20375, 15166, 220, 20375, 45035, 220, 21727, 140, 123, 21169, 16142, 38857, 18849, 141, 230, 45367, 21727, 40623, 13]), + ("Ce n'est pas ce que j'ai dit.", [34, 68, 299, 6, 395, 38836, 2906, 8358, 474, 6, 1872, 288, 270, 13]), + ("ഞാൻ പറഞ്ഞതു അല്ലാത്തതാണ്.", [156, 112, 252, 156, 112, 122, 156, 113, 119, 220, 156, 112, 103, 156, 112, 109, 156, 112, 252, 156, 113, 235, 156, 112, 252, 156, 112, 97, 156, 113, 223, 220, 156, 112, 227, 156, 112, 110, 156, 113, 235, 156, 112, 110, 156, 112, 122, 156, 112, 97, 156, 113, 235, 156, 112, 97, 156, 112, 97, 156, 112, 122, 156, 112, 96, 156, 113, 235, 13]), + ("Kan du hjælpe mig med dette problem?", [42, 272, 7043, 289, 73, 21241, 75, 431, 37011, 1117, 1062, 660, 1917, 30]), + ("당신은 어떻게 생각합니까?", [46695, 117, 168, 233, 254, 35975, 222, 23821, 244, 112, 167, 244, 119, 166, 110, 234, 23821, 225, 251, 166, 108, 223, 47991, 102, 46695, 230, 166, 117, 234, 30]), + ("Mi piacerebbe fare una passeggiata.", [41541, 31028, 558, 34806, 1350, 14505, 555, 64, 279, 21612, 1130, 72, 1045, 13]), + ("আমি তার সাথে আছি।", [48071, 228, 48071, 106, 48071, 123, 220, 48071, 97, 48071, 122, 48071, 108, 220, 48071, 116, 48071, 122, 48071, 98, 156, 100, 229, 220, 48071, 228, 48071, 249, 48071, 123, 24231, 97]), + ("Tu sais ce que tu fais, n'est-ce pas?", [47247, 473, 271, 2906, 8358, 12777, 277, 15152, 11, 299, 6, 395, 12, 344, 38836, 30]), + ("लोग बहुत कुछ बोलते हैं।", [11976, 110, 24231, 233, 11976, 245, 28225, 105, 11976, 117, 24231, 223, 11976, 97, 28225, 243, 24231, 223, 11976, 249, 28225, 105, 24231, 233, 11976, 110, 11976, 97, 24231, 229, 28225, 117, 24231, 230, 11976, 224, 24231, 97]), + ("Πες μου τι σκέφτεσαι.", [138, 254, 30950, 35558, 18919, 26517, 139, 227, 46651, 29945, 18074, 225, 43000, 138, 255, 139, 228, 32830, 30950, 38392, 17394, 29945, 13]), + ("Мы сделаем это вместе.", [140, 250, 45035, 220, 21727, 43666, 16843, 30143, 16142, 16843, 43108, 220, 141, 235, 20375, 15166, 12466, 110, 43108, 16843, 21727, 20375, 16843, 13]), + ("J'ai peur de ne pas y arriver.", [41, 6, 1872, 613, 333, 390, 497, 38836, 331, 2914, 332, 13]), + ("Quelle est votre couleur préférée?", [48, 2731, 293, 1556, 1993, 260, 2284, 293, 333, 778, 2634, 69, 42445, 22161, 30]), + ("Jaka jest Twoja ulubiona potrawa?", [41, 8130, 474, 395, 4930, 6592, 14856, 549, 32792, 1787, 1831, 64, 30]), + ("Qual é a sua música favorita?", [46181, 38251, 257, 424, 64, 285, 21356, 82, 3970, 2661, 5350, 30]), + ("Hvad er din yndlingssang?", [39, 85, 324, 1931, 16278, 331, 358, 17783, 82, 648, 30]), + ("Koji je tvoj omiljeni film?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 2646, 30]), + ("Melyik a kedvenc sportod?", [5308, 306, 1134, 257, 479, 276, 574, 66, 6332, 375, 30]), + ("Qual è il tuo film preferito?", [46181, 6184, 101, 4229, 12777, 78, 2646, 4702, 10094, 30]), + ("Koja je tvoja omiljena knjiga?", [48735, 6592, 11223, 256, 13038, 6592, 267, 25433, 73, 8107, 638, 73, 13827, 30]), + ("Cuál es tu película favorita?", [46141, 6557, 75, 1658, 12777, 16176, 8836, 3129, 64, 2661, 5350, 30]), + ("Kas on sinu lemmikmuusikastiil?", [42, 292, 319, 7813, 84, 443, 3020, 1134, 30300, 385, 1134, 459, 72, 346, 30]), + ("Quina és la teva sèrie preferida?", [4507, 1437, 220, 20954, 8591, 573, 6862, 264, 14064, 5034, 4702, 3755, 30]), + ("Quale è il tuo libro preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 9195, 305, 4702, 10094, 30]), + ("Kurš ir tavs mīļākais dzīvnieks?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 288, 89, 18962, 85, 11952, 591, 30]), + ("Qual é o teu desporto favorito?", [46181, 38251, 267, 573, 84, 748, 634, 78, 2661, 10094, 30]), + ("Cuál es tu color favorito?", [46141, 6557, 75, 1658, 12777, 3124, 2661, 10094, 30]), + ("Koji je tvoj omiljeni žanr filma?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 25370, 122, 272, 81, 1226, 2611, 30]), + ("Kateri je tvoj najljubši okus sladoleda?", [42, 729, 72, 11223, 256, 13038, 73, 299, 1228, 75, 73, 549, 32790, 72, 12876, 385, 1017, 324, 349, 18082, 30]), + ("Quel est ton livre préféré?", [48, 2731, 1556, 5680, 17717, 260, 778, 2634, 69, 2634, 29350, 30]), + ("Qual é a tua cor favorita?", [46181, 38251, 257, 256, 6413, 1162, 2661, 5350, 30]), + ("Koja ti je omiljena boja?", [48735, 6592, 46668, 11223, 267, 25433, 73, 8107, 1489, 6592, 30]), + ("Melyik a kedvenc ételed?", [5308, 306, 1134, 257, 479, 276, 574, 66, 220, 25125, 18449, 30]), + ("Koji je tvoj omiljeni grad?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 3915, 30]), + ("Quale è il tuo piatto preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 31028, 45807, 4702, 10094, 30]), + ("Kurš ir tavs mīļākais TV šovs?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 3195, 25370, 94, 709, 82, 30]), + ("Qual é a tua série de TV favorita?", [46181, 38251, 257, 256, 6413, 264, 2634, 5034, 390, 3195, 2661, 5350, 30]), + ("Katera je tvoja najljubša barva?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 2318, 6862, 30]), + ("Koji je tvoj omiljeni restoran?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 1334, 31884, 30]), + ("Qual é o teu hobby favorito?", [46181, 38251, 267, 573, 84, 20005, 2661, 10094, 30]), + ("Koji je tvoj omiljeni bend?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 19396, 30]), + ("Kurš ir tavs mīļākais mākslinieks?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 285, 10235, 591, 2815, 494, 591, 30]), + ("Quina és la teva pel·lícula preferida?", [4507, 1437, 220, 20954, 8591, 573, 6862, 16176, 9129, 75, 8836, 3129, 64, 4702, 3755, 30]), + ("Qual é a tua música favorita?", [46181, 38251, 257, 256, 6413, 285, 21356, 82, 3970, 2661, 5350, 30]), + ("Koji ti je omiljeni grad?", [42, 31370, 46668, 11223, 267, 25433, 73, 43850, 3915, 30]), + ("Katera je tvoja najljubša jed?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 474, 276, 30]), + ("Quel est ton plat préféré?", [48, 2731, 1556, 5680, 40315, 778, 2634, 69, 2634, 29350, 30]), + ("Kurš ir tavs mīļākais sporta veids?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 6332, 64, 1569, 2340, 30]), + ("Qual é o teu livro preferido?", [46181, 38251, 267, 573, 84, 17717, 305, 4702, 17305, 30]), + ("Koji ti je omiljeni hobi?", [42, 31370, 46668, 11223, 267, 25433, 73, 43850, 289, 13411, 30]), + ("Quale è il tuo colore preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 951, 382, 4702, 10094, 30]), + ("Katera je tvoja najljubša TV serija?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 3195, 1055, 34655, 30]), + ("Quina és la teva pel·lícula preferida?", [4507, 1437, 220, 20954, 8591, 573, 6862, 16176, 9129, 75, 8836, 3129, 64, 4702, 3755, 30]), + ("Koji je tvoj omiljeni glumac/glumica?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 1278, 388, 330, 14, 4743, 388, 3970, 30]), + ("Qual é o teu restaurante favorito?", [46181, 38251, 267, 573, 84, 7072, 68, 2661, 10094, 30]), + ("Kurš ir tavs mīļākais veids, kā pavadīt laiku?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 1569, 2340, 11, 479, 10235, 45549, 324, 18962, 83, 8591, 28643, 30]), + ("Qual é a tua série favorita?", [46181, 38251, 257, 256, 6413, 264, 2634, 5034, 2661, 5350, 30]), + ("Koja ti je omiljena hrana?", [48735, 6592, 46668, 11223, 267, 25433, 73, 8107, 39436, 2271, 30]), + ("Koji je tvoj omiljeni pisac/pisacica?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 279, 271, 330, 14, 79, 271, 330, 3970, 30]), + ("Quel est ton sport préféré?", [48, 2731, 1556, 5680, 6332, 778, 2634, 69, 2634, 29350, 30]), + ("Katera je tvoja najljubša pesem?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 32317, 368, 30]), + ("Qual é o teu escritor favorito?", [46181, 38251, 267, 573, 84, 3671, 799, 273, 2661, 10094, 30]), + ("Kurš ir tavs mīļākais žanrs?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 25370, 122, 272, 3808, 30]), + ("Quale è il tuo passatempo preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 1208, 23900, 7501, 4702, 10094, 30]), + ("Koji ti je omiljeni film", [42, 31370, 46668, 11223, 267, 25433, 73, 43850, 2646]), + ("👉🏼🌍 Bienvenidos a la tierra! ¿Cómo te encuentras hoy? 😎🌺", [41840, 231, 8582, 237, 120, 8582, 234, 235, 347, 2013, 574, 312, 418, 257, 8591, 14249, 430, 0, 1587, 123, 34, 10205, 5908, 573, 2207, 84, 298, 8847, 289, 726, 30, 30325, 236, 8582, 234, 118]), + ("🎉🎊 Tutti pronti per la festa? Io si! 🎂🥳🎈", [8582, 236, 231, 8582, 236, 232, 309, 15318, 72, 778, 756, 72, 583, 8591, 15292, 64, 30, 27853, 33721, 0, 12520, 236, 224, 8582, 98, 111, 8582, 236, 230]), + ("👋🏻 Hallo daar, hoe gaat het vandaag met je? 🌞🌷", [41840, 233, 8582, 237, 119, 4789, 78, 12379, 283, 11, 289, 2577, 31986, 265, 339, 83, 410, 5282, 363, 1138, 11223, 30, 12520, 234, 252, 8582, 234, 115]), + ("🍕🍟 Salut! Vous préférez la pizza ou les frites? 🍔🍟", [8582, 235, 243, 8582, 235, 253, 4849, 315, 0, 569, 516, 778, 2634, 69, 2634, 21107, 8591, 14256, 267, 84, 10287, 277, 23156, 30, 12520, 235, 242, 8582, 235, 253]), + ("👩🏽‍🦱 Ciao mondo! Come stai? Spero che tu abbia una bellissima giornata! 😊🌸", [41840, 102, 8582, 237, 121, 447, 235, 8582, 99, 109, 327, 13481, 285, 22311, 0, 7911, 336, 1872, 30, 311, 525, 78, 1125, 12777, 450, 23339, 555, 64, 8966, 747, 8083, 308, 72, 1211, 1045, 0, 30325, 232, 8582, 234, 116]), + ("👨🏼‍🦳¡Hola mundo! ¿Cómo estás? Espero que tengas un día maravilloso! 😎🌺", [41840, 101, 8582, 237, 120, 447, 235, 8582, 99, 111, 126, 94, 39, 5708, 27943, 78, 0, 1587, 123, 34, 10205, 5908, 1556, 40138, 30, 42083, 78, 8358, 256, 1516, 292, 555, 288, 29690, 1667, 615, 359, 28213, 0, 30325, 236, 8582, 234, 118]), + ("👩🏻‍🦰 Salut les gars! Comment ça va aujourd'hui? J'espère que tout va bien! 🌞🌷", [41840, 102, 8582, 237, 119, 447, 235, 8582, 99, 108, 4849, 315, 10287, 308, 945, 0, 18957, 6184, 100, 64, 46935, 257, 23577, 454, 67, 6, 71, 9019, 30, 449, 6, 9774, 35979, 8358, 256, 448, 46935, 275, 2013, 0, 12520, 234, 252, 8582, 234, 115]), + ("🍺🍷 Dobry wieczór! Jak się dziś czujesz? 🎉🎂", [8582, 235, 118, 8582, 235, 115, 30947, 563, 266, 494, 26691, 10205, 81, 0, 25845, 33721, 128, 247, 288, 17027, 129, 249, 24785, 23577, 274, 89, 30, 12520, 236, 231, 8582, 236, 224]), + ("👩🏾‍🦱 Olá mundo! Como você está? Espero que tenha um ótimo dia! 😊🌸", [41840, 102, 8582, 237, 122, 447, 235, 8582, 99, 109, 6544, 6557, 27943, 78, 0, 955, 78, 12776, 25792, 1556, 6557, 30, 42083, 78, 8358, 3478, 3099, 23781, 6184, 111, 16514, 78, 288, 544, 0, 30325, 232, 8582, 234, 116]), + ("👩🏻‍🦱 Hallo Welt! Wie geht es dir? Ich hoffe, du hast einen wunderschönen Tag! 😊🌸", [41840, 102, 8582, 237, 119, 447, 235, 8582, 99, 109, 4789, 78, 370, 2120, 0, 370, 494, 4903, 4352, 1658, 26672, 30, 26364, 289, 2364, 68, 11, 7043, 19338, 304, 42326, 266, 41116, 354, 9101, 38572, 17467, 0, 30325, 232, 8582, 234, 116]), + ("🐶🐱 Bonjour le monde! Aimez-vous les chiens ou les chats? 🐶🐱", [8582, 238, 114, 8582, 238, 109, 7979, 73, 454, 443, 285, 14378, 0, 317, 524, 89, 12, 31222, 10287, 442, 10465, 267, 84, 10287, 40815, 30, 12520, 238, 114, 8582, 238, 109]), + ("👋🏼 Hallo verden! Hvordan går det i dag? 🌞🌷", [41840, 233, 8582, 237, 120, 4789, 78, 3326, 6559, 0, 367, 85, 7350, 308, 29090, 81, 1062, 1312, 48924, 30, 12520, 234, 252, 8582, 234, 115]), + ("🎶🎵 Hej världen! Vilken musik gillar du att lyssna på? 🎧🎤", [8582, 236, 114, 8582, 236, 113, 679, 73, 410, 11033, 81, 335, 268, 0, 34037, 3464, 1928, 1134, 308, 359, 283, 7043, 708, 22404, 824, 2616, 279, 29090, 30, 12520, 236, 100, 8582, 236, 97]), + ("👽🛸 Merhaba dünya! Bugün nasılsın? Umarım harika bir gün geçiriyorsun! 😊🌸", [41840, 121, 8582, 249, 116, 4638, 5976, 64, 288, 9116, 3281, 64, 0, 15217, 9116, 77, 25221, 30102, 7278, 30102, 77, 30, 471, 3876, 30102, 76, 3971, 9232, 35122, 308, 9116, 77, 4903, 16175, 343, 7745, 669, 403, 0, 30325, 232, 8582, 234, 116]), + ("👨🏽‍🦳 Hallo wereld! Hoe gaat het vandaag met je? 🌞🌷", [41840, 101, 8582, 237, 121, 447, 235, 8582, 99, 111, 4789, 78, 547, 335, 0, 367, 2577, 31986, 265, 339, 83, 410, 5282, 363, 1138, 11223, 30, 12520, 234, 252, 8582, 234, 115]), + ("👩🏼‍🦳 Ciao mondo! Come stai? Spero che tu abbia una bellissima giornata! 😊🌸", [41840, 102, 8582, 237, 120, 447, 235, 8582, 99, 111, 327, 13481, 285, 22311, 0, 7911, 336, 1872, 30, 311, 525, 78, 1125, 12777, 450, 23339, 555, 64, 8966, 747, 8083, 308, 72, 1211, 1045, 0, 30325, 232, 8582, 234, 116]), + ("🌈🦄 Hello world! Do you believe in magic? ✨🎩", [8582, 234, 230, 8582, 99, 226, 18435, 995, 0, 2141, 345, 1975, 287, 5536, 30, 14519, 101, 8582, 236, 102]), + ("🐦🐤 Tere maailm! Kas sa armastad linde? 🐦🐤", [8582, 238, 99, 8582, 238, 97, 309, 567, 17266, 603, 76, 0, 15035, 473, 3211, 459, 324, 300, 521, 68, 30, 12520, 238, 99, 8582, 238, 97]), + ("🌌🚀 Hallo Welt! Was ist dein Lieblingsfilm über Weltraumabenteuer? 🌠🪐", [8582, 234, 234, 8582, 248, 222, 4789, 78, 370, 2120, 0, 8920, 318, 83, 390, 259, 12060, 2436, 654, 26240, 6184, 120, 527, 370, 2120, 430, 388, 397, 298, 12496, 263, 30, 12520, 234, 254, 8582, 103, 238]), + ("👨🏻‍🦱 Olá mundo! Como você está? Espero que tenha um ótimo dia! 😊🌸", [41840, 101, 8582, 237, 119, 447, 235, 8582, 99, 109, 6544, 6557, 27943, 78, 0, 955, 78, 12776, 25792, 1556, 6557, 30, 42083, 78, 8358, 3478, 3099, 23781, 6184, 111, 16514, 78, 288, 544, 0, 30325, 232, 8582, 234, 116]), + ("🌍🌊 Bonjour le monde! Aimez-vous la plage ou les montagnes? 🏖️⛰️", [8582, 234, 235, 8582, 234, 232, 7979, 73, 454, 443, 285, 14378, 0, 317, 524, 89, 12, 31222, 8591, 458, 496, 267, 84, 10287, 40689, 363, 2516, 30, 12520, 237, 244, 37929, 158, 249, 108, 37929]), + ("👩🏼‍🦰 Hallo Welt! Was ist dein Lieblingslied im Moment?", [41840, 102, 8582, 237, 120, 447, 235, 8582, 99, 108, 4789, 78, 370, 2120, 0, 8920, 318, 83, 390, 259, 12060, 2436, 654, 18511, 545, 29278, 30]), + ("I'm feeling 😊 very happy today 😍", [40, 1101, 4203, 30325, 232, 845, 3772, 1909, 30325, 235]), + ("🍔 Let's grab some food 🍟 and hang out 🎉", [8582, 235, 242, 3914, 338, 5552, 617, 2057, 12520, 235, 253, 290, 8181, 503, 12520, 236, 231]), + ("🌸 Spring is my favorite season 🌺 what's yours?", [8582, 234, 116, 8225, 318, 616, 4004, 1622, 12520, 234, 118, 644, 338, 12431, 30]), + ("⚽ I love playing sports 🎾 especially tennis 🏸", [158, 248, 121, 314, 1842, 2712, 5701, 12520, 236, 122, 2592, 20790, 12520, 237, 116]), + ("🎥 I just watched the latest movie 🎞️ and it was amazing 🤩", [8582, 236, 98, 314, 655, 7342, 262, 3452, 3807, 12520, 236, 252, 37929, 290, 340, 373, 4998, 12520, 97, 102]), + ("I can't wait for 🎄 Christmas 🎁 to arrive 🎅", [40, 460, 470, 4043, 329, 12520, 236, 226, 6786, 12520, 236, 223, 284, 9240, 12520, 236, 227]), + ("📚 I'm currently reading a new book 📖 and it's so interesting 🤓", [8582, 241, 248, 314, 1101, 3058, 3555, 257, 649, 1492, 12520, 241, 244, 290, 340, 338, 523, 3499, 12520, 97, 241]), + ("🌊 The beach 🏖️ is my favorite place to relax and unwind 🧘‍♂️", [8582, 234, 232, 383, 10481, 12520, 237, 244, 37929, 318, 616, 4004, 1295, 284, 8960, 290, 7379, 521, 12520, 100, 246, 447, 235, 17992, 224, 37929]), + ("🚗 Road trips 🛣️ are so much fun 🎉 I love traveling 🌍", [8582, 248, 245, 5567, 13229, 12520, 249, 96, 37929, 389, 523, 881, 1257, 12520, 236, 231, 314, 1842, 11300, 12520, 234, 235]), + ("🍿 I'm going to watch a movie 🎬 tonight with some popcorn 🍫", [8582, 235, 123, 314, 1101, 1016, 284, 2342, 257, 3807, 12520, 236, 105, 9975, 351, 617, 38914, 12520, 235, 104]), + ("🍕 Pizza 🍟 is my all-time favorite food 🍔 what's yours?", [8582, 235, 243, 20952, 12520, 235, 253, 318, 616, 477, 12, 2435, 4004, 2057, 12520, 235, 242, 644, 338, 12431, 30]), + ("🌅 The sunrise 🌄 is one of the most beautiful things I've ever seen 🌞", [8582, 234, 227, 383, 40048, 12520, 234, 226, 318, 530, 286, 262, 749, 4950, 1243, 314, 1053, 1683, 1775, 12520, 234, 252]), + ("🏰 I love visiting castles 🏯 and learning about their history 📜", [8582, 237, 108, 314, 1842, 10013, 49203, 12520, 237, 107, 290, 4673, 546, 511, 2106, 12520, 241, 250]), + ("💻 I spend most of my time on the computer ⌨️ working on projects 💼", [8582, 240, 119, 314, 4341, 749, 286, 616, 640, 319, 262, 3644, 2343, 234, 101, 37929, 1762, 319, 4493, 12520, 240, 120]), + ("📺 I'm currently binge-watching a new series 🍿 and it's so good 🤩", [8582, 241, 118, 314, 1101, 3058, 34735, 12, 50042, 257, 649, 2168, 12520, 235, 123, 290, 340, 338, 523, 922, 12520, 97, 102]), + ("🎨 Art 🖌️ is one of my favorite hobbies 🎭 what do you like to do?", [8582, 236, 101, 3683, 12520, 244, 234, 37929, 318, 530, 286, 616, 4004, 45578, 12520, 236, 255, 644, 466, 345, 588, 284, 466, 30]), + ("🎶 I love listening to music 🎧 especially while working 🎹", [8582, 236, 114, 314, 1842, 8680, 284, 2647, 12520, 236, 100, 2592, 981, 1762, 12520, 236, 117]), + ("🏞️ Nature 🌲 is so beautiful 🌳 I love going on hikes 🚶‍♂️", [8582, 237, 252, 37929, 10362, 12520, 234, 110, 318, 523, 4950, 12520, 234, 111, 314, 1842, 1016, 319, 34309, 12520, 248, 114, 447, 235, 17992, 224, 37929]), + ("🌌 The stars ✨ are so mesmerizing 🌟 I love stargazing 🌠", [8582, 234, 234, 383, 5788, 14519, 101, 389, 523, 46814, 2890, 12520, 234, 253, 314, 1842, 336, 853, 4070, 12520, 234, 254]), + ("📷 Photography 📸 is one of my favorite hobbies 🌉 what's yours?", [8582, 241, 115, 32461, 12520, 241, 116, 318, 530, 286, 616, 4004, 45578, 12520, 234, 231, 644, 338, 12431, 30]), + ("🍦 Ice cream 🍨 is my go-to dessert 🎂 what's yours?", [8582, 235, 99, 6663, 8566, 12520, 235, 101, 318, 616, 467, 12, 1462, 23084, 12520, 236, 224, 644, 338, 12431, 30]), + ("🎡 I love going to amusement parks 🎢 and riding roller coasters 🎠", [8582, 236, 94, 314, 1842, 1016, 284, 30184, 14860, 12520, 236, 95, 290, 10311, 24471, 763, 7060, 12520, 236, 254]), + ("🐶 Dogs 🐕 are the best 🐾 what's your favorite animal?", [8582, 238, 114, 21367, 12520, 238, 243, 389, 262, 1266, 12520, 238, 122, 644, 338, 534, 4004, 5044, 30]), + ("🌈 Rainbows 🌈 are so beautiful 🌞 they make me so happy 🌸", [8582, 234, 230, 10301, 25435, 12520, 234, 230, 389, 523, 4950, 12520, 234, 252, 484, 787, 502, 523, 3772, 12520, 234, 116]), + ("🚣‍♀️ I love kayaking 🛶 it's so peaceful on the water 🌊", [8582, 248, 96, 447, 235, 17992, 222, 37929, 314, 1842, 34681, 868, 12520, 249, 114, 340, 338, 523, 12309, 319, 262, 1660, 12520, 234, 232]), + ("🎮 Video games 🎲 are so much fun 🕹️ what's your favorite game?", [8582, 236, 106, 7623, 1830, 12520, 236, 110, 389, 523, 881, 1257, 12520, 243, 117, 37929, 644, 338, 534, 4004, 983, 30]), + ("🏠 Home 🏡 is my favorite place to be 🌅 where's yours?", [8582, 237, 254, 5995, 12520, 237, 94, 318, 616, 4004, 1295, 284, 307, 12520, 234, 227, 810, 338, 12431, 30]), + ("🍩 Donuts 🍩 are my favorite snack 🍫 what's yours?", [8582, 235, 102, 2094, 5500, 12520, 235, 102, 389, 616, 4004, 26906, 12520, 235, 104, 644, 338, 12431, 30]), + ("🚴‍♀️ I love going for bike rides 🚴‍♂️ it's a great way to stay active 🏃‍♀️", [8582, 248, 112, 447, 235, 17992, 222, 37929, 314, 1842, 1016, 329, 7161, 17445, 12520, 248, 112, 447, 235, 17992, 224, 37929, 340, 338, 257, 1049, 835, 284, 2652, 4075, 12520, 237, 225, 447, 235, 17992, 222, 37929]), + ("👩‍🍳 Cooking 👨‍🍳 is one of my favorite hobbies 🍲 what do you like to cook?", [41840, 102, 447, 235, 8582, 235, 111, 33774, 50169, 101, 447, 235, 8582, 235, 111, 318, 530, 286, 616, 4004, 45578, 12520, 235, 110, 644, 466, 345, 588, 284, 4255, 30]), + ("🍁 Fall 🍂 is my favorite season 🍃 what's yours?", [8582, 235, 223, 7218, 12520, 235, 224, 318, 616, 4004, 1622, 12520, 235, 225, 644, 338, 12431, 30]), + ("🎄 Christmas 🎅 is my favorite holiday 🎁 what's yours?", [8582, 236, 226, 6786, 12520, 236, 227, 318, 616, 4004, 9912, 12520, 236, 223, 644, 338, 12431, 30]), + ("🌞 Let's enjoy the beautiful day at the beach, swimming in the 🌊 and soaking up the ☀️!", [8582, 234, 252, 3914, 338, 2883, 262, 4950, 1110, 379, 262, 10481, 11, 14899, 287, 262, 12520, 234, 232, 290, 41714, 510, 262, 34719, 222, 37929, 0]), + ("👨‍👩‍👧‍👦 Family is the most important thing in life. Spending time with your loved ones is priceless! ❤️", [41840, 101, 447, 235, 41840, 102, 447, 235, 41840, 100, 447, 235, 41840, 99, 7884, 318, 262, 749, 1593, 1517, 287, 1204, 13, 43902, 640, 351, 534, 6151, 3392, 318, 49083, 0, 43074, 97, 37929]), + ("🎉 Let's celebrate the special occasion with a huge party, with lots of 🎁 and 🎂 for everyone to enjoy!", [8582, 236, 231, 3914, 338, 10648, 262, 2041, 6695, 351, 257, 3236, 2151, 11, 351, 6041, 286, 12520, 236, 223, 290, 12520, 236, 224, 329, 2506, 284, 2883, 0]), + ("📖 Reading is one of the best ways to expand your knowledge and imagination. There's a book out there for everyone! 📚", [8582, 241, 244, 11725, 318, 530, 286, 262, 1266, 2842, 284, 4292, 534, 3725, 290, 13843, 13, 1318, 338, 257, 1492, 503, 612, 329, 2506, 0, 12520, 241, 248]), + ("👍 Positive thinking can change your life. Believe in yourself and the possibilities that the future holds! 😃", [41840, 235, 33733, 3612, 460, 1487, 534, 1204, 13, 32018, 287, 3511, 290, 262, 12779, 326, 262, 2003, 6622, 0, 30325, 225]), + ("🌲 Nature is full of wonders, from the 🌺 and 🌸 in the spring to the 🍁 and 🍂 in the fall. Take a walk and enjoy the beauty around you!", [8582, 234, 110, 10362, 318, 1336, 286, 19294, 11, 422, 262, 12520, 234, 118, 290, 12520, 234, 116, 287, 262, 6076, 284, 262, 12520, 235, 223, 290, 12520, 235, 224, 287, 262, 2121, 13, 7214, 257, 2513, 290, 2883, 262, 8737, 1088, 345, 0]), + ("💻 Technology is constantly changing and improving our lives. We can connect with people all over the world and access information at our fingertips!", [8582, 240, 119, 8987, 318, 7558, 5609, 290, 10068, 674, 3160, 13, 775, 460, 2018, 351, 661, 477, 625, 262, 995, 290, 1895, 1321, 379, 674, 40142, 0]), + ("🎵 Music has the power to inspire and uplift us. Whether it's 🎧 on your headphones or a live concert, let the rhythm move you!", [8582, 236, 113, 7849, 468, 262, 1176, 284, 18330, 290, 28996, 2135, 514, 13, 10127, 340, 338, 12520, 236, 100, 319, 534, 22537, 393, 257, 2107, 10010, 11, 1309, 262, 18662, 1445, 345, 0]), + ("🌎 We all share this planet and have a responsibility to take care of it. Let's work together to create a sustainable future for generations to come!", [8582, 234, 236, 775, 477, 2648, 428, 5440, 290, 423, 257, 5798, 284, 1011, 1337, 286, 340, 13, 3914, 338, 670, 1978, 284, 2251, 257, 13347, 2003, 329, 10439, 284, 1282, 0]), + ("👀 Seeing the world through someone else's eyes can broaden your perspective and help you grow as a person. Be open-minded and empathetic!", [41840, 222, 25913, 262, 995, 832, 2130, 2073, 338, 2951, 460, 44870, 534, 6650, 290, 1037, 345, 1663, 355, 257, 1048, 13, 1355, 1280, 12, 14543, 290, 795, 8071, 6587, 0]), + ("🍔 Food is a universal language that brings people together. From 🍕 to 🍣, there's something for everyone to enjoy!", [8582, 235, 242, 7318, 318, 257, 10112, 3303, 326, 6774, 661, 1978, 13, 3574, 12520, 235, 243, 284, 12520, 235, 96, 11, 612, 338, 1223, 329, 2506, 284, 2883, 0]), + ("💪 Challenges are a part of life, but they also make us stronger and more resilient. Don't give up, keep pushing forward!", [8582, 240, 103, 44495, 389, 257, 636, 286, 1204, 11, 475, 484, 635, 787, 514, 7387, 290, 517, 30738, 13, 2094, 470, 1577, 510, 11, 1394, 7796, 2651, 0]), + ("😴 Getting enough sleep is crucial for our health and wellbeing. Make sure you prioritize rest and relaxation in your daily routine!", [47249, 112, 18067, 1576, 3993, 318, 8780, 329, 674, 1535, 290, 40013, 13, 6889, 1654, 345, 32980, 1334, 290, 34205, 287, 534, 4445, 8027, 0]), + ("🤝 Building strong relationships with others can enrich your life and bring joy and fulfillment. Take the time to connect and nurture your friendships!", [8582, 97, 251, 11819, 1913, 6958, 351, 1854, 460, 22465, 534, 1204, 290, 2222, 8716, 290, 32402, 13, 7214, 262, 640, 284, 2018, 290, 43414, 534, 34596, 0]), + ("🚀 We have the potential to achieve great things, but it takes hard work and determination. Dream big and chase your goals!", [8582, 248, 222, 775, 423, 262, 2785, 284, 4620, 1049, 1243, 11, 475, 340, 2753, 1327, 670, 290, 12123, 13, 7610, 1263, 290, 15505, 534, 4661, 0]), + ("🧘‍♀️ Practicing mindfulness and meditation can help reduce stress and improve mental clarity. Take a few deep breaths and find your inner peace!", [8582, 100, 246, 447, 235, 17992, 222, 37929, 13672, 6345, 35502, 290, 16901, 460, 1037, 4646, 5503, 290, 2987, 5110, 16287, 13, 7214, 257, 1178, 2769, 45576, 290, 1064, 534, 8434, 4167, 0]), + ("🎨 Creativity comes in many forms, from painting and writing to music and dance. Let your imagination run wild and express yourself!", [8582, 236, 101, 7921, 3458, 2058, 287, 867, 5107, 11, 422, 12036, 290, 3597, 284, 2647, 290, 9280, 13, 3914, 534, 13843, 1057, 4295, 290, 4911, 3511, 0]), + ("👨‍🏫 Education is a lifelong journey that can open doors to new opportunities and perspectives. Keep learning and growing every day!", [41840, 101, 447, 235, 8582, 237, 104, 7868, 318, 257, 25837, 7002, 326, 460, 1280, 8215, 284, 649, 6443, 290, 22582, 13, 9175, 4673, 290, 3957, 790, 1110, 0]), + ("🏋️‍♀️ Exercise is essential for our physical and mental health. Whether it's a workout at the gym or a walk in the park, make movement a priority!", [8582, 237, 233, 37929, 447, 235, 17992, 222, 37929, 32900, 318, 6393, 329, 674, 3518, 290, 5110, 1535, 13, 10127, 340, 338, 257, 17578, 379, 262, 11550, 393, 257, 2513, 287, 262, 3952, 11, 787, 3356, 257, 8475, 0]), + ("🧘‍♂️ Yoga is a wonderful way to improve flexibility, strength, and relaxation. Find a class or practice at home and feel the benefits!", [8582, 100, 246, 447, 235, 17992, 224, 37929, 32856, 318, 257, 7932, 835, 284, 2987, 13688, 11, 4202, 11, 290, 34205, 13, 9938, 257, 1398, 393, 3357, 379, 1363, 290, 1254, 262, 4034, 0]), + ("🌟 Every person has their own unique talents and gifts. Embrace your individuality and shine your light for the world to see!", [8582, 234, 253, 3887, 1048, 468, 511, 898, 3748, 18054, 290, 13201, 13, 2295, 46565, 534, 48960, 290, 18340, 534, 1657, 329, 262, 995, 284, 766, 0]), + ("📈 Success is different for everyone, but it always requires hard work and dedication. Set goals and take action to make your dreams a reality!", [8582, 241, 230, 16282, 318, 1180, 329, 2506, 11, 475, 340, 1464, 4433, 1327, 670, 290, 22445, 13, 5345, 4661, 290, 1011, 2223, 284, 787, 534, 10625, 257, 3950, 0]), + ("Ïâ kòtã ńã hî ílà tò wẹyí fún ìbẹ̀rẹ̀, tún dédé òun kò wá. 😂🤣😜", [127, 237, 22940, 479, 127, 110, 83, 26102, 25370, 226, 26102, 289, 34803, 6184, 255, 75, 24247, 256, 127, 110, 266, 157, 118, 117, 88, 8836, 277, 21356, 77, 6184, 105, 65, 157, 118, 117, 136, 222, 81, 157, 118, 117, 136, 222, 11, 256, 21356, 77, 39073, 67, 2634, 6184, 110, 403, 479, 127, 110, 266, 6557, 13, 30325, 224, 8582, 97, 96, 47249, 250]), + ("আমি আপনাকে ভালো জানি না, কিন্তু তুমি সুন্দর। 😊💕🌹", [48071, 228, 48071, 106, 48071, 123, 220, 48071, 228, 48071, 103, 48071, 101, 48071, 122, 48071, 243, 156, 100, 229, 220, 48071, 255, 48071, 122, 48071, 110, 156, 100, 233, 220, 48071, 250, 48071, 122, 48071, 101, 48071, 123, 220, 48071, 101, 48071, 122, 11, 220, 48071, 243, 48071, 123, 48071, 101, 156, 100, 235, 48071, 97, 156, 100, 223, 220, 48071, 97, 156, 100, 223, 48071, 106, 48071, 123, 220, 48071, 116, 156, 100, 223, 48071, 101, 156, 100, 235, 48071, 99, 48071, 108, 24231, 97, 30325, 232, 8582, 240, 243, 8582, 234, 117]), + ("Is cian dom bheith ag caint leat, ach is breá liom tú fós. ❤️🥰😘", [3792, 269, 666, 2401, 275, 258, 342, 556, 269, 2913, 443, 265, 11, 257, 354, 318, 1449, 6557, 7649, 296, 256, 21356, 277, 10205, 82, 13, 43074, 97, 37929, 8582, 98, 108, 47249, 246]), + ("शब्द बदलों और शब्दों की इनकार करने की कला एक नैतिक कला है। 😇🙏🌺", [11976, 114, 11976, 105, 24231, 235, 11976, 99, 28225, 105, 11976, 99, 11976, 110, 24231, 233, 11976, 224, 28225, 242, 11976, 108, 28225, 114, 11976, 105, 24231, 235, 11976, 99, 24231, 233, 11976, 224, 28225, 243, 24231, 222, 28225, 229, 11976, 101, 11976, 243, 48077, 11976, 108, 28225, 243, 11976, 108, 11976, 101, 24231, 229, 28225, 243, 24231, 222, 28225, 243, 11976, 110, 48077, 28225, 237, 11976, 243, 28225, 101, 24231, 230, 11976, 97, 11976, 123, 11976, 243, 28225, 243, 11976, 110, 48077, 28225, 117, 24231, 230, 24231, 97, 30325, 229, 8582, 247, 237, 8582, 234, 118]), + ("Ma imniġġihx li għandek tgħidli? Biss qalbi u inti tnixtieq u aqbel. ❤️😍💘", [21467, 545, 8461, 128, 94, 128, 94, 4449, 87, 7649, 308, 128, 100, 392, 988, 256, 70, 128, 100, 312, 4528, 30, 347, 747, 10662, 282, 8482, 334, 493, 72, 256, 77, 6346, 494, 80, 334, 257, 80, 6667, 13, 43074, 97, 37929, 47249, 235, 8582, 240, 246]), + ("وتحتفظ اللغة بقدرتها العجيبة على التلاعب بالأشياء. 🤯🤔😎", [30335, 41486, 148, 255, 41486, 149, 223, 148, 116, 28981, 13862, 148, 118, 45632, 17550, 101, 149, 224, 38843, 26897, 41486, 29519, 12919, 28981, 44690, 148, 105, 22654, 39848, 45632, 17550, 117, 13862, 149, 231, 28981, 41486, 13862, 34247, 117, 39848, 17550, 101, 23525, 148, 96, 148, 112, 22654, 34247, 94, 13, 12520, 97, 107, 8582, 97, 242, 47249, 236]), + ("Nihayetinde seni anlıyorum, ama hala seni seviyorum. 😘💖👄", [45, 4449, 323, 316, 521, 68, 3308, 72, 281, 75, 30102, 88, 19220, 11, 716, 64, 289, 6081, 3308, 72, 384, 85, 7745, 19220, 13, 30325, 246, 8582, 240, 244, 41840, 226]), + ("Če lahko kdo razume, kaj pišem, potem sem v resnih težavah. 😅🤔😜", [128, 234, 68, 300, 993, 7204, 479, 4598, 374, 1031, 2454, 11, 479, 1228, 31028, 32790, 368, 11, 1787, 368, 5026, 410, 581, 37373, 573, 129, 122, 615, 993, 13, 12520, 11805, 8582, 97, 242, 47249, 250]), + ("Jeg prøver å finne ord, men hodet mitt er fullt av troll. 🧝‍♀️🧝‍♂️👹", [41, 1533, 778, 24172, 332, 6184, 98, 957, 710, 2760, 11, 1450, 289, 375, 316, 285, 715, 1931, 1336, 83, 1196, 13278, 13, 12520, 100, 251, 447, 235, 17992, 222, 37929, 8582, 100, 251, 447, 235, 17992, 224, 37929, 41840, 117]), + ("Porque el arte siempre está en lo que parece imposible de hacer. 😎🎨🎭", [47, 273, 4188, 1288, 46252, 264, 26597, 3866, 1556, 6557, 551, 2376, 8358, 279, 533, 344, 848, 418, 856, 390, 289, 11736, 13, 30325, 236, 8582, 236, 101, 8582, 236, 255]), + ("Začinjam razmišljati da sam ja jedina osoba koju znam koja se iskreno ne voli. 😔🤔😩", [57, 64, 46195, 259, 39159, 374, 1031, 11632, 32790, 75, 73, 7246, 12379, 6072, 45091, 474, 276, 1437, 267, 568, 7012, 479, 13210, 84, 1976, 7402, 41727, 6592, 384, 318, 74, 918, 78, 497, 2322, 72, 13, 30325, 242, 8582, 97, 242, 47249, 102]), + ("Tidak peduli seberapa kuat Anda, akan selalu ada orang yang lebih kuat. 😔🤜🤛", [51, 312, 461, 7190, 32176, 384, 527, 32678, 479, 84, 265, 843, 64, 11, 257, 27541, 384, 75, 282, 84, 512, 64, 393, 648, 331, 648, 443, 65, 4449, 479, 84, 265, 13, 30325, 242, 8582, 97, 250, 8582, 97, 249]), + ("Seyahat etmek, kendimizi keşfetmemizi sağlar. 🌎🧳🚗", [50, 2959, 993, 265, 2123, 76, 988, 11, 479, 437, 320, 528, 72, 885, 46481, 34045, 11883, 528, 72, 473, 33133, 21681, 13, 12520, 234, 236, 8582, 100, 111, 8582, 248, 245]), + ("Kdybych byl opilý, řekl bych ti něco krásného. 🍺😜🥴", [42, 9892, 1525, 354, 416, 75, 1034, 346, 127, 121, 11, 25370, 247, 988, 75, 416, 354, 46668, 299, 128, 249, 1073, 479, 81, 6557, 16184, 2634, 8873, 13, 12520, 235, 118, 47249, 250, 8582, 98, 112]), + ("Der Mensch hat die Fähigkeit, seine Wahrnehmung zu verändern. 🤯🤔🌌", [28532, 43103, 354, 6877, 4656, 376, 11033, 25196, 365, 270, 11, 384, 500, 35893, 81, 710, 23940, 2150, 1976, 84, 3326, 11033, 681, 77, 13, 12520, 97, 107, 8582, 97, 242, 8582, 234, 234]), + ("Не знаю, что тебе сказать, но ты мне нравишься. 😘💕👄", [140, 251, 16843, 12466, 115, 22177, 16142, 141, 236, 11, 220, 141, 229, 20375, 15166, 220, 20375, 16843, 140, 109, 16843, 220, 21727, 31583, 16142, 140, 115, 16142, 20375, 45367, 11, 12466, 121, 15166, 220, 20375, 45035, 12466, 120, 22177, 16843, 12466, 121, 21169, 16142, 38857, 18849, 141, 230, 45367, 21727, 40623, 13, 30325, 246, 8582, 240, 243, 41840, 226]), + ("En ny dag, en ny start, en ny sjanse til å gjøre noe fantastisk. 🌅🌞🌟", [4834, 299, 88, 48924, 11, 551, 299, 88, 923, 11, 551, 299, 88, 264, 13881, 325, 21502, 6184, 98, 308, 73, 24172, 260, 645, 68, 5113, 459, 1984, 13, 12520, 234, 227, 8582, 234, 252, 8582, 234, 253]), + ("Jeg er lei av å være lei av alt. 😒🤷‍♀️😔", [41, 1533, 1931, 443, 72, 1196, 6184, 98, 410, 21241, 260, 443, 72, 1196, 5988, 13, 30325, 240, 8582, 97, 115, 447, 235, 17992, 222, 37929, 47249, 242]), + ("Hey! Wie geht's? Ich hoffe, es geht dir gut! 🙂", [10814, 0, 50259, 370, 494, 4903, 4352, 338, 30, 26364, 289, 2364, 68, 11, 1658, 4903, 4352, 26672, 12500, 0, 32485]), + ("Buongiorno! Come stai? Spero che tutto stia andando bene! 🌞", [38374, 506, 72, 46447, 0, 7911, 336, 1872, 30, 311, 525, 78, 1125, 9732, 1462, 336, 544, 290, 25440, 10004, 0, 12520, 234, 252]), + ("Bonjour ! Comment vas-tu ? J'espère que tu te portes bien ! 🌼", [20682, 73, 454, 5145, 18957, 34439, 12, 28047, 5633, 449, 6, 9774, 35979, 8358, 12777, 573, 2493, 274, 275, 2013, 5145, 12520, 234, 120]), + ("Hallo daar! Hoe gaat het? Ik hoop dat het goed met je gaat! 😊", [34194, 78, 12379, 283, 0, 367, 2577, 31986, 265, 339, 83, 30, 32840, 44792, 4818, 339, 83, 467, 276, 1138, 11223, 31986, 265, 0, 30325, 232]), + ("Guten Tag! Wie geht es Ihnen? Ich hoffe, es geht Ihnen gut! 🌻", [38, 7809, 17467, 0, 370, 494, 4903, 4352, 1658, 314, 21116, 268, 30, 26364, 289, 2364, 68, 11, 1658, 4903, 4352, 314, 21116, 268, 12500, 0, 12520, 234, 119]), + ("¡Hola! ¿Cómo estás? Espero que estés bien! 🌺", [126, 94, 39, 5708, 0, 1587, 123, 34, 10205, 5908, 1556, 40138, 30, 42083, 78, 8358, 1556, 20954, 275, 2013, 0, 12520, 234, 118]), + ("Salut! Comment ça va? J'espère que tout va bien pour toi! 🍀", [19221, 315, 0, 18957, 6184, 100, 64, 46935, 30, 449, 6, 9774, 35979, 8358, 256, 448, 46935, 275, 2013, 12797, 284, 72, 0, 12520, 235, 222]), + ("Ciao! Come va? Spero che tu stia bene! 🍕", [34, 13481, 0, 7911, 46935, 30, 311, 525, 78, 1125, 12777, 336, 544, 10004, 0, 12520, 235, 243]), + ("Здравствуйте! Как поживаете? Надеюсь, у вас все хорошо! ☀️", [140, 245, 43666, 21169, 16142, 38857, 21727, 20375, 38857, 35072, 140, 117, 20375, 16843, 0, 12466, 248, 16142, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 16843, 20375, 16843, 30, 12466, 251, 16142, 43666, 16843, 141, 236, 21727, 45367, 11, 220, 35072, 12466, 110, 16142, 21727, 12466, 110, 21727, 16843, 220, 141, 227, 15166, 21169, 15166, 141, 230, 15166, 0, 34719, 222, 37929]), + ("Hej! Hur mår du? Jag hoppas att du mår bra! 🌈", [1544, 73, 0, 10077, 285, 29090, 81, 7043, 30, 35687, 8169, 381, 292, 708, 7043, 285, 29090, 81, 8290, 0, 12520, 234, 230]), + ("Hallo! Wie geht's? Ich hoffe, es geht dir gut! 🎉", [34194, 78, 0, 370, 494, 4903, 4352, 338, 30, 26364, 289, 2364, 68, 11, 1658, 4903, 4352, 26672, 12500, 0, 12520, 236, 231]), + ("Привет! Как дела? Надеюсь, у тебя все хорошо! 🌸", [140, 253, 21169, 18849, 38857, 16843, 20375, 0, 12466, 248, 16142, 31583, 12466, 112, 16843, 30143, 16142, 30, 12466, 251, 16142, 43666, 16843, 141, 236, 21727, 45367, 11, 220, 35072, 220, 20375, 16843, 140, 109, 40623, 12466, 110, 21727, 16843, 220, 141, 227, 15166, 21169, 15166, 141, 230, 15166, 0, 12520, 234, 116]), + ("Hello! How are you? I hope you're doing well! 🌟", [15496, 0, 1374, 389, 345, 30, 314, 2911, 345, 821, 1804, 880, 0, 12520, 234, 253]), + ("I can't believe it! It's finally happening!!!", [40, 460, 470, 1975, 340, 0, 632, 338, 3443, 5836, 10185]), + ("What in the world are you doing???!!!", [2061, 287, 262, 995, 389, 345, 1804, 28358, 10185]), + ("I need more time... I'm not ready yet....", [40, 761, 517, 640, 986, 314, 1101, 407, 3492, 1865, 1106]), + ("Oh no, not again....", [5812, 645, 11, 407, 757, 1106]), + ("That's it! I'm done with this nonsense...", [2504, 338, 340, 0, 314, 1101, 1760, 351, 428, 18149, 986]), + ("Why did you do that? You knew it was wrong!!", [5195, 750, 345, 466, 326, 30, 921, 2993, 340, 373, 2642, 3228]), + ("I have a feeling something bad is going to happen...", [40, 423, 257, 4203, 1223, 2089, 318, 1016, 284, 1645, 986]), + ("This is madness!!!", [1212, 318, 23208, 10185]), + ("I thought I was ready, but now I'm not so sure....", [40, 1807, 314, 373, 3492, 11, 475, 783, 314, 1101, 407, 523, 1654, 1106]), + ("Where did you come from??? I didn't see you there....", [8496, 750, 345, 1282, 422, 28358, 314, 1422, 470, 766, 345, 612, 1106]), + ("print('Hello, world!')", [4798, 10786, 15496, 11, 995, 0, 11537]), + ("System.out.println('Hello, world!');", [11964, 13, 448, 13, 35235, 10786, 15496, 11, 995, 13679, 1776]), + ("console.log('Hello, world!');", [41947, 13, 6404, 10786, 15496, 11, 995, 13679, 1776]), + ("printf('Hello, world!\\\\n');", [37435, 10786, 15496, 11, 995, 0, 6852, 77, 24036]), + ("echo 'Hello, world!';", [30328, 705, 15496, 11, 995, 13679, 26]), + ("puts 'Hello, world!';", [1996, 82, 705, 15496, 11, 995, 13679, 26]), + ("MessageBox.Show('Hello, world!');", [12837, 14253, 13, 15307, 10786, 15496, 11, 995, 13679, 1776]), + ("alert('Hello, world!');", [44598, 10786, 15496, 11, 995, 13679, 1776]), + ("document.write('Hello, world!');", [22897, 13, 13564, 10786, 15496, 11, 995, 13679, 1776]), + ("cout << 'Hello, world!' << endl;", [66, 448, 9959, 705, 15496, 11, 995, 13679, 9959, 886, 75, 26]), + ("NSLog(@'Hello, world!');", [8035, 11187, 7, 31, 6, 15496, 11, 995, 13679, 1776]), + ("Debug.Log('Hello, world!');", [27509, 13, 11187, 10786, 15496, 11, 995, 13679, 1776]), + ("print('Hello, world!', end='');", [4798, 10786, 15496, 11, 995, 0, 3256, 886, 28, 7061, 1776]), + ("System.Console.WriteLine('Hello, world!');", [11964, 13, 47581, 13, 16594, 13949, 10786, 15496, 11, 995, 13679, 1776]), + ("echo('Hello, world!');", [30328, 10786, 15496, 11, 995, 13679, 1776]), + ("write('Hello, world!');", [13564, 10786, 15496, 11, 995, 13679, 1776]), + ("print('Hello, world!\\\\n', end='')", [4798, 10786, 15496, 11, 995, 0, 6852, 77, 3256, 886, 28, 7061, 8]), + ("console.log(`Hello, world!`);", [41947, 13, 6404, 7, 63, 15496, 11, 995, 0, 63, 1776]), + ("document.getElementById('output').innerHTML = 'Hello, world!';", [22897, 13, 1136, 20180, 48364, 10786, 22915, 27691, 5083, 28656, 796, 705, 15496, 11, 995, 13679, 26]), + ("alert('Hello, world!');", [44598, 10786, 15496, 11, 995, 13679, 1776]), + ("MessageBox.Show('Hello, world!');", [12837, 14253, 13, 15307, 10786, 15496, 11, 995, 13679, 1776]), + ("print('Hello, world!', sep='', end='\\\\n')", [4798, 10786, 15496, 11, 995, 0, 3256, 41767, 11639, 3256, 886, 11639, 6852, 77, 11537]), + ("print('Hello,', ' world!')", [4798, 10786, 15496, 11, 3256, 705, 995, 0, 11537]), + ("console.log('Hello,', ' world!');", [41947, 13, 6404, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("puts('Hello,', ' world!');", [1996, 82, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("alert('Hello,', ' world!');", [44598, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("printf('Hello, %s!', 'world');", [37435, 10786, 15496, 11, 4064, 82, 0, 3256, 705, 6894, 24036]), + ("document.write('Hello,', ' world!');", [22897, 13, 13564, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("cout << 'Hello,' << ' world!' << endl;", [66, 448, 9959, 705, 15496, 4032, 9959, 705, 995, 13679, 9959, 886, 75, 26]), + ("NSLog(@'Hello,%@ world!', ',');", [8035, 11187, 7, 31, 6, 15496, 11, 4, 31, 995, 0, 3256, 705, 4032, 1776]), + ("Debug.Log('Hello,' + ' world!');", [27509, 13, 11187, 10786, 15496, 4032, 1343, 705, 995, 13679, 1776]), + ("MessageBox.Show('Hello,' + ' world!');", [12837, 14253, 13, 15307, 10786, 15496, 4032, 1343, 705, 995, 13679, 1776]), + ("console.log(`Hello,${' world!'}\\\\n`);", [41947, 13, 6404, 7, 63, 15496, 11, 38892, 6, 995, 13679, 92, 6852, 77, 63, 1776]), + ("System.Console.WriteLine('Hello,' + ' world!');", [11964, 13, 47581, 13, 16594, 13949, 10786, 15496, 4032, 1343, 705, 995, 13679, 1776]), + ("echo('Hello,', ' world!');", [30328, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("write('Hello,', ' world!');", [13564, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("print('Hello,', ' world!', sep='')", [4798, 10786, 15496, 11, 3256, 705, 995, 0, 3256, 41767, 28, 7061, 8]), + ("alert('Hello,', ' world!');", [44598, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("printf('Hello, %s%s', ',', ' world!');", [37435, 10786, 15496, 11, 4064, 82, 4, 82, 3256, 46083, 3256, 705, 995, 13679, 1776]), + ("const numbers = [1, 2, 3, 4, 5].map(n => n * 2).filter(n => n % 4 === 0);", [9979, 3146, 796, 685, 16, 11, 362, 11, 513, 11, 604, 11, 642, 4083, 8899, 7, 77, 5218, 299, 1635, 362, 737, 24455, 7, 77, 5218, 299, 4064, 604, 24844, 657, 1776]), + ("function factorial(n) { return n === 1 ? 1 : n * factorial(n - 1) }", [8818, 1109, 5132, 7, 77, 8, 1391, 1441, 299, 24844, 352, 5633, 352, 1058, 299, 1635, 1109, 5132, 7, 77, 532, 352, 8, 1782]), + ("const words = ['foo', 'bar', 'baz']; const capitalizedWords = words.map(word => word[0].toUpperCase() + word.slice(1));", [9979, 2456, 796, 37250, 21943, 3256, 705, 5657, 3256, 705, 65, 1031, 6, 11208, 1500, 3139, 1143, 37117, 796, 2456, 13, 8899, 7, 4775, 5218, 1573, 58, 15, 4083, 1462, 52, 2848, 20448, 3419, 1343, 1573, 13, 48369, 7, 16, 18125]), + ("SELECT * FROM users WHERE age > 18 AND city = 'New York';", [46506, 1635, 16034, 2985, 33411, 2479, 1875, 1248, 5357, 1748, 796, 705, 3791, 1971, 17020]), + ("def add(x: Int, y: Int): Int = x + y", [4299, 751, 7, 87, 25, 2558, 11, 331, 25, 2558, 2599, 2558, 796, 2124, 1343, 331]), + ("const dogs = [{ name: 'Fido', age: 3 }, { name: 'Rufus', age: 5 }]; const totalAge = dogs.reduce((acc, dog) => acc + dog.age, 0);", [9979, 6844, 796, 685, 90, 1438, 25, 705, 37, 17305, 3256, 2479, 25, 513, 8964, 1391, 1438, 25, 705, 49, 3046, 385, 3256, 2479, 25, 642, 1782, 11208, 1500, 2472, 23396, 796, 6844, 13, 445, 7234, 19510, 4134, 11, 3290, 8, 5218, 697, 1343, 3290, 13, 496, 11, 657, 1776]), + ("const sum = (a, b) => a + b; const multiply = (a, b) => a * b; const divide = (a, b) => a / b;", [9979, 2160, 796, 357, 64, 11, 275, 8, 5218, 257, 1343, 275, 26, 1500, 29162, 796, 357, 64, 11, 275, 8, 5218, 257, 1635, 275, 26, 1500, 14083, 796, 357, 64, 11, 275, 8, 5218, 257, 1220, 275, 26]), + ("var i: Int = 0; while (i < 10) { print(i); i += 1 }", [7785, 1312, 25, 2558, 796, 657, 26, 981, 357, 72, 1279, 838, 8, 1391, 3601, 7, 72, 1776, 1312, 15853, 352, 1782]), + ("public class Employee { private String name; private int age; public Employee(String name, int age) { this.name = name; this.age = age; } }", [11377, 1398, 36824, 1391, 2839, 10903, 1438, 26, 2839, 493, 2479, 26, 1171, 36824, 7, 10100, 1438, 11, 493, 2479, 8, 1391, 428, 13, 3672, 796, 1438, 26, 428, 13, 496, 796, 2479, 26, 1782, 1782]), + ("const fruits = ['apple', 'banana', 'orange', 'pear', 'grape']; const firstThree = fruits.slice(0, 3);", [9979, 15921, 796, 37250, 18040, 3256, 705, 3820, 2271, 3256, 705, 43745, 3256, 705, 431, 283, 3256, 705, 70, 13484, 6, 11208, 1500, 717, 12510, 796, 15921, 13, 48369, 7, 15, 11, 513, 1776]), + ("The world is an enormous and diverse place, filled with countless opportunities to explore and learn. From the bustling streets of New York City to the tranquil forests of the Amazon, each corner of the globe offers a unique perspective on life. 🌍🌳🌆", [464, 995, 318, 281, 9812, 290, 10084, 1295, 11, 5901, 351, 12925, 6443, 284, 7301, 290, 2193, 13, 3574, 262, 46609, 6483, 286, 968, 1971, 2254, 284, 262, 46944, 17039, 286, 262, 6186, 11, 1123, 5228, 286, 262, 13342, 4394, 257, 3748, 6650, 319, 1204, 13, 12520, 234, 235, 8582, 234, 111, 8582, 234, 228]), + ("Life is a journey filled with ups and downs, twists and turns. Along the way, we encounter both joy and sorrow, success and failure, love and heartbreak. But no matter what obstacles we face, we must always remember to stay true to ourselves and follow our dreams. 🌟💔🚶", [14662, 318, 257, 7002, 5901, 351, 19649, 290, 21838, 11, 30953, 290, 4962, 13, 17159, 262, 835, 11, 356, 8791, 1111, 8716, 290, 24140, 11, 1943, 290, 5287, 11, 1842, 290, 2612, 9032, 13, 887, 645, 2300, 644, 17648, 356, 1986, 11, 356, 1276, 1464, 3505, 284, 2652, 2081, 284, 6731, 290, 1061, 674, 10625, 13, 12520, 234, 253, 8582, 240, 242, 8582, 248, 114]), + ("Music has the power to move us in ways we never thought possible. From the soulful melodies of a blues guitar to the energetic beats of a hip-hop track, each genre has its own unique flavor and style. Whether you're a fan of classical symphonies or modern pop hits, there's something out there for everyone. 🎶🎤🎧", [22648, 468, 262, 1176, 284, 1445, 514, 287, 2842, 356, 1239, 1807, 1744, 13, 3574, 262, 5848, 913, 47077, 286, 257, 25570, 10047, 284, 262, 26758, 17825, 286, 257, 10359, 12, 8548, 2610, 11, 1123, 12121, 468, 663, 898, 3748, 9565, 290, 3918, 13, 10127, 345, 821, 257, 4336, 286, 15993, 5659, 746, 17300, 393, 3660, 1461, 7127, 11, 612, 338, 1223, 503, 612, 329, 2506, 13, 12520, 236, 114, 8582, 236, 97, 8582, 236, 100]), + ("Nature is a wondrous and awe-inspiring force, full of beauty and mystery. From the majesty of a soaring eagle to the delicate petals of a wildflower, every living thing has its own unique story to tell. By exploring and appreciating the natural world around us, we can gain a deeper understanding of ourselves and the world we live in. 🌿🐦🌷", [46934, 318, 257, 3135, 7596, 290, 25030, 12, 1040, 12987, 2700, 11, 1336, 286, 8737, 290, 10715, 13, 3574, 262, 48565, 286, 257, 32376, 31176, 284, 262, 19217, 4273, 874, 286, 257, 4295, 25547, 11, 790, 2877, 1517, 468, 663, 898, 3748, 1621, 284, 1560, 13, 2750, 13504, 290, 5763, 803, 262, 3288, 995, 1088, 514, 11, 356, 460, 4461, 257, 9211, 4547, 286, 6731, 290, 262, 995, 356, 2107, 287, 13, 12520, 234, 123, 8582, 238, 99, 8582, 234, 115]), + ("Art is a reflection of the human experience, a way of expressing our thoughts, feelings, and emotions through a variety of mediums. From painting and sculpture to literature and film, each form of art offers its own unique insights into the human condition. By exploring the works of artists throughout history and across the globe, we can gain a deeper appreciation for the diversity and richness of human culture. 🎨📚🎥", [8001, 318, 257, 14580, 286, 262, 1692, 1998, 11, 257, 835, 286, 16621, 674, 6066, 11, 7666, 11, 290, 10825, 832, 257, 4996, 286, 7090, 82, 13, 3574, 12036, 290, 26924, 284, 9285, 290, 2646, 11, 1123, 1296, 286, 1242, 4394, 663, 898, 3748, 17218, 656, 262, 1692, 4006, 13, 2750, 13504, 262, 2499, 286, 7912, 3690, 2106, 290, 1973, 262, 13342, 11, 356, 460, 4461, 257, 9211, 19163, 329, 262, 9573, 290, 46792, 286, 1692, 3968, 13, 12520, 236, 101, 8582, 241, 248, 8582, 236, 98]), + ("Quelle est votre couleur préférée?", [48, 2731, 293, 1556, 1993, 260, 2284, 293, 333, 778, 2634, 69, 42445, 22161, 30]), + ("Jaka jest Twoja ulubiona potrawa?", [41, 8130, 474, 395, 4930, 6592, 14856, 549, 32792, 1787, 1831, 64, 30]), + ("Qual é a sua música favorita?", [46181, 38251, 257, 424, 64, 285, 21356, 82, 3970, 2661, 5350, 30]), + ("Hvad er din yndlingssang?", [39, 85, 324, 1931, 16278, 331, 358, 17783, 82, 648, 30]), + ("Koji je tvoj omiljeni film?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 2646, 30]), + ("Quel est votre livre préféré?", [48, 2731, 1556, 1993, 260, 17717, 260, 778, 2634, 69, 2634, 29350, 30]), + ("Cuál es tu película favorita?", [46141, 6557, 75, 1658, 12777, 16176, 8836, 3129, 64, 2661, 5350, 30]), + ("Quel est votre endroit préféré pour voyager?", [48, 2731, 1556, 1993, 260, 886, 7775, 778, 2634, 69, 2634, 29350, 12797, 23291, 3536, 30]), + ("Jakie jest twoje ulubione miejsce na świecie?", [41, 461, 494, 474, 395, 734, 18015, 14856, 549, 7935, 285, 494, 8457, 344, 12385, 25370, 249, 86, 494, 66, 494, 30]), + ("Qual é o seu hobby favorito?", [46181, 38251, 267, 384, 84, 20005, 2661, 10094, 30]), + ("Quel est votre sport préféré?", [48, 2731, 1556, 1993, 260, 6332, 778, 2634, 69, 2634, 29350, 30]), + ("Quel est votre nom d'utilisateur #Trackmania ?", [48, 2731, 1556, 1993, 260, 4515, 288, 6, 22602, 271, 15093, 1303, 24802, 45733, 5633]), + ("What's your $ favorite car in Trackmania?", [2061, 338, 534, 720, 4004, 1097, 287, 17762, 45733, 30]), + ("¿Cuál es tu pista @Trackmania favorita?", [126, 123, 46141, 6557, 75, 1658, 12777, 11714, 64, 2488, 24802, 45733, 2661, 5350, 30]), + ("Jakiego narzędzia używasz do tworzenia torów w #Trackmania?", [41, 461, 494, 2188, 30083, 89, 128, 247, 67, 89, 544, 334, 129, 120, 88, 9776, 89, 466, 665, 273, 4801, 544, 7332, 10205, 86, 266, 1303, 24802, 45733, 30]), + ("What's your high $score in #Trackmania?", [2061, 338, 534, 1029, 720, 26675, 287, 1303, 24802, 45733, 30]), + ("Quel est votre environnement #Trackmania préféré?", [48, 2731, 1556, 1993, 260, 551, 2268, 77, 972, 1303, 24802, 45733, 778, 2634, 69, 2634, 29350, 30]), + ("What's your @favorite type of race in #Trackmania?", [2061, 338, 534, 2488, 35200, 2099, 286, 3234, 287, 1303, 24802, 45733, 30]), + ("Quelle est votre compétition #Trackmania préférée?", [48, 2731, 293, 1556, 1993, 260, 552, 25125, 653, 1303, 24802, 45733, 778, 2634, 69, 42445, 22161, 30]), + ("¿Cuál es tu $modo de juego @Trackmania favorito?", [126, 123, 46141, 6557, 75, 1658, 12777, 720, 4666, 78, 390, 474, 518, 2188, 2488, 24802, 45733, 2661, 10094, 30]), + ("Quel est votre pack de musique #Trackmania préféré?", [48, 2731, 1556, 1993, 260, 2353, 390, 1928, 2350, 1303, 24802, 45733, 778, 2634, 69, 2634, 29350, 30]), + ("¿Cómo puedo conseguir el $record en la pista más difícil de #Trackmania con estos controles #@&%*?", [126, 123, 34, 10205, 5908, 279, 1739, 78, 369, 325, 5162, 343, 1288, 720, 22105, 551, 8591, 11714, 64, 285, 40138, 288, 361, 8836, 2856, 390, 1303, 24802, 45733, 369, 1556, 418, 1246, 829, 1303, 31, 5, 4, 9, 30]), + ("Quel est le niveau de difficulté le plus élevé que vous avez terminé dans #Trackmania ? Et combien de temps cela vous a-t-il pris ?", [48, 2731, 1556, 443, 299, 425, 559, 390, 2408, 2634, 443, 5556, 38251, 2768, 2634, 8358, 410, 516, 257, 33425, 5651, 2634, 288, 504, 1303, 24802, 45733, 5633, 17906, 1974, 2013, 390, 2169, 862, 269, 10304, 410, 516, 257, 12, 83, 12, 346, 778, 271, 5633]), + ("Jakiego typu samochód lubisz używać w #Trackmania, gdy musisz wykonać skok z rampy i uniknąć ściany #@&%*?", [41, 461, 494, 2188, 2170, 84, 6072, 5374, 10205, 67, 300, 46676, 89, 334, 129, 120, 88, 10247, 38325, 266, 1303, 24802, 45733, 11, 308, 9892, 1928, 271, 89, 266, 48361, 4450, 38325, 1341, 482, 1976, 10454, 88, 1312, 555, 1134, 77, 128, 227, 38325, 25370, 249, 66, 666, 88, 1303, 31, 5, 4, 9, 30]), + ("Comment partager ma meilleure performance dans #Trackmania avec mes amis sur les réseaux sociaux ? Y a-t-il des raccourcis clavier #@&%* pour cela?", [21357, 636, 3536, 17266, 502, 8270, 495, 2854, 288, 504, 1303, 24802, 45733, 257, 35138, 18842, 716, 271, 969, 10287, 40560, 325, 14644, 1307, 544, 2821, 5633, 575, 257, 12, 83, 12, 346, 748, 3444, 43220, 66, 271, 537, 19492, 1303, 31, 5, 4, 9, 12797, 269, 10304, 30]), + ("Quel est votre avis sur les nouvelles fonctionnalités de #Trackmania, telles que la fonction de génération aléatoire de circuits, les défis communautaires et les classements en ligne #@&%*?", [48, 2731, 1556, 1993, 260, 1196, 271, 969, 10287, 299, 280, 29333, 274, 277, 261, 596, 77, 282, 270, 20954, 390, 1303, 24802, 45733, 11, 1560, 274, 8358, 8591, 277, 261, 596, 390, 308, 35942, 2634, 1358, 435, 2634, 5549, 557, 390, 24907, 11, 10287, 39073, 69, 271, 1316, 2306, 17693, 2123, 10287, 537, 21612, 902, 551, 300, 48946, 1303, 31, 5, 4, 9, 30]), + ("Jakie są twoje ulubione motywy przewodnie utworów muzycznych w #Trackmania? Czy są jakieś, które naprawdę Cię motywują i zwiększają twoją wydajność #@&%*?", [41, 461, 494, 264, 128, 227, 734, 18015, 14856, 549, 7935, 2369, 88, 21768, 778, 89, 413, 375, 11952, 3384, 86, 273, 10205, 86, 38779, 7357, 26691, 3281, 354, 266, 1303, 24802, 45733, 30, 327, 7357, 264, 128, 227, 474, 461, 494, 129, 249, 11, 479, 83, 10205, 260, 25422, 1831, 67, 128, 247, 37685, 128, 247, 2369, 88, 86, 23577, 128, 227, 1312, 1976, 37686, 128, 247, 591, 89, 1228, 128, 227, 734, 73, 128, 227, 266, 5173, 1228, 3919, 129, 249, 38325, 1303, 31, 5, 4, 9, 30]), + ("What is your favorite emoji 🤔 and why do you like it?", [2061, 318, 534, 4004, 44805, 12520, 97, 242, 290, 1521, 466, 345, 588, 340, 30]), + ("¿Cuál es tu palabra favorita en español que contiene la letra ñ?", [126, 123, 46141, 6557, 75, 1658, 12777, 6340, 397, 430, 2661, 5350, 551, 1658, 8957, 12654, 349, 8358, 542, 72, 1734, 8591, 1309, 430, 6184, 109, 30]), + ("Quelle est votre chanson préférée en français avec des accents sur les lettres ?", [48, 2731, 293, 1556, 1993, 260, 442, 23103, 778, 2634, 69, 42445, 22161, 551, 1216, 272, 16175, 15152, 257, 35138, 748, 39271, 969, 10287, 35044, 411, 5633]), + ("आपका सबसे पसंदीदा शब्द हिंदी में क्या है जो दो मात्राओं के साथ शुरू होता है?", [11976, 228, 11976, 103, 11976, 243, 48077, 28225, 116, 11976, 105, 11976, 116, 24231, 229, 28225, 103, 11976, 116, 11976, 224, 11976, 99, 24231, 222, 11976, 99, 48077, 28225, 114, 11976, 105, 24231, 235, 11976, 99, 28225, 117, 11976, 123, 11976, 224, 11976, 99, 24231, 222, 28225, 106, 24231, 229, 11976, 224, 28225, 243, 24231, 235, 11976, 107, 48077, 28225, 117, 24231, 230, 28225, 250, 24231, 233, 28225, 99, 24231, 233, 28225, 106, 48077, 11976, 97, 24231, 235, 11976, 108, 48077, 11976, 241, 11976, 224, 28225, 243, 24231, 229, 28225, 116, 48077, 11976, 98, 28225, 114, 24231, 223, 11976, 108, 24231, 224, 28225, 117, 24231, 233, 11976, 97, 48077, 28225, 117, 24231, 230, 30]), + ("你最喜欢的汉字是什么?请用汉字回答。", [19526, 254, 17312, 222, 161, 244, 250, 162, 105, 95, 21410, 162, 109, 231, 27764, 245, 42468, 20015, 222, 20046, 230, 171, 120, 253, 46237, 115, 18796, 101, 162, 109, 231, 27764, 245, 32368, 252, 163, 18433, 16764]), + ("Qual é a sua palavra favorita em português que contém o caracter ç?", [46181, 38251, 257, 424, 64, 6340, 615, 430, 2661, 5350, 795, 2493, 45284, 25792, 82, 8358, 542, 2634, 76, 267, 1097, 7321, 6184, 100, 30]), + ("Какой ваш любимый символ кириллицы и почему?", [140, 248, 16142, 31583, 25443, 117, 12466, 110, 16142, 141, 230, 12466, 119, 141, 236, 140, 109, 18849, 43108, 45035, 140, 117, 220, 21727, 18849, 43108, 38857, 25443, 119, 12466, 118, 18849, 21169, 18849, 30143, 30143, 18849, 141, 228, 45035, 12466, 116, 12466, 123, 15166, 141, 229, 16843, 43108, 35072, 30]), + ("あなたが好きな漢字は何ですか?漢字で答えてください。", [40948, 26945, 25224, 35585, 25001, 121, 33778, 26945, 162, 120, 95, 27764, 245, 31676, 19526, 243, 30640, 33623, 27370, 171, 120, 253, 162, 120, 95, 27764, 245, 30640, 163, 18433, 2515, 230, 28134, 31917, 46777, 43357, 18566, 16764]), + ("Quel est votre caractère chinois préféré ? Et comment le dessiner ?", [48, 2731, 1556, 1993, 260, 1097, 529, 35979, 442, 8981, 778, 2634, 69, 2634, 29350, 5633, 17906, 2912, 443, 288, 408, 7274, 5633]), + ("உங்களுக்கு பிடித்த தமிழ் எழுத்து என்னும் எழுத்து எது?", [156, 106, 231, 156, 106, 247, 156, 107, 235, 156, 106, 243, 156, 106, 111, 156, 107, 223, 156, 106, 243, 156, 107, 235, 156, 106, 243, 156, 107, 223, 220, 156, 106, 103, 156, 106, 123, 156, 106, 253, 156, 106, 123, 156, 106, 97, 156, 107, 235, 156, 106, 97, 220, 156, 106, 97, 156, 106, 106, 156, 106, 123, 156, 106, 112, 156, 107, 235, 220, 156, 106, 236, 156, 106, 112, 156, 107, 223, 156, 106, 97, 156, 107, 235, 156, 106, 97, 156, 107, 223, 220, 156, 106, 236, 156, 106, 102, 156, 107, 235, 156, 106, 102, 156, 107, 223, 156, 106, 106, 156, 107, 235, 220, 156, 106, 236, 156, 106, 112, 156, 107, 223, 156, 106, 97, 156, 107, 235, 156, 106, 97, 156, 107, 223, 220, 156, 106, 236, 156, 106, 97, 156, 107, 223, 30]), + ("🌞🌈🌻🦋🌺", [8582, 234, 252, 8582, 234, 230, 8582, 234, 119, 8582, 99, 233, 8582, 234, 118]), + ("🐶🐱🐹🐰🐻🐨🐼🐵🐔🐸🦊🦝🐢", [8582, 238, 114, 8582, 238, 109, 8582, 238, 117, 8582, 238, 108, 8582, 238, 119, 8582, 238, 101, 8582, 238, 120, 8582, 238, 113, 8582, 238, 242, 8582, 238, 116, 8582, 99, 232, 8582, 99, 251, 8582, 238, 95]), + ("🍕🍔🍟🌭🌮🥪🍱🍣🍪🍰🎂", [8582, 235, 243, 8582, 235, 242, 8582, 235, 253, 8582, 234, 255, 8582, 234, 106, 8582, 98, 103, 8582, 235, 109, 8582, 235, 96, 8582, 235, 103, 8582, 235, 108, 8582, 236, 224]), + ("🎭🎨🎬🎥🎤🎧🎼🎹🥁🎻", [8582, 236, 255, 8582, 236, 101, 8582, 236, 105, 8582, 236, 98, 8582, 236, 97, 8582, 236, 100, 8582, 236, 120, 8582, 236, 117, 8582, 98, 223, 8582, 236, 119]), + ("🌲🌳🌴🌵🌷🌸🍀🍁🍂🍃", [8582, 234, 110, 8582, 234, 111, 8582, 234, 112, 8582, 234, 113, 8582, 234, 115, 8582, 234, 116, 8582, 235, 222, 8582, 235, 223, 8582, 235, 224, 8582, 235, 225]), + ("🚀🛰️🛸🌌🌠🌟🪐🌎🌍🌏", [8582, 248, 222, 8582, 249, 108, 37929, 8582, 249, 116, 8582, 234, 234, 8582, 234, 254, 8582, 234, 253, 8582, 103, 238, 8582, 234, 236, 8582, 234, 235, 8582, 234, 237]), + ("🏠🏡🏢🏣🏤🏥🏦🏨🏩🏪🏫🏬", [8582, 237, 254, 8582, 237, 94, 8582, 237, 95, 8582, 237, 96, 8582, 237, 97, 8582, 237, 98, 8582, 237, 99, 8582, 237, 101, 8582, 237, 102, 8582, 237, 103, 8582, 237, 104, 8582, 237, 105]), + ("🚲🛴🚗🚕🚙🚚🚛🚜🛵🏍️🛺", [8582, 248, 110, 8582, 249, 112, 8582, 248, 245, 8582, 248, 243, 8582, 248, 247, 8582, 248, 248, 8582, 248, 249, 8582, 248, 250, 8582, 249, 113, 8582, 237, 235, 37929, 8582, 249, 118]), + ("🧘‍♀️🏋️‍♀️🤸‍♀️🏊‍♀️🚴‍♀️🏃‍♀️🧗‍♀️🏄‍♀️🤽‍♀️🤾‍♀️🤹‍♀️", [8582, 100, 246, 447, 235, 17992, 222, 37929, 8582, 237, 233, 37929, 447, 235, 17992, 222, 37929, 8582, 97, 116, 447, 235, 17992, 222, 37929, 8582, 237, 232, 447, 235, 17992, 222, 37929, 8582, 248, 112, 447, 235, 17992, 222, 37929, 8582, 237, 225, 447, 235, 17992, 222, 37929, 8582, 100, 245, 447, 235, 17992, 222, 37929, 8582, 237, 226, 447, 235, 17992, 222, 37929, 8582, 97, 121, 447, 235, 17992, 222, 37929, 8582, 97, 122, 447, 235, 17992, 222, 37929, 8582, 97, 117, 447, 235, 17992, 222, 37929]), + ("🥝🍇🍈🍉🍊🍋🍌🍍🍎🍏🍐🍑🍒🍓", [8582, 98, 251, 8582, 235, 229, 8582, 235, 230, 8582, 235, 231, 8582, 235, 232, 8582, 235, 233, 8582, 235, 234, 8582, 235, 235, 8582, 235, 236, 8582, 235, 237, 8582, 235, 238, 8582, 235, 239, 8582, 235, 240, 8582, 235, 241]), + ("🍁🍊🍋🍌🍍🍎🍏🍐🍑🍒🍓🥝🥥", [8582, 235, 223, 8582, 235, 232, 8582, 235, 233, 8582, 235, 234, 8582, 235, 235, 8582, 235, 236, 8582, 235, 237, 8582, 235, 238, 8582, 235, 239, 8582, 235, 240, 8582, 235, 241, 8582, 98, 251, 8582, 98, 98]), + ("🐠🐟🐡🦀🦑🐙🦐🦞🦪🦭", [8582, 238, 254, 8582, 238, 253, 8582, 238, 94, 8582, 99, 222, 8582, 99, 239, 8582, 238, 247, 8582, 99, 238, 8582, 99, 252, 8582, 99, 103, 8582, 99, 255]), + ("🐘🦏🦒🐪🐫🦘🦙🐃🐄🐎🦌", [8582, 238, 246, 8582, 99, 237, 8582, 99, 240, 8582, 238, 103, 8582, 238, 104, 8582, 99, 246, 8582, 99, 247, 8582, 238, 225, 8582, 238, 226, 8582, 238, 236, 8582, 99, 234]), + ("🦜🦢🦩🦚🦉🦆🦢🐧🐦🦤🦜", [8582, 99, 250, 8582, 99, 95, 8582, 99, 102, 8582, 99, 248, 8582, 99, 231, 8582, 99, 228, 8582, 99, 95, 8582, 238, 100, 8582, 238, 99, 8582, 99, 97, 8582, 99, 250]), + ("🍆🥦🌽🌶️🥕🧄🧅🥔🥬🥒🥑", [8582, 235, 228, 8582, 98, 99, 8582, 234, 121, 8582, 234, 114, 37929, 8582, 98, 243, 8582, 100, 226, 8582, 100, 227, 8582, 98, 242, 8582, 98, 105, 8582, 98, 240, 8582, 98, 239]), + ("🚂🚆🚊🚞🚅🚄🚈🚉🚇🚝", [8582, 248, 224, 8582, 248, 228, 8582, 248, 232, 8582, 248, 252, 8582, 248, 227, 8582, 248, 226, 8582, 248, 230, 8582, 248, 231, 8582, 248, 229, 8582, 248, 251]), + ("🛴🛹🛼🛷🚴‍♂️🚴‍♀️🚵‍♂️🚵‍♀️🏊‍♂️🏊‍♀️", [8582, 249, 112, 8582, 249, 117, 8582, 249, 120, 8582, 249, 115, 8582, 248, 112, 447, 235, 17992, 224, 37929, 8582, 248, 112, 447, 235, 17992, 222, 37929, 8582, 248, 113, 447, 235, 17992, 224, 37929, 8582, 248, 113, 447, 235, 17992, 222, 37929, 8582, 237, 232, 447, 235, 17992, 224, 37929, 8582, 237, 232, 447, 235, 17992, 222, 37929]), + ("🐾🦶👣👟👞👠👡👢🧦🧤🧣", [8582, 238, 122, 8582, 99, 114, 41840, 96, 41840, 253, 41840, 252, 41840, 254, 41840, 94, 41840, 95, 8582, 100, 99, 8582, 100, 97, 8582, 100, 96]), + ("🏰🏯🏟️🏛️🏨🏦🏢🏣🏬🏭🏫", [8582, 237, 108, 8582, 237, 107, 8582, 237, 253, 37929, 8582, 237, 249, 37929, 8582, 237, 101, 8582, 237, 99, 8582, 237, 95, 8582, 237, 96, 8582, 237, 105, 8582, 237, 255, 8582, 237, 104]), + ("🍵☕🍺🍻🍹🍸🍷🥂🥃🥤", [8582, 235, 113, 24583, 243, 8582, 235, 118, 8582, 235, 119, 8582, 235, 117, 8582, 235, 116, 8582, 235, 115, 8582, 98, 224, 8582, 98, 225, 8582, 98, 97]), + ("🎾🏀🏐🏈🎱🪀🪁🏓🏸", [8582, 236, 122, 8582, 237, 222, 8582, 237, 238, 8582, 237, 230, 8582, 236, 109, 8582, 103, 222, 8582, 103, 223, 8582, 237, 241, 8582, 237, 116]), + ("🚀🛸👽🛰️🪐🌠🌌🌍🌞", [8582, 248, 222, 8582, 249, 116, 41840, 121, 8582, 249, 108, 37929, 8582, 103, 238, 8582, 234, 254, 8582, 234, 234, 8582, 234, 235, 8582, 234, 252]), + ("🎸🎹🎤🎧🎻🎬🎥🎨🎭", [8582, 236, 116, 8582, 236, 117, 8582, 236, 97, 8582, 236, 100, 8582, 236, 119, 8582, 236, 105, 8582, 236, 98, 8582, 236, 101, 8582, 236, 255]), + ("🐙🦑🦐🦞🦀🐡🐠🐟🐬🐳", [8582, 238, 247, 8582, 99, 239, 8582, 99, 238, 8582, 99, 252, 8582, 99, 222, 8582, 238, 94, 8582, 238, 254, 8582, 238, 253, 8582, 238, 105, 8582, 238, 111]), + ("🐶🐱🐭🐹🐰🦊🐻🐼🐨🐯🦁", [8582, 238, 114, 8582, 238, 109, 8582, 238, 255, 8582, 238, 117, 8582, 238, 108, 8582, 99, 232, 8582, 238, 119, 8582, 238, 120, 8582, 238, 101, 8582, 238, 107, 8582, 99, 223]), + ("🦆🦅🦉🦢🦩🦜🦚🐧🐦🦤🦜", [8582, 99, 228, 8582, 99, 227, 8582, 99, 231, 8582, 99, 95, 8582, 99, 102, 8582, 99, 250, 8582, 99, 248, 8582, 238, 100, 8582, 238, 99, 8582, 99, 97, 8582, 99, 250]), + ("🍕🍔🌭🌮🌯🍟🍗🍖🍤🍣🍱", [8582, 235, 243, 8582, 235, 242, 8582, 234, 255, 8582, 234, 106, 8582, 234, 107, 8582, 235, 253, 8582, 235, 245, 8582, 235, 244, 8582, 235, 97, 8582, 235, 96, 8582, 235, 109]), + ("🚀🛸👽🛰️🪐🌠🌌🌍🌞", [8582, 248, 222, 8582, 249, 116, 41840, 121, 8582, 249, 108, 37929, 8582, 103, 238, 8582, 234, 254, 8582, 234, 234, 8582, 234, 235, 8582, 234, 252]), + ("🎸🎹🎤🎧🎻🎬🎥🎨🎭", [8582, 236, 116, 8582, 236, 117, 8582, 236, 97, 8582, 236, 100, 8582, 236, 119, 8582, 236, 105, 8582, 236, 98, 8582, 236, 101, 8582, 236, 255]), + ("🍏🍎🍐🍊🍋🍌🍉🍇🍓🍈🍒", [8582, 235, 237, 8582, 235, 236, 8582, 235, 238, 8582, 235, 232, 8582, 235, 233, 8582, 235, 234, 8582, 235, 231, 8582, 235, 229, 8582, 235, 241, 8582, 235, 230, 8582, 235, 240]), + ("🚕🚗🚙🚌🚎🏎️🚓🚑🚒🚚🚛", [8582, 248, 243, 8582, 248, 245, 8582, 248, 247, 8582, 248, 234, 8582, 248, 236, 8582, 237, 236, 37929, 8582, 248, 241, 8582, 248, 239, 8582, 248, 240, 8582, 248, 248, 8582, 248, 249]), + ("🚀🛰️👩‍🚀👨‍🚀👽🪐🌌🌠🛸", [8582, 248, 222, 8582, 249, 108, 37929, 41840, 102, 447, 235, 8582, 248, 222, 41840, 101, 447, 235, 8582, 248, 222, 41840, 121, 8582, 103, 238, 8582, 234, 234, 8582, 234, 254, 8582, 249, 116]), + ("🐘🦏🦒🐪🐫🦘🦙🐃🐄🐎🦌", [8582, 238, 246, 8582, 99, 237, 8582, 99, 240, 8582, 238, 103, 8582, 238, 104, 8582, 99, 246, 8582, 99, 247, 8582, 238, 225, 8582, 238, 226, 8582, 238, 236, 8582, 99, 234]), + ("🚢🚤🛥️🛳️⛴️🚣‍♂️🚣‍♀️🚤", [8582, 248, 95, 8582, 248, 97, 8582, 249, 98, 37929, 8582, 249, 111, 37929, 158, 249, 112, 37929, 8582, 248, 96, 447, 235, 17992, 224, 37929, 8582, 248, 96, 447, 235, 17992, 222, 37929, 8582, 248, 97]), + ("🎉🎊🎁🎂🎈🥳🎆🎇🎡🎢🎠", [8582, 236, 231, 8582, 236, 232, 8582, 236, 223, 8582, 236, 224, 8582, 236, 230, 8582, 98, 111, 8582, 236, 228, 8582, 236, 229, 8582, 236, 94, 8582, 236, 95, 8582, 236, 254]), + ("🍺🍻🍹🍸🍷🥂🥃🍾🍶🧉🍼", [8582, 235, 118, 8582, 235, 119, 8582, 235, 117, 8582, 235, 116, 8582, 235, 115, 8582, 98, 224, 8582, 98, 225, 8582, 235, 122, 8582, 235, 114, 8582, 100, 231, 8582, 235, 120]), + ("Hello, how are you?", [15496, 11, 703, 389, 345, 30]), + ("Bonjour, comment ça va?", [20682, 73, 454, 11, 2912, 6184, 100, 64, 46935, 30]), + ("Guten Tag, wie geht es Ihnen?", [38, 7809, 17467, 11, 266, 494, 4903, 4352, 1658, 314, 21116, 268, 30]), + ("Χαίρετε, τι κάνετε;", [138, 100, 17394, 138, 107, 33643, 30950, 32830, 30950, 11, 46651, 29945, 7377, 118, 138, 105, 26180, 30950, 32830, 30950, 26]), + ("Ciao, come stai?", [34, 13481, 11, 1282, 336, 1872, 30]), + ("Zdravstvuyte, kak dela?", [57, 67, 4108, 301, 85, 4669, 660, 11, 479, 461, 1619, 64, 30]), + ("Sveiki, kā jums klājas?", [50, 303, 5580, 11, 479, 10235, 474, 5700, 479, 75, 10235, 28121, 30]), + ("Labas, kaip sekasi?", [17822, 292, 11, 38387, 541, 384, 74, 17053, 30]), + ("Salut, cum te simți?", [19221, 315, 11, 10973, 573, 985, 132, 249, 72, 30]), + ("Halló, hvernig hefurðu það?", [34194, 10205, 11, 289, 933, 328, 339, 38916, 27214, 84, 40265, 64, 27214, 30]), + ("Hallo, hoe gaat het met u?", [34194, 78, 11, 289, 2577, 31986, 265, 339, 83, 1138, 334, 30]), + ("Hei, hvordan har du det?", [1544, 72, 11, 289, 85, 7350, 3971, 7043, 1062, 30]), + ("Tere, kuidas sul läheb?", [51, 567, 11, 479, 84, 24496, 33154, 300, 11033, 258, 65, 30]), + ("Привет, как дела?", [140, 253, 21169, 18849, 38857, 16843, 20375, 11, 12466, 118, 16142, 31583, 12466, 112, 16843, 30143, 16142, 30]), + ("Szia, hogy vagy?", [50, 89, 544, 11, 289, 9868, 14334, 88, 30]), + ("Moien, wéi geet et Iech?", [16632, 2013, 11, 266, 2634, 72, 4903, 316, 2123, 314, 3055, 30]), + ("Salve, come va?", [19221, 303, 11, 1282, 46935, 30]), + ("Labdien, kā jums klājas?", [17822, 67, 2013, 11, 479, 10235, 474, 5700, 479, 75, 10235, 28121, 30]), + ("Sveikas, kaip sekasi?", [50, 303, 1134, 292, 11, 38387, 541, 384, 74, 17053, 30]), + ("Sveiki, kā jums klājas?", [50, 303, 5580, 11, 479, 10235, 474, 5700, 479, 75, 10235, 28121, 30]), + ("Hallå, hur mår du?", [34194, 29090, 11, 6990, 285, 29090, 81, 7043, 30]), + ("Здраво, како си?", [140, 245, 43666, 21169, 16142, 38857, 15166, 11, 12466, 118, 16142, 31583, 15166, 220, 21727, 18849, 30]), + ("czesc, jak sie masz?", [26691, 3798, 11, 474, 461, 264, 494, 12422, 89, 30]), + ("Halló, hvernig hefur þú það?", [34194, 10205, 11, 289, 933, 328, 339, 38916, 40265, 21356, 40265, 64, 27214, 30]), + ("Salut, comment vas-tu?", [19221, 315, 11, 2912, 34439, 12, 28047, 30]), + ("Salam, nasılsın?", [19221, 321, 11, 25221, 30102, 7278, 30102, 77, 30]), + ("Здравейте, как сте?", [140, 245, 43666, 21169, 16142, 38857, 16843, 140, 117, 20375, 16843, 11, 12466, 118, 16142, 31583, 220, 21727, 20375, 16843, 30]), + ("Dobrý den, jak se máte?", [35, 672, 81, 127, 121, 2853, 11, 474, 461, 384, 285, 6557, 660, 30]), + ("Zdravo, kako ste?", [57, 67, 4108, 78, 11, 479, 25496, 2876, 30]), + ("Здравствуйте, как поживаете?", [140, 245, 43666, 21169, 16142, 38857, 21727, 20375, 38857, 35072, 140, 117, 20375, 16843, 11, 12466, 118, 16142, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 16843, 20375, 16843, 30]), + ("Merhaba, nasılsın?", [13102, 5976, 64, 11, 25221, 30102, 7278, 30102, 77, 30]), + ("Вітаю, як поживаєте?", [140, 240, 141, 244, 20375, 16142, 141, 236, 11, 220, 40623, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 141, 242, 20375, 16843, 30]), + ("Сәлеметсіз бе, сіз қалайсыз?", [140, 94, 143, 247, 30143, 16843, 43108, 16843, 20375, 21727, 141, 244, 140, 115, 12466, 109, 16843, 11, 220, 21727, 141, 244, 140, 115, 220, 142, 249, 16142, 30143, 16142, 140, 117, 21727, 45035, 140, 115, 30]), + ("Hallo, hou gaat het met jou?", [34194, 78, 11, 289, 280, 31986, 265, 339, 83, 1138, 474, 280, 30]), + ("Hallå, hur mår ni?", [34194, 29090, 11, 6990, 285, 29090, 81, 37628, 30]), + ("Прывітанне, як пажываеце?", [140, 253, 21169, 45035, 38857, 141, 244, 20375, 16142, 22177, 22177, 16843, 11, 220, 40623, 31583, 12466, 123, 16142, 140, 114, 45035, 38857, 16142, 16843, 141, 228, 16843, 30]), + ("Olá, como vai você?", [30098, 6557, 11, 401, 78, 410, 1872, 12776, 25792, 30]), + ("Здравствуй, как поживаете?", [140, 245, 43666, 21169, 16142, 38857, 21727, 20375, 38857, 35072, 140, 117, 11, 12466, 118, 16142, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 16843, 20375, 16843, 30]), + ("Hola, ¿cómo estás?", [39, 5708, 11, 1587, 123, 66, 10205, 5908, 1556, 40138, 30]), +] +r50k_test_data = [ + ("Unicode snowman: ☃️", [3118, 291, 1098, 6729, 805, 25, 34719, 225, 37929]), + ("Hello world!", [15496, 995, 0]), + ("Bonjour le monde!", [20682, 73, 454, 443, 285, 14378, 0]), + ("مرحبا بالعالم", [25405, 26897, 148, 255, 39848, 12919, 17550, 101, 23525, 44690, 23525, 25405]), + ("こんにちは世界", [46036, 22174, 28618, 2515, 94, 31676, 10310, 244, 45911, 234]), + ("Привет мир", [140, 253, 21169, 18849, 38857, 16843, 20375, 12466, 120, 18849, 21169]), + ("안녕하세요 세계", [168, 243, 230, 167, 227, 243, 47991, 246, 168, 226, 116, 168, 248, 242, 23821, 226, 116, 166, 111, 226]), + ("你好,世界", [19526, 254, 25001, 121, 171, 120, 234, 10310, 244, 45911, 234]), + ("नमस्ते दुनिया", [11976, 101, 11976, 106, 11976, 116, 24231, 235, 11976, 97, 24231, 229, 28225, 99, 24231, 223, 11976, 101, 11976, 123, 11976, 107, 48077]), + ("👋🌎", [41840, 233, 8582, 234, 236]), + ("I love 🍕", [40, 1842, 12520, 235, 243]), + ("This is a sentence without spaces.", [1212, 318, 257, 6827, 1231, 9029, 13]), + ("This is a sentence with extra spaces.", [1212, 220, 220, 220, 220, 318, 220, 220, 220, 220, 257, 220, 220, 220, 220, 6827, 220, 220, 220, 220, 351, 220, 220, 220, 220, 3131, 220, 220, 220, 220, 9029, 13]), + ("How about some punctuation?!!", [2437, 546, 617, 21025, 2288, 30, 3228]), + ("What about URLs? https://www.google.com", [2061, 546, 32336, 30, 3740, 1378, 2503, 13, 13297, 13, 785]), + ("Can we handle email addresses? user@example.com", [6090, 356, 5412, 3053, 9405, 30, 2836, 31, 20688, 13, 785]), + ("How about numbers? 123 45.6 -78.9", [2437, 546, 3146, 30, 17031, 4153, 13, 21, 532, 3695, 13, 24]), + ("Mixed script: 你好 world! 🌍", [44, 2966, 4226, 25, 220, 19526, 254, 25001, 121, 995, 0, 12520, 234, 235]), + ("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce condimentum enim ac tellus malesuada, a consectetur nibh efficitur. 🚀🚀🚀", [43, 29625, 220, 2419, 388, 288, 45621, 1650, 716, 316, 11, 369, 8831, 316, 333, 31659, 271, 2259, 1288, 270, 13, 376, 385, 344, 1779, 3681, 388, 551, 320, 936, 1560, 385, 10835, 84, 4763, 11, 257, 369, 8831, 316, 333, 33272, 71, 914, 3628, 333, 13, 12520, 248, 222, 8582, 248, 222, 8582, 248, 222]), + ("Привет мир! Как дела? 😊", [140, 253, 21169, 18849, 38857, 16843, 20375, 12466, 120, 18849, 21169, 0, 12466, 248, 16142, 31583, 12466, 112, 16843, 30143, 16142, 30, 30325, 232]), + ("Bonjour le monde! Comment allez-vous? 🌍", [20682, 73, 454, 443, 285, 14378, 0, 18957, 28654, 89, 12, 31222, 30, 12520, 234, 235]), + ("¡Hola mundo! ¿Cómo estás? 😃", [126, 94, 39, 5708, 27943, 78, 0, 1587, 123, 34, 10205, 5908, 1556, 40138, 30, 30325, 225]), + ("こんにちは世界!お元気ですか?👋", [46036, 22174, 28618, 2515, 94, 31676, 10310, 244, 45911, 234, 171, 120, 223, 2515, 232, 17739, 225, 36365, 245, 30640, 33623, 27370, 171, 120, 253, 41840, 233]), + ("你好,世界!最近怎么样?😉", [19526, 254, 25001, 121, 171, 120, 234, 10310, 244, 45911, 234, 171, 120, 223, 17312, 222, 32573, 239, 45250, 236, 20046, 230, 43718, 115, 171, 120, 253, 47249, 231]), + ("مرحبا بالعالم! كيف حالك؟ 😎", [25405, 26897, 148, 255, 39848, 12919, 17550, 101, 23525, 44690, 23525, 25405, 0, 18923, 225, 22654, 149, 223, 17550, 255, 23525, 149, 225, 148, 253, 30325, 236]), + ("ਹੈਲੋ ਦੁਨੀਆ! ਕੀ ਹਾਲ ਹੈ? 😄", [19469, 117, 43297, 230, 19469, 110, 43297, 233, 42314, 99, 43297, 223, 19469, 101, 43297, 222, 19469, 228, 0, 42314, 243, 43297, 222, 42314, 117, 19469, 122, 19469, 110, 42314, 117, 43297, 230, 30, 30325, 226]), + ("હેલો વિશ્વ! કેમ છો? 🙏", [156, 103, 117, 156, 104, 229, 156, 103, 110, 156, 104, 233, 220, 156, 103, 113, 156, 103, 123, 156, 103, 114, 156, 104, 235, 156, 103, 113, 0, 220, 156, 103, 243, 156, 104, 229, 156, 103, 106, 220, 156, 103, 249, 156, 104, 233, 30, 12520, 247, 237]), + ("स्वागत है दुनिया! क्या हाल है? 😍", [11976, 116, 24231, 235, 11976, 113, 48077, 11976, 245, 11976, 97, 28225, 117, 24231, 230, 28225, 99, 24231, 223, 11976, 101, 11976, 123, 11976, 107, 48077, 0, 28225, 243, 24231, 235, 11976, 107, 48077, 28225, 117, 48077, 11976, 110, 28225, 117, 24231, 230, 30, 30325, 235]), + ("ಹಲೋ ವಿಶ್ವ! ಹೇಗಿದೆ? 🤔", [156, 110, 117, 156, 110, 110, 156, 111, 233, 220, 156, 110, 113, 156, 110, 123, 156, 110, 114, 156, 111, 235, 156, 110, 113, 0, 220, 156, 110, 117, 156, 111, 229, 156, 110, 245, 156, 110, 123, 156, 110, 99, 156, 111, 228, 30, 12520, 97, 242]), + ("សួស្តី​ពិភពលោក! តើ​អ្នក​ស្រលាញ់​ទេ? 😊", [157, 252, 253, 157, 252, 121, 157, 252, 253, 157, 253, 240, 157, 252, 237, 157, 252, 116, 9525, 157, 252, 244, 157, 252, 115, 157, 252, 245, 157, 252, 244, 157, 252, 249, 157, 253, 226, 157, 252, 222, 0, 28053, 252, 237, 157, 252, 122, 9525, 157, 252, 95, 157, 253, 240, 157, 252, 241, 157, 252, 222, 9525, 157, 252, 253, 157, 253, 240, 157, 252, 248, 157, 252, 249, 157, 252, 114, 157, 252, 231, 157, 253, 233, 9525, 157, 252, 239, 157, 253, 223, 30, 30325, 232]), + ("สวัสดีชาวโลก! สบายดีหรือ? 😄", [19567, 103, 19567, 100, 19567, 109, 19567, 103, 19567, 242, 19567, 113, 19567, 232, 19567, 110, 19567, 100, 31479, 224, 19567, 98, 19567, 223, 0, 220, 19567, 103, 19567, 248, 19567, 110, 19567, 95, 19567, 242, 19567, 113, 19567, 104, 19567, 96, 19567, 115, 19567, 255, 30, 30325, 226]), + ("안녕하세요 세상아! 어떻게 지내고 있어요? 😎", [168, 243, 230, 167, 227, 243, 47991, 246, 168, 226, 116, 168, 248, 242, 23821, 226, 116, 168, 225, 223, 168, 243, 226, 0, 23821, 244, 112, 167, 244, 119, 166, 110, 234, 23821, 100, 222, 167, 224, 112, 166, 111, 254, 23821, 252, 230, 168, 244, 112, 168, 248, 242, 30, 30325, 236]), + ("Hi world! How are you? 😃", [17250, 995, 0, 1374, 389, 345, 30, 30325, 225]), + ("This is a longer text without any special characters or emojis. It includes spaces, punctuation, and multiple sentences. Let's see how the tokenizer handles it!", [1212, 318, 257, 2392, 2420, 1231, 597, 2041, 3435, 393, 795, 13210, 271, 13, 632, 3407, 9029, 11, 21025, 2288, 11, 290, 3294, 13439, 13, 3914, 338, 766, 703, 262, 11241, 7509, 17105, 340, 0]), + ("这是一个没有特殊字符或表情符号的较长文本。它包括空格、标点符号和多个句子。让我们看看分词器如何处理它!", [32573, 247, 42468, 31660, 10310, 103, 162, 110, 94, 17312, 231, 31965, 117, 162, 106, 232, 27764, 245, 163, 105, 99, 22755, 244, 26193, 101, 46349, 227, 163, 105, 99, 20998, 115, 21410, 164, 122, 225, 165, 243, 123, 23877, 229, 17312, 105, 16764, 22522, 225, 44293, 227, 162, 233, 105, 163, 102, 118, 43718, 120, 23513, 43718, 229, 163, 224, 117, 163, 105, 99, 20998, 115, 161, 240, 234, 13783, 248, 10310, 103, 20998, 98, 36310, 16764, 164, 106, 102, 22755, 239, 20015, 105, 40367, 233, 40367, 233, 26344, 228, 46237, 235, 161, 247, 101, 36685, 224, 19526, 243, 13783, 226, 49426, 228, 22522, 225, 171, 120, 223]), + ("Це довший текст без особливих символів або емодзі. Він містить пробіли, пунктуацію та кілька речень. Подивимось, як розбірник обробляє його!", [140, 99, 16843, 12466, 112, 25443, 110, 141, 230, 18849, 140, 117, 220, 20375, 16843, 31583, 21727, 20375, 12466, 109, 16843, 140, 115, 12466, 122, 21727, 25443, 109, 30143, 18849, 38857, 18849, 141, 227, 220, 21727, 18849, 43108, 38857, 25443, 119, 141, 244, 38857, 12466, 108, 140, 109, 15166, 12466, 113, 43108, 25443, 112, 140, 115, 141, 244, 13, 12466, 240, 141, 244, 22177, 12466, 120, 141, 244, 21727, 20375, 18849, 20375, 45367, 12466, 123, 21169, 25443, 109, 141, 244, 30143, 18849, 11, 12466, 123, 35072, 22177, 31583, 20375, 35072, 16142, 141, 228, 141, 244, 141, 236, 220, 20375, 16142, 12466, 118, 141, 244, 30143, 45367, 31583, 16142, 220, 21169, 16843, 141, 229, 16843, 22177, 45367, 13, 12466, 253, 25443, 112, 18849, 38857, 18849, 43108, 15166, 21727, 45367, 11, 220, 40623, 31583, 220, 21169, 25443, 115, 140, 109, 141, 244, 21169, 22177, 18849, 31583, 12466, 122, 140, 109, 21169, 25443, 109, 30143, 40623, 141, 242, 12466, 117, 25443, 111, 15166, 0]), + ("這是一段沒有特殊字符或表情符號的較長文字。它包括空格、標點符號和多個句子。讓我們看看斷詞器如何處理它!", [34460, 247, 42468, 31660, 162, 106, 113, 162, 110, 240, 17312, 231, 31965, 117, 162, 106, 232, 27764, 245, 163, 105, 99, 22755, 244, 26193, 101, 46349, 227, 163, 105, 99, 164, 247, 253, 21410, 164, 120, 225, 165, 243, 115, 23877, 229, 27764, 245, 16764, 22522, 225, 44293, 227, 162, 233, 105, 163, 102, 118, 43718, 120, 23513, 162, 101, 247, 165, 119, 252, 163, 105, 99, 164, 247, 253, 161, 240, 234, 13783, 248, 161, 222, 233, 20998, 98, 36310, 16764, 164, 106, 241, 22755, 239, 161, 222, 239, 40367, 233, 40367, 233, 23877, 115, 164, 102, 252, 161, 247, 101, 36685, 224, 19526, 243, 164, 247, 243, 49426, 228, 22522, 225, 171, 120, 223]), + ("هذا نص طويل بدون أي رموز خاصة أو إيموجيات. يتضمن النص فراغات وترقيم وعدة جمل. دعونا نرى كيف يتعامل المحلل النحوي معه!", [29519, 148, 108, 12919, 18923, 228, 148, 113, 17550, 115, 30335, 22654, 13862, 17550, 101, 38843, 30335, 23338, 17550, 96, 22654, 17550, 109, 25405, 30335, 148, 110, 17550, 106, 34247, 113, 45632, 17550, 96, 30335, 17550, 98, 22654, 25405, 30335, 148, 105, 22654, 34247, 103, 13, 18923, 232, 41486, 148, 114, 25405, 23338, 28981, 23338, 148, 113, 18923, 223, 26897, 34247, 118, 34247, 103, 42092, 41486, 26897, 149, 224, 22654, 25405, 42092, 44690, 38843, 45632, 17550, 105, 25405, 13862, 13, 17550, 107, 44690, 30335, 23338, 12919, 18923, 228, 26897, 149, 231, 18923, 225, 22654, 149, 223, 18923, 232, 41486, 44690, 12919, 25405, 13862, 28981, 25405, 148, 255, 13862, 13862, 28981, 23338, 148, 255, 30335, 22654, 47048, 44690, 29519, 0]), + ("Three swans in purple tutus pirouetting on a tightrope", [12510, 1509, 504, 287, 14032, 9732, 385, 12276, 280, 35463, 319, 257, 5381, 305, 431]), + ("The moon is made of cheese and the stars are made of jelly beans", [464, 8824, 318, 925, 286, 9891, 290, 262, 5788, 389, 925, 286, 27644, 16567]), + ("A giant squid playing the saxophone at the bottom of the ocean", [32, 6175, 45126, 2712, 262, 46909, 38656, 379, 262, 4220, 286, 262, 9151]), + ("An army of robot penguins waddling on a glacier in Antarctica", [2025, 5428, 286, 9379, 38373, 1040, 266, 2860, 1359, 319, 257, 44539, 287, 30185]), + ("A wizard in a top hat riding a unicycle while juggling flaming pineapples", [32, 18731, 287, 257, 1353, 6877, 10311, 257, 555, 35298, 981, 48097, 39518, 20161, 1324, 829]), + ("A group of ninja cats practicing their martial arts skills in a bamboo forest", [32, 1448, 286, 37049, 11875, 18207, 511, 15618, 10848, 4678, 287, 257, 37252, 8222]), + ("A friendly alien offering a cup of tea and some cookies to a curious earthling", [32, 8030, 8756, 6011, 257, 6508, 286, 8887, 290, 617, 14746, 284, 257, 11040, 4534, 1359]), + ("Two giraffes in bow ties and monocles having a conversation over tea", [7571, 37370, 2001, 274, 287, 9563, 8470, 290, 937, 420, 829, 1719, 257, 5273, 625, 8887]), + ("Bu cümlenin anlamı ne? 😄", [38374, 269, 9116, 4029, 268, 259, 281, 2543, 30102, 497, 30, 30325, 226]), + ("Tu as mangé des croissants ce matin? 🥐", [47247, 355, 45663, 2634, 748, 6763, 747, 1187, 2906, 2603, 259, 30, 12520, 98, 238]), + ("Mi padre tiene un gato negro y blanco. 🐱", [41541, 14841, 260, 46668, 1734, 555, 308, 5549, 47255, 331, 698, 47699, 13, 12520, 238, 109]), + ("Eu gosto de jogar futebol aos domingos. ⚽️", [36, 84, 308, 455, 78, 390, 48342, 283, 277, 1133, 28984, 257, 418, 2401, 278, 418, 13, 2343, 248, 121, 37929]), + ("Я люблю есть пельмени со сметаной. 🥟", [140, 107, 12466, 119, 141, 236, 140, 109, 30143, 141, 236, 12466, 113, 21727, 20375, 45367, 12466, 123, 16843, 30143, 45367, 43108, 16843, 22177, 18849, 220, 21727, 15166, 220, 21727, 43108, 16843, 20375, 16142, 22177, 25443, 117, 13, 12520, 98, 253]), + ("한국 음식을 먹어 본 적이 있나요? 🍚", [47991, 250, 166, 113, 255, 23821, 251, 234, 168, 233, 251, 35975, 226, 31619, 101, 117, 168, 244, 112, 31619, 111, 116, 23821, 254, 223, 35975, 112, 23821, 252, 230, 167, 224, 246, 168, 248, 242, 30, 12520, 235, 248]), + ("私は毎日、朝ごはんを食べます。 🍳", [163, 100, 223, 31676, 162, 107, 236, 33768, 98, 23513, 17312, 251, 2515, 242, 31676, 22174, 31758, 45617, 253, 2515, 117, 30159, 33623, 16764, 12520, 235, 111]), + ("我喜欢吃烤鸭。 🦆", [22755, 239, 161, 244, 250, 162, 105, 95, 28938, 225, 163, 225, 97, 165, 116, 255, 16764, 12520, 99, 228]), + ("כן, אני מבין את זה. אבל מה הפתרון?", [147, 249, 147, 253, 11, 14360, 238, 147, 254, 25529, 14360, 252, 49603, 33951, 253, 14360, 238, 42064, 14360, 244, 38269, 13, 14360, 238, 49603, 40010, 14360, 252, 38269, 14360, 242, 147, 97, 42064, 37778, 27072, 147, 253, 30]), + ("என்ன பார்க்க வேண்டும் என்று சொல்லுங்கள்", [156, 106, 236, 156, 106, 102, 156, 107, 235, 156, 106, 102, 220, 156, 106, 103, 156, 106, 122, 156, 106, 108, 156, 107, 235, 156, 106, 243, 156, 107, 235, 156, 106, 243, 220, 156, 106, 113, 156, 107, 229, 156, 106, 96, 156, 107, 235, 156, 106, 253, 156, 107, 223, 156, 106, 106, 156, 107, 235, 220, 156, 106, 236, 156, 106, 102, 156, 107, 235, 156, 106, 109, 156, 107, 223, 220, 156, 106, 248, 156, 107, 232, 156, 106, 110, 156, 107, 235, 156, 106, 110, 156, 107, 223, 156, 106, 247, 156, 107, 235, 156, 106, 243, 156, 106, 111, 156, 107, 235]), + ("¿Cómo puedo ayudarte hoy?", [126, 123, 34, 10205, 5908, 279, 1739, 78, 38762, 463, 32074, 289, 726, 30]), + ("എന്താണ് നിങ്ങളുടെ പ്രശ്നം?", [156, 112, 236, 156, 112, 101, 156, 113, 235, 156, 112, 97, 156, 112, 122, 156, 112, 96, 156, 113, 235, 220, 156, 112, 101, 156, 112, 123, 156, 112, 247, 156, 113, 235, 156, 112, 247, 156, 112, 111, 156, 113, 223, 156, 112, 253, 156, 113, 228, 220, 156, 112, 103, 156, 113, 235, 156, 112, 108, 156, 112, 114, 156, 113, 235, 156, 112, 101, 156, 112, 224, 30]), + ("Ce n'est pas une bonne idée de faire ça.", [34, 68, 299, 6, 395, 38836, 17809, 5351, 710, 4686, 22161, 390, 37063, 6184, 100, 64, 13]), + ("पैसे का कोई महत्व नहीं है।", [11976, 103, 24231, 230, 11976, 116, 24231, 229, 28225, 243, 48077, 28225, 243, 24231, 233, 11976, 230, 28225, 106, 11976, 117, 11976, 97, 24231, 235, 11976, 113, 28225, 101, 11976, 117, 24231, 222, 11976, 224, 28225, 117, 24231, 230, 24231, 97]), + ("Ας μιλήσουμε λίγο για την κατάστασή σου.", [138, 239, 35558, 18919, 29945, 39377, 138, 106, 38392, 26517, 139, 227, 34703, 30950, 7377, 119, 138, 107, 42063, 26517, 7377, 111, 29945, 17394, 46651, 138, 115, 26180, 7377, 118, 17394, 32830, 138, 105, 38392, 32830, 17394, 38392, 138, 106, 18074, 225, 26517, 139, 227, 13]), + ("Я знаю, что вы хотите это сделать.", [140, 107, 12466, 115, 22177, 16142, 141, 236, 11, 220, 141, 229, 20375, 15166, 12466, 110, 45035, 220, 141, 227, 15166, 20375, 18849, 20375, 16843, 220, 141, 235, 20375, 15166, 220, 21727, 43666, 16843, 30143, 16142, 20375, 45367, 13]), + ("Das macht überhaupt keinen Sinn.", [35, 292, 3235, 83, 6184, 120, 527, 71, 559, 457, 885, 42326, 41870, 13]), + ("¿Podría decirme qué debo hacer?", [126, 123, 41565, 81, 29690, 875, 343, 1326, 627, 2634, 1915, 78, 289, 11736, 30]), + ("Mi serve il tuo aiuto, per favore.", [41541, 4691, 4229, 12777, 78, 257, 72, 9390, 11, 583, 2090, 382, 13]), + ("আমি নিশ্চয়ই এটি করতে পারবো না।", [48071, 228, 48071, 106, 48071, 123, 220, 48071, 101, 48071, 123, 48071, 114, 156, 100, 235, 48071, 248, 48071, 107, 48071, 120, 48071, 229, 220, 48071, 237, 48071, 253, 48071, 123, 220, 48071, 243, 48071, 108, 48071, 97, 156, 100, 229, 220, 48071, 103, 48071, 122, 48071, 108, 48071, 105, 156, 100, 233, 220, 48071, 101, 48071, 122, 24231, 97]), + ("Elle n'a jamais été dans cette ville.", [9527, 293, 299, 6, 64, 474, 1689, 271, 220, 25125, 2634, 288, 504, 269, 5857, 410, 8270, 13]), + ("Jeg kan ikke hjælpe dig med det.", [41, 1533, 43998, 220, 1134, 365, 289, 73, 21241, 75, 431, 3100, 1117, 1062, 13]), + ("나는 그것이 싫어요.", [167, 224, 246, 167, 232, 242, 220, 166, 115, 116, 166, 110, 225, 35975, 112, 23821, 233, 104, 168, 244, 112, 168, 248, 242, 13]), + ("Քննարկում ենք հետևյալ նախագծերը:", [145, 242, 145, 114, 145, 114, 145, 94, 146, 222, 145, 107, 145, 116, 146, 224, 145, 112, 220, 145, 98, 145, 114, 146, 226, 220, 145, 108, 145, 98, 145, 123, 146, 229, 145, 113, 145, 94, 145, 105, 220, 145, 114, 145, 94, 145, 255, 145, 94, 145, 96, 145, 106, 145, 98, 146, 222, 145, 101, 25]), + ("आपकी मदद करने के लिए मैं यहाँ हूँ।", [11976, 228, 11976, 103, 11976, 243, 24231, 222, 28225, 106, 11976, 99, 11976, 99, 28225, 243, 11976, 108, 11976, 101, 24231, 229, 28225, 243, 24231, 229, 28225, 110, 11976, 123, 11976, 237, 28225, 106, 24231, 230, 11976, 224, 28225, 107, 11976, 117, 48077, 11976, 223, 28225, 117, 24231, 224, 11976, 223, 24231, 97]), + ("Det här kommer inte att fungera.", [11242, 289, 11033, 81, 479, 296, 647, 493, 68, 708, 1257, 1362, 64, 13]), + ("Πού μπορώ να βρω περισσότερες πληροφορίες;", [138, 254, 26517, 139, 235, 18919, 46582, 26517, 33643, 139, 236, 7377, 121, 17394, 27169, 33643, 49535, 18074, 222, 30950, 33643, 29945, 38392, 38392, 139, 234, 32830, 30950, 33643, 30950, 35558, 18074, 222, 39377, 138, 115, 33643, 26517, 139, 228, 26517, 33643, 138, 107, 30950, 35558, 26]), + ("Я уверен, что ты справишься.", [140, 107, 220, 35072, 38857, 16843, 21169, 16843, 22177, 11, 220, 141, 229, 20375, 15166, 220, 20375, 45035, 220, 21727, 140, 123, 21169, 16142, 38857, 18849, 141, 230, 45367, 21727, 40623, 13]), + ("Ce n'est pas ce que j'ai dit.", [34, 68, 299, 6, 395, 38836, 2906, 8358, 474, 6, 1872, 288, 270, 13]), + ("ഞാൻ പറഞ്ഞതു അല്ലാത്തതാണ്.", [156, 112, 252, 156, 112, 122, 156, 113, 119, 220, 156, 112, 103, 156, 112, 109, 156, 112, 252, 156, 113, 235, 156, 112, 252, 156, 112, 97, 156, 113, 223, 220, 156, 112, 227, 156, 112, 110, 156, 113, 235, 156, 112, 110, 156, 112, 122, 156, 112, 97, 156, 113, 235, 156, 112, 97, 156, 112, 97, 156, 112, 122, 156, 112, 96, 156, 113, 235, 13]), + ("Kan du hjælpe mig med dette problem?", [42, 272, 7043, 289, 73, 21241, 75, 431, 37011, 1117, 1062, 660, 1917, 30]), + ("당신은 어떻게 생각합니까?", [46695, 117, 168, 233, 254, 35975, 222, 23821, 244, 112, 167, 244, 119, 166, 110, 234, 23821, 225, 251, 166, 108, 223, 47991, 102, 46695, 230, 166, 117, 234, 30]), + ("Mi piacerebbe fare una passeggiata.", [41541, 31028, 558, 34806, 1350, 14505, 555, 64, 279, 21612, 1130, 72, 1045, 13]), + ("আমি তার সাথে আছি।", [48071, 228, 48071, 106, 48071, 123, 220, 48071, 97, 48071, 122, 48071, 108, 220, 48071, 116, 48071, 122, 48071, 98, 156, 100, 229, 220, 48071, 228, 48071, 249, 48071, 123, 24231, 97]), + ("Tu sais ce que tu fais, n'est-ce pas?", [47247, 473, 271, 2906, 8358, 12777, 277, 15152, 11, 299, 6, 395, 12, 344, 38836, 30]), + ("लोग बहुत कुछ बोलते हैं।", [11976, 110, 24231, 233, 11976, 245, 28225, 105, 11976, 117, 24231, 223, 11976, 97, 28225, 243, 24231, 223, 11976, 249, 28225, 105, 24231, 233, 11976, 110, 11976, 97, 24231, 229, 28225, 117, 24231, 230, 11976, 224, 24231, 97]), + ("Πες μου τι σκέφτεσαι.", [138, 254, 30950, 35558, 18919, 26517, 139, 227, 46651, 29945, 18074, 225, 43000, 138, 255, 139, 228, 32830, 30950, 38392, 17394, 29945, 13]), + ("Мы сделаем это вместе.", [140, 250, 45035, 220, 21727, 43666, 16843, 30143, 16142, 16843, 43108, 220, 141, 235, 20375, 15166, 12466, 110, 43108, 16843, 21727, 20375, 16843, 13]), + ("J'ai peur de ne pas y arriver.", [41, 6, 1872, 613, 333, 390, 497, 38836, 331, 2914, 332, 13]), + ("Quelle est votre couleur préférée?", [48, 2731, 293, 1556, 1993, 260, 2284, 293, 333, 778, 2634, 69, 42445, 22161, 30]), + ("Jaka jest Twoja ulubiona potrawa?", [41, 8130, 474, 395, 4930, 6592, 14856, 549, 32792, 1787, 1831, 64, 30]), + ("Qual é a sua música favorita?", [46181, 38251, 257, 424, 64, 285, 21356, 82, 3970, 2661, 5350, 30]), + ("Hvad er din yndlingssang?", [39, 85, 324, 1931, 16278, 331, 358, 17783, 82, 648, 30]), + ("Koji je tvoj omiljeni film?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 2646, 30]), + ("Melyik a kedvenc sportod?", [5308, 306, 1134, 257, 479, 276, 574, 66, 6332, 375, 30]), + ("Qual è il tuo film preferito?", [46181, 6184, 101, 4229, 12777, 78, 2646, 4702, 10094, 30]), + ("Koja je tvoja omiljena knjiga?", [48735, 6592, 11223, 256, 13038, 6592, 267, 25433, 73, 8107, 638, 73, 13827, 30]), + ("Cuál es tu película favorita?", [46141, 6557, 75, 1658, 12777, 16176, 8836, 3129, 64, 2661, 5350, 30]), + ("Kas on sinu lemmikmuusikastiil?", [42, 292, 319, 7813, 84, 443, 3020, 1134, 30300, 385, 1134, 459, 72, 346, 30]), + ("Quina és la teva sèrie preferida?", [4507, 1437, 220, 20954, 8591, 573, 6862, 264, 14064, 5034, 4702, 3755, 30]), + ("Quale è il tuo libro preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 9195, 305, 4702, 10094, 30]), + ("Kurš ir tavs mīļākais dzīvnieks?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 288, 89, 18962, 85, 11952, 591, 30]), + ("Qual é o teu desporto favorito?", [46181, 38251, 267, 573, 84, 748, 634, 78, 2661, 10094, 30]), + ("Cuál es tu color favorito?", [46141, 6557, 75, 1658, 12777, 3124, 2661, 10094, 30]), + ("Koji je tvoj omiljeni žanr filma?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 25370, 122, 272, 81, 1226, 2611, 30]), + ("Kateri je tvoj najljubši okus sladoleda?", [42, 729, 72, 11223, 256, 13038, 73, 299, 1228, 75, 73, 549, 32790, 72, 12876, 385, 1017, 324, 349, 18082, 30]), + ("Quel est ton livre préféré?", [48, 2731, 1556, 5680, 17717, 260, 778, 2634, 69, 2634, 29350, 30]), + ("Qual é a tua cor favorita?", [46181, 38251, 257, 256, 6413, 1162, 2661, 5350, 30]), + ("Koja ti je omiljena boja?", [48735, 6592, 46668, 11223, 267, 25433, 73, 8107, 1489, 6592, 30]), + ("Melyik a kedvenc ételed?", [5308, 306, 1134, 257, 479, 276, 574, 66, 220, 25125, 18449, 30]), + ("Koji je tvoj omiljeni grad?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 3915, 30]), + ("Quale è il tuo piatto preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 31028, 45807, 4702, 10094, 30]), + ("Kurš ir tavs mīļākais TV šovs?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 3195, 25370, 94, 709, 82, 30]), + ("Qual é a tua série de TV favorita?", [46181, 38251, 257, 256, 6413, 264, 2634, 5034, 390, 3195, 2661, 5350, 30]), + ("Katera je tvoja najljubša barva?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 2318, 6862, 30]), + ("Koji je tvoj omiljeni restoran?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 1334, 31884, 30]), + ("Qual é o teu hobby favorito?", [46181, 38251, 267, 573, 84, 20005, 2661, 10094, 30]), + ("Koji je tvoj omiljeni bend?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 19396, 30]), + ("Kurš ir tavs mīļākais mākslinieks?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 285, 10235, 591, 2815, 494, 591, 30]), + ("Quina és la teva pel·lícula preferida?", [4507, 1437, 220, 20954, 8591, 573, 6862, 16176, 9129, 75, 8836, 3129, 64, 4702, 3755, 30]), + ("Qual é a tua música favorita?", [46181, 38251, 257, 256, 6413, 285, 21356, 82, 3970, 2661, 5350, 30]), + ("Koji ti je omiljeni grad?", [42, 31370, 46668, 11223, 267, 25433, 73, 43850, 3915, 30]), + ("Katera je tvoja najljubša jed?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 474, 276, 30]), + ("Quel est ton plat préféré?", [48, 2731, 1556, 5680, 40315, 778, 2634, 69, 2634, 29350, 30]), + ("Kurš ir tavs mīļākais sporta veids?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 6332, 64, 1569, 2340, 30]), + ("Qual é o teu livro preferido?", [46181, 38251, 267, 573, 84, 17717, 305, 4702, 17305, 30]), + ("Koji ti je omiljeni hobi?", [42, 31370, 46668, 11223, 267, 25433, 73, 43850, 289, 13411, 30]), + ("Quale è il tuo colore preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 951, 382, 4702, 10094, 30]), + ("Katera je tvoja najljubša TV serija?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 3195, 1055, 34655, 30]), + ("Quina és la teva pel·lícula preferida?", [4507, 1437, 220, 20954, 8591, 573, 6862, 16176, 9129, 75, 8836, 3129, 64, 4702, 3755, 30]), + ("Koji je tvoj omiljeni glumac/glumica?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 1278, 388, 330, 14, 4743, 388, 3970, 30]), + ("Qual é o teu restaurante favorito?", [46181, 38251, 267, 573, 84, 7072, 68, 2661, 10094, 30]), + ("Kurš ir tavs mīļākais veids, kā pavadīt laiku?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 1569, 2340, 11, 479, 10235, 45549, 324, 18962, 83, 8591, 28643, 30]), + ("Qual é a tua série favorita?", [46181, 38251, 257, 256, 6413, 264, 2634, 5034, 2661, 5350, 30]), + ("Koja ti je omiljena hrana?", [48735, 6592, 46668, 11223, 267, 25433, 73, 8107, 39436, 2271, 30]), + ("Koji je tvoj omiljeni pisac/pisacica?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 279, 271, 330, 14, 79, 271, 330, 3970, 30]), + ("Quel est ton sport préféré?", [48, 2731, 1556, 5680, 6332, 778, 2634, 69, 2634, 29350, 30]), + ("Katera je tvoja najljubša pesem?", [42, 729, 64, 11223, 256, 13038, 6592, 299, 1228, 75, 73, 549, 32790, 64, 32317, 368, 30]), + ("Qual é o teu escritor favorito?", [46181, 38251, 267, 573, 84, 3671, 799, 273, 2661, 10094, 30]), + ("Kurš ir tavs mīļākais žanrs?", [42, 333, 32790, 4173, 256, 615, 82, 285, 18962, 128, 120, 10235, 4914, 271, 25370, 122, 272, 3808, 30]), + ("Quale è il tuo passatempo preferito?", [46181, 68, 6184, 101, 4229, 12777, 78, 1208, 23900, 7501, 4702, 10094, 30]), + ("Koji ti je omiljeni film", [42, 31370, 46668, 11223, 267, 25433, 73, 43850, 2646]), + ("👉🏼🌍 Bienvenidos a la tierra! ¿Cómo te encuentras hoy? 😎🌺", [41840, 231, 8582, 237, 120, 8582, 234, 235, 347, 2013, 574, 312, 418, 257, 8591, 14249, 430, 0, 1587, 123, 34, 10205, 5908, 573, 2207, 84, 298, 8847, 289, 726, 30, 30325, 236, 8582, 234, 118]), + ("🎉🎊 Tutti pronti per la festa? Io si! 🎂🥳🎈", [8582, 236, 231, 8582, 236, 232, 309, 15318, 72, 778, 756, 72, 583, 8591, 15292, 64, 30, 27853, 33721, 0, 12520, 236, 224, 8582, 98, 111, 8582, 236, 230]), + ("👋🏻 Hallo daar, hoe gaat het vandaag met je? 🌞🌷", [41840, 233, 8582, 237, 119, 4789, 78, 12379, 283, 11, 289, 2577, 31986, 265, 339, 83, 410, 5282, 363, 1138, 11223, 30, 12520, 234, 252, 8582, 234, 115]), + ("🍕🍟 Salut! Vous préférez la pizza ou les frites? 🍔🍟", [8582, 235, 243, 8582, 235, 253, 4849, 315, 0, 569, 516, 778, 2634, 69, 2634, 21107, 8591, 14256, 267, 84, 10287, 277, 23156, 30, 12520, 235, 242, 8582, 235, 253]), + ("👩🏽‍🦱 Ciao mondo! Come stai? Spero che tu abbia una bellissima giornata! 😊🌸", [41840, 102, 8582, 237, 121, 447, 235, 8582, 99, 109, 327, 13481, 285, 22311, 0, 7911, 336, 1872, 30, 311, 525, 78, 1125, 12777, 450, 23339, 555, 64, 8966, 747, 8083, 308, 72, 1211, 1045, 0, 30325, 232, 8582, 234, 116]), + ("👨🏼‍🦳¡Hola mundo! ¿Cómo estás? Espero que tengas un día maravilloso! 😎🌺", [41840, 101, 8582, 237, 120, 447, 235, 8582, 99, 111, 126, 94, 39, 5708, 27943, 78, 0, 1587, 123, 34, 10205, 5908, 1556, 40138, 30, 42083, 78, 8358, 256, 1516, 292, 555, 288, 29690, 1667, 615, 359, 28213, 0, 30325, 236, 8582, 234, 118]), + ("👩🏻‍🦰 Salut les gars! Comment ça va aujourd'hui? J'espère que tout va bien! 🌞🌷", [41840, 102, 8582, 237, 119, 447, 235, 8582, 99, 108, 4849, 315, 10287, 308, 945, 0, 18957, 6184, 100, 64, 46935, 257, 23577, 454, 67, 6, 71, 9019, 30, 449, 6, 9774, 35979, 8358, 256, 448, 46935, 275, 2013, 0, 12520, 234, 252, 8582, 234, 115]), + ("🍺🍷 Dobry wieczór! Jak się dziś czujesz? 🎉🎂", [8582, 235, 118, 8582, 235, 115, 30947, 563, 266, 494, 26691, 10205, 81, 0, 25845, 33721, 128, 247, 288, 17027, 129, 249, 24785, 23577, 274, 89, 30, 12520, 236, 231, 8582, 236, 224]), + ("👩🏾‍🦱 Olá mundo! Como você está? Espero que tenha um ótimo dia! 😊🌸", [41840, 102, 8582, 237, 122, 447, 235, 8582, 99, 109, 6544, 6557, 27943, 78, 0, 955, 78, 12776, 25792, 1556, 6557, 30, 42083, 78, 8358, 3478, 3099, 23781, 6184, 111, 16514, 78, 288, 544, 0, 30325, 232, 8582, 234, 116]), + ("👩🏻‍🦱 Hallo Welt! Wie geht es dir? Ich hoffe, du hast einen wunderschönen Tag! 😊🌸", [41840, 102, 8582, 237, 119, 447, 235, 8582, 99, 109, 4789, 78, 370, 2120, 0, 370, 494, 4903, 4352, 1658, 26672, 30, 26364, 289, 2364, 68, 11, 7043, 19338, 304, 42326, 266, 41116, 354, 9101, 38572, 17467, 0, 30325, 232, 8582, 234, 116]), + ("🐶🐱 Bonjour le monde! Aimez-vous les chiens ou les chats? 🐶🐱", [8582, 238, 114, 8582, 238, 109, 7979, 73, 454, 443, 285, 14378, 0, 317, 524, 89, 12, 31222, 10287, 442, 10465, 267, 84, 10287, 40815, 30, 12520, 238, 114, 8582, 238, 109]), + ("👋🏼 Hallo verden! Hvordan går det i dag? 🌞🌷", [41840, 233, 8582, 237, 120, 4789, 78, 3326, 6559, 0, 367, 85, 7350, 308, 29090, 81, 1062, 1312, 48924, 30, 12520, 234, 252, 8582, 234, 115]), + ("🎶🎵 Hej världen! Vilken musik gillar du att lyssna på? 🎧🎤", [8582, 236, 114, 8582, 236, 113, 679, 73, 410, 11033, 81, 335, 268, 0, 34037, 3464, 1928, 1134, 308, 359, 283, 7043, 708, 22404, 824, 2616, 279, 29090, 30, 12520, 236, 100, 8582, 236, 97]), + ("👽🛸 Merhaba dünya! Bugün nasılsın? Umarım harika bir gün geçiriyorsun! 😊🌸", [41840, 121, 8582, 249, 116, 4638, 5976, 64, 288, 9116, 3281, 64, 0, 15217, 9116, 77, 25221, 30102, 7278, 30102, 77, 30, 471, 3876, 30102, 76, 3971, 9232, 35122, 308, 9116, 77, 4903, 16175, 343, 7745, 669, 403, 0, 30325, 232, 8582, 234, 116]), + ("👨🏽‍🦳 Hallo wereld! Hoe gaat het vandaag met je? 🌞🌷", [41840, 101, 8582, 237, 121, 447, 235, 8582, 99, 111, 4789, 78, 547, 335, 0, 367, 2577, 31986, 265, 339, 83, 410, 5282, 363, 1138, 11223, 30, 12520, 234, 252, 8582, 234, 115]), + ("👩🏼‍🦳 Ciao mondo! Come stai? Spero che tu abbia una bellissima giornata! 😊🌸", [41840, 102, 8582, 237, 120, 447, 235, 8582, 99, 111, 327, 13481, 285, 22311, 0, 7911, 336, 1872, 30, 311, 525, 78, 1125, 12777, 450, 23339, 555, 64, 8966, 747, 8083, 308, 72, 1211, 1045, 0, 30325, 232, 8582, 234, 116]), + ("🌈🦄 Hello world! Do you believe in magic? ✨🎩", [8582, 234, 230, 8582, 99, 226, 18435, 995, 0, 2141, 345, 1975, 287, 5536, 30, 14519, 101, 8582, 236, 102]), + ("🐦🐤 Tere maailm! Kas sa armastad linde? 🐦🐤", [8582, 238, 99, 8582, 238, 97, 309, 567, 17266, 603, 76, 0, 15035, 473, 3211, 459, 324, 300, 521, 68, 30, 12520, 238, 99, 8582, 238, 97]), + ("🌌🚀 Hallo Welt! Was ist dein Lieblingsfilm über Weltraumabenteuer? 🌠🪐", [8582, 234, 234, 8582, 248, 222, 4789, 78, 370, 2120, 0, 8920, 318, 83, 390, 259, 12060, 2436, 654, 26240, 6184, 120, 527, 370, 2120, 430, 388, 397, 298, 12496, 263, 30, 12520, 234, 254, 8582, 103, 238]), + ("👨🏻‍🦱 Olá mundo! Como você está? Espero que tenha um ótimo dia! 😊🌸", [41840, 101, 8582, 237, 119, 447, 235, 8582, 99, 109, 6544, 6557, 27943, 78, 0, 955, 78, 12776, 25792, 1556, 6557, 30, 42083, 78, 8358, 3478, 3099, 23781, 6184, 111, 16514, 78, 288, 544, 0, 30325, 232, 8582, 234, 116]), + ("🌍🌊 Bonjour le monde! Aimez-vous la plage ou les montagnes? 🏖️⛰️", [8582, 234, 235, 8582, 234, 232, 7979, 73, 454, 443, 285, 14378, 0, 317, 524, 89, 12, 31222, 8591, 458, 496, 267, 84, 10287, 40689, 363, 2516, 30, 12520, 237, 244, 37929, 158, 249, 108, 37929]), + ("👩🏼‍🦰 Hallo Welt! Was ist dein Lieblingslied im Moment?", [41840, 102, 8582, 237, 120, 447, 235, 8582, 99, 108, 4789, 78, 370, 2120, 0, 8920, 318, 83, 390, 259, 12060, 2436, 654, 18511, 545, 29278, 30]), + ("I'm feeling 😊 very happy today 😍", [40, 1101, 4203, 30325, 232, 845, 3772, 1909, 30325, 235]), + ("🍔 Let's grab some food 🍟 and hang out 🎉", [8582, 235, 242, 3914, 338, 5552, 617, 2057, 12520, 235, 253, 290, 8181, 503, 12520, 236, 231]), + ("🌸 Spring is my favorite season 🌺 what's yours?", [8582, 234, 116, 8225, 318, 616, 4004, 1622, 12520, 234, 118, 644, 338, 12431, 30]), + ("⚽ I love playing sports 🎾 especially tennis 🏸", [158, 248, 121, 314, 1842, 2712, 5701, 12520, 236, 122, 2592, 20790, 12520, 237, 116]), + ("🎥 I just watched the latest movie 🎞️ and it was amazing 🤩", [8582, 236, 98, 314, 655, 7342, 262, 3452, 3807, 12520, 236, 252, 37929, 290, 340, 373, 4998, 12520, 97, 102]), + ("I can't wait for 🎄 Christmas 🎁 to arrive 🎅", [40, 460, 470, 4043, 329, 12520, 236, 226, 6786, 12520, 236, 223, 284, 9240, 12520, 236, 227]), + ("📚 I'm currently reading a new book 📖 and it's so interesting 🤓", [8582, 241, 248, 314, 1101, 3058, 3555, 257, 649, 1492, 12520, 241, 244, 290, 340, 338, 523, 3499, 12520, 97, 241]), + ("🌊 The beach 🏖️ is my favorite place to relax and unwind 🧘‍♂️", [8582, 234, 232, 383, 10481, 12520, 237, 244, 37929, 318, 616, 4004, 1295, 284, 8960, 290, 7379, 521, 12520, 100, 246, 447, 235, 17992, 224, 37929]), + ("🚗 Road trips 🛣️ are so much fun 🎉 I love traveling 🌍", [8582, 248, 245, 5567, 13229, 12520, 249, 96, 37929, 389, 523, 881, 1257, 12520, 236, 231, 314, 1842, 11300, 12520, 234, 235]), + ("🍿 I'm going to watch a movie 🎬 tonight with some popcorn 🍫", [8582, 235, 123, 314, 1101, 1016, 284, 2342, 257, 3807, 12520, 236, 105, 9975, 351, 617, 38914, 12520, 235, 104]), + ("🍕 Pizza 🍟 is my all-time favorite food 🍔 what's yours?", [8582, 235, 243, 20952, 12520, 235, 253, 318, 616, 477, 12, 2435, 4004, 2057, 12520, 235, 242, 644, 338, 12431, 30]), + ("🌅 The sunrise 🌄 is one of the most beautiful things I've ever seen 🌞", [8582, 234, 227, 383, 40048, 12520, 234, 226, 318, 530, 286, 262, 749, 4950, 1243, 314, 1053, 1683, 1775, 12520, 234, 252]), + ("🏰 I love visiting castles 🏯 and learning about their history 📜", [8582, 237, 108, 314, 1842, 10013, 49203, 12520, 237, 107, 290, 4673, 546, 511, 2106, 12520, 241, 250]), + ("💻 I spend most of my time on the computer ⌨️ working on projects 💼", [8582, 240, 119, 314, 4341, 749, 286, 616, 640, 319, 262, 3644, 2343, 234, 101, 37929, 1762, 319, 4493, 12520, 240, 120]), + ("📺 I'm currently binge-watching a new series 🍿 and it's so good 🤩", [8582, 241, 118, 314, 1101, 3058, 34735, 12, 50042, 257, 649, 2168, 12520, 235, 123, 290, 340, 338, 523, 922, 12520, 97, 102]), + ("🎨 Art 🖌️ is one of my favorite hobbies 🎭 what do you like to do?", [8582, 236, 101, 3683, 12520, 244, 234, 37929, 318, 530, 286, 616, 4004, 45578, 12520, 236, 255, 644, 466, 345, 588, 284, 466, 30]), + ("🎶 I love listening to music 🎧 especially while working 🎹", [8582, 236, 114, 314, 1842, 8680, 284, 2647, 12520, 236, 100, 2592, 981, 1762, 12520, 236, 117]), + ("🏞️ Nature 🌲 is so beautiful 🌳 I love going on hikes 🚶‍♂️", [8582, 237, 252, 37929, 10362, 12520, 234, 110, 318, 523, 4950, 12520, 234, 111, 314, 1842, 1016, 319, 34309, 12520, 248, 114, 447, 235, 17992, 224, 37929]), + ("🌌 The stars ✨ are so mesmerizing 🌟 I love stargazing 🌠", [8582, 234, 234, 383, 5788, 14519, 101, 389, 523, 46814, 2890, 12520, 234, 253, 314, 1842, 336, 853, 4070, 12520, 234, 254]), + ("📷 Photography 📸 is one of my favorite hobbies 🌉 what's yours?", [8582, 241, 115, 32461, 12520, 241, 116, 318, 530, 286, 616, 4004, 45578, 12520, 234, 231, 644, 338, 12431, 30]), + ("🍦 Ice cream 🍨 is my go-to dessert 🎂 what's yours?", [8582, 235, 99, 6663, 8566, 12520, 235, 101, 318, 616, 467, 12, 1462, 23084, 12520, 236, 224, 644, 338, 12431, 30]), + ("🎡 I love going to amusement parks 🎢 and riding roller coasters 🎠", [8582, 236, 94, 314, 1842, 1016, 284, 30184, 14860, 12520, 236, 95, 290, 10311, 24471, 763, 7060, 12520, 236, 254]), + ("🐶 Dogs 🐕 are the best 🐾 what's your favorite animal?", [8582, 238, 114, 21367, 12520, 238, 243, 389, 262, 1266, 12520, 238, 122, 644, 338, 534, 4004, 5044, 30]), + ("🌈 Rainbows 🌈 are so beautiful 🌞 they make me so happy 🌸", [8582, 234, 230, 10301, 25435, 12520, 234, 230, 389, 523, 4950, 12520, 234, 252, 484, 787, 502, 523, 3772, 12520, 234, 116]), + ("🚣‍♀️ I love kayaking 🛶 it's so peaceful on the water 🌊", [8582, 248, 96, 447, 235, 17992, 222, 37929, 314, 1842, 34681, 868, 12520, 249, 114, 340, 338, 523, 12309, 319, 262, 1660, 12520, 234, 232]), + ("🎮 Video games 🎲 are so much fun 🕹️ what's your favorite game?", [8582, 236, 106, 7623, 1830, 12520, 236, 110, 389, 523, 881, 1257, 12520, 243, 117, 37929, 644, 338, 534, 4004, 983, 30]), + ("🏠 Home 🏡 is my favorite place to be 🌅 where's yours?", [8582, 237, 254, 5995, 12520, 237, 94, 318, 616, 4004, 1295, 284, 307, 12520, 234, 227, 810, 338, 12431, 30]), + ("🍩 Donuts 🍩 are my favorite snack 🍫 what's yours?", [8582, 235, 102, 2094, 5500, 12520, 235, 102, 389, 616, 4004, 26906, 12520, 235, 104, 644, 338, 12431, 30]), + ("🚴‍♀️ I love going for bike rides 🚴‍♂️ it's a great way to stay active 🏃‍♀️", [8582, 248, 112, 447, 235, 17992, 222, 37929, 314, 1842, 1016, 329, 7161, 17445, 12520, 248, 112, 447, 235, 17992, 224, 37929, 340, 338, 257, 1049, 835, 284, 2652, 4075, 12520, 237, 225, 447, 235, 17992, 222, 37929]), + ("👩‍🍳 Cooking 👨‍🍳 is one of my favorite hobbies 🍲 what do you like to cook?", [41840, 102, 447, 235, 8582, 235, 111, 33774, 50169, 101, 447, 235, 8582, 235, 111, 318, 530, 286, 616, 4004, 45578, 12520, 235, 110, 644, 466, 345, 588, 284, 4255, 30]), + ("🍁 Fall 🍂 is my favorite season 🍃 what's yours?", [8582, 235, 223, 7218, 12520, 235, 224, 318, 616, 4004, 1622, 12520, 235, 225, 644, 338, 12431, 30]), + ("🎄 Christmas 🎅 is my favorite holiday 🎁 what's yours?", [8582, 236, 226, 6786, 12520, 236, 227, 318, 616, 4004, 9912, 12520, 236, 223, 644, 338, 12431, 30]), + ("🌞 Let's enjoy the beautiful day at the beach, swimming in the 🌊 and soaking up the ☀️!", [8582, 234, 252, 3914, 338, 2883, 262, 4950, 1110, 379, 262, 10481, 11, 14899, 287, 262, 12520, 234, 232, 290, 41714, 510, 262, 34719, 222, 37929, 0]), + ("👨‍👩‍👧‍👦 Family is the most important thing in life. Spending time with your loved ones is priceless! ❤️", [41840, 101, 447, 235, 41840, 102, 447, 235, 41840, 100, 447, 235, 41840, 99, 7884, 318, 262, 749, 1593, 1517, 287, 1204, 13, 43902, 640, 351, 534, 6151, 3392, 318, 49083, 0, 43074, 97, 37929]), + ("🎉 Let's celebrate the special occasion with a huge party, with lots of 🎁 and 🎂 for everyone to enjoy!", [8582, 236, 231, 3914, 338, 10648, 262, 2041, 6695, 351, 257, 3236, 2151, 11, 351, 6041, 286, 12520, 236, 223, 290, 12520, 236, 224, 329, 2506, 284, 2883, 0]), + ("📖 Reading is one of the best ways to expand your knowledge and imagination. There's a book out there for everyone! 📚", [8582, 241, 244, 11725, 318, 530, 286, 262, 1266, 2842, 284, 4292, 534, 3725, 290, 13843, 13, 1318, 338, 257, 1492, 503, 612, 329, 2506, 0, 12520, 241, 248]), + ("👍 Positive thinking can change your life. Believe in yourself and the possibilities that the future holds! 😃", [41840, 235, 33733, 3612, 460, 1487, 534, 1204, 13, 32018, 287, 3511, 290, 262, 12779, 326, 262, 2003, 6622, 0, 30325, 225]), + ("🌲 Nature is full of wonders, from the 🌺 and 🌸 in the spring to the 🍁 and 🍂 in the fall. Take a walk and enjoy the beauty around you!", [8582, 234, 110, 10362, 318, 1336, 286, 19294, 11, 422, 262, 12520, 234, 118, 290, 12520, 234, 116, 287, 262, 6076, 284, 262, 12520, 235, 223, 290, 12520, 235, 224, 287, 262, 2121, 13, 7214, 257, 2513, 290, 2883, 262, 8737, 1088, 345, 0]), + ("💻 Technology is constantly changing and improving our lives. We can connect with people all over the world and access information at our fingertips!", [8582, 240, 119, 8987, 318, 7558, 5609, 290, 10068, 674, 3160, 13, 775, 460, 2018, 351, 661, 477, 625, 262, 995, 290, 1895, 1321, 379, 674, 40142, 0]), + ("🎵 Music has the power to inspire and uplift us. Whether it's 🎧 on your headphones or a live concert, let the rhythm move you!", [8582, 236, 113, 7849, 468, 262, 1176, 284, 18330, 290, 28996, 2135, 514, 13, 10127, 340, 338, 12520, 236, 100, 319, 534, 22537, 393, 257, 2107, 10010, 11, 1309, 262, 18662, 1445, 345, 0]), + ("🌎 We all share this planet and have a responsibility to take care of it. Let's work together to create a sustainable future for generations to come!", [8582, 234, 236, 775, 477, 2648, 428, 5440, 290, 423, 257, 5798, 284, 1011, 1337, 286, 340, 13, 3914, 338, 670, 1978, 284, 2251, 257, 13347, 2003, 329, 10439, 284, 1282, 0]), + ("👀 Seeing the world through someone else's eyes can broaden your perspective and help you grow as a person. Be open-minded and empathetic!", [41840, 222, 25913, 262, 995, 832, 2130, 2073, 338, 2951, 460, 44870, 534, 6650, 290, 1037, 345, 1663, 355, 257, 1048, 13, 1355, 1280, 12, 14543, 290, 795, 8071, 6587, 0]), + ("🍔 Food is a universal language that brings people together. From 🍕 to 🍣, there's something for everyone to enjoy!", [8582, 235, 242, 7318, 318, 257, 10112, 3303, 326, 6774, 661, 1978, 13, 3574, 12520, 235, 243, 284, 12520, 235, 96, 11, 612, 338, 1223, 329, 2506, 284, 2883, 0]), + ("💪 Challenges are a part of life, but they also make us stronger and more resilient. Don't give up, keep pushing forward!", [8582, 240, 103, 44495, 389, 257, 636, 286, 1204, 11, 475, 484, 635, 787, 514, 7387, 290, 517, 30738, 13, 2094, 470, 1577, 510, 11, 1394, 7796, 2651, 0]), + ("😴 Getting enough sleep is crucial for our health and wellbeing. Make sure you prioritize rest and relaxation in your daily routine!", [47249, 112, 18067, 1576, 3993, 318, 8780, 329, 674, 1535, 290, 40013, 13, 6889, 1654, 345, 32980, 1334, 290, 34205, 287, 534, 4445, 8027, 0]), + ("🤝 Building strong relationships with others can enrich your life and bring joy and fulfillment. Take the time to connect and nurture your friendships!", [8582, 97, 251, 11819, 1913, 6958, 351, 1854, 460, 22465, 534, 1204, 290, 2222, 8716, 290, 32402, 13, 7214, 262, 640, 284, 2018, 290, 43414, 534, 34596, 0]), + ("🚀 We have the potential to achieve great things, but it takes hard work and determination. Dream big and chase your goals!", [8582, 248, 222, 775, 423, 262, 2785, 284, 4620, 1049, 1243, 11, 475, 340, 2753, 1327, 670, 290, 12123, 13, 7610, 1263, 290, 15505, 534, 4661, 0]), + ("🧘‍♀️ Practicing mindfulness and meditation can help reduce stress and improve mental clarity. Take a few deep breaths and find your inner peace!", [8582, 100, 246, 447, 235, 17992, 222, 37929, 13672, 6345, 35502, 290, 16901, 460, 1037, 4646, 5503, 290, 2987, 5110, 16287, 13, 7214, 257, 1178, 2769, 45576, 290, 1064, 534, 8434, 4167, 0]), + ("🎨 Creativity comes in many forms, from painting and writing to music and dance. Let your imagination run wild and express yourself!", [8582, 236, 101, 7921, 3458, 2058, 287, 867, 5107, 11, 422, 12036, 290, 3597, 284, 2647, 290, 9280, 13, 3914, 534, 13843, 1057, 4295, 290, 4911, 3511, 0]), + ("👨‍🏫 Education is a lifelong journey that can open doors to new opportunities and perspectives. Keep learning and growing every day!", [41840, 101, 447, 235, 8582, 237, 104, 7868, 318, 257, 25837, 7002, 326, 460, 1280, 8215, 284, 649, 6443, 290, 22582, 13, 9175, 4673, 290, 3957, 790, 1110, 0]), + ("🏋️‍♀️ Exercise is essential for our physical and mental health. Whether it's a workout at the gym or a walk in the park, make movement a priority!", [8582, 237, 233, 37929, 447, 235, 17992, 222, 37929, 32900, 318, 6393, 329, 674, 3518, 290, 5110, 1535, 13, 10127, 340, 338, 257, 17578, 379, 262, 11550, 393, 257, 2513, 287, 262, 3952, 11, 787, 3356, 257, 8475, 0]), + ("🧘‍♂️ Yoga is a wonderful way to improve flexibility, strength, and relaxation. Find a class or practice at home and feel the benefits!", [8582, 100, 246, 447, 235, 17992, 224, 37929, 32856, 318, 257, 7932, 835, 284, 2987, 13688, 11, 4202, 11, 290, 34205, 13, 9938, 257, 1398, 393, 3357, 379, 1363, 290, 1254, 262, 4034, 0]), + ("🌟 Every person has their own unique talents and gifts. Embrace your individuality and shine your light for the world to see!", [8582, 234, 253, 3887, 1048, 468, 511, 898, 3748, 18054, 290, 13201, 13, 2295, 46565, 534, 48960, 290, 18340, 534, 1657, 329, 262, 995, 284, 766, 0]), + ("📈 Success is different for everyone, but it always requires hard work and dedication. Set goals and take action to make your dreams a reality!", [8582, 241, 230, 16282, 318, 1180, 329, 2506, 11, 475, 340, 1464, 4433, 1327, 670, 290, 22445, 13, 5345, 4661, 290, 1011, 2223, 284, 787, 534, 10625, 257, 3950, 0]), + ("Ïâ kòtã ńã hî ílà tò wẹyí fún ìbẹ̀rẹ̀, tún dédé òun kò wá. 😂🤣😜", [127, 237, 22940, 479, 127, 110, 83, 26102, 25370, 226, 26102, 289, 34803, 6184, 255, 75, 24247, 256, 127, 110, 266, 157, 118, 117, 88, 8836, 277, 21356, 77, 6184, 105, 65, 157, 118, 117, 136, 222, 81, 157, 118, 117, 136, 222, 11, 256, 21356, 77, 39073, 67, 2634, 6184, 110, 403, 479, 127, 110, 266, 6557, 13, 30325, 224, 8582, 97, 96, 47249, 250]), + ("আমি আপনাকে ভালো জানি না, কিন্তু তুমি সুন্দর। 😊💕🌹", [48071, 228, 48071, 106, 48071, 123, 220, 48071, 228, 48071, 103, 48071, 101, 48071, 122, 48071, 243, 156, 100, 229, 220, 48071, 255, 48071, 122, 48071, 110, 156, 100, 233, 220, 48071, 250, 48071, 122, 48071, 101, 48071, 123, 220, 48071, 101, 48071, 122, 11, 220, 48071, 243, 48071, 123, 48071, 101, 156, 100, 235, 48071, 97, 156, 100, 223, 220, 48071, 97, 156, 100, 223, 48071, 106, 48071, 123, 220, 48071, 116, 156, 100, 223, 48071, 101, 156, 100, 235, 48071, 99, 48071, 108, 24231, 97, 30325, 232, 8582, 240, 243, 8582, 234, 117]), + ("Is cian dom bheith ag caint leat, ach is breá liom tú fós. ❤️🥰😘", [3792, 269, 666, 2401, 275, 258, 342, 556, 269, 2913, 443, 265, 11, 257, 354, 318, 1449, 6557, 7649, 296, 256, 21356, 277, 10205, 82, 13, 43074, 97, 37929, 8582, 98, 108, 47249, 246]), + ("शब्द बदलों और शब्दों की इनकार करने की कला एक नैतिक कला है। 😇🙏🌺", [11976, 114, 11976, 105, 24231, 235, 11976, 99, 28225, 105, 11976, 99, 11976, 110, 24231, 233, 11976, 224, 28225, 242, 11976, 108, 28225, 114, 11976, 105, 24231, 235, 11976, 99, 24231, 233, 11976, 224, 28225, 243, 24231, 222, 28225, 229, 11976, 101, 11976, 243, 48077, 11976, 108, 28225, 243, 11976, 108, 11976, 101, 24231, 229, 28225, 243, 24231, 222, 28225, 243, 11976, 110, 48077, 28225, 237, 11976, 243, 28225, 101, 24231, 230, 11976, 97, 11976, 123, 11976, 243, 28225, 243, 11976, 110, 48077, 28225, 117, 24231, 230, 24231, 97, 30325, 229, 8582, 247, 237, 8582, 234, 118]), + ("Ma imniġġihx li għandek tgħidli? Biss qalbi u inti tnixtieq u aqbel. ❤️😍💘", [21467, 545, 8461, 128, 94, 128, 94, 4449, 87, 7649, 308, 128, 100, 392, 988, 256, 70, 128, 100, 312, 4528, 30, 347, 747, 10662, 282, 8482, 334, 493, 72, 256, 77, 6346, 494, 80, 334, 257, 80, 6667, 13, 43074, 97, 37929, 47249, 235, 8582, 240, 246]), + ("وتحتفظ اللغة بقدرتها العجيبة على التلاعب بالأشياء. 🤯🤔😎", [30335, 41486, 148, 255, 41486, 149, 223, 148, 116, 28981, 13862, 148, 118, 45632, 17550, 101, 149, 224, 38843, 26897, 41486, 29519, 12919, 28981, 44690, 148, 105, 22654, 39848, 45632, 17550, 117, 13862, 149, 231, 28981, 41486, 13862, 34247, 117, 39848, 17550, 101, 23525, 148, 96, 148, 112, 22654, 34247, 94, 13, 12520, 97, 107, 8582, 97, 242, 47249, 236]), + ("Nihayetinde seni anlıyorum, ama hala seni seviyorum. 😘💖👄", [45, 4449, 323, 316, 521, 68, 3308, 72, 281, 75, 30102, 88, 19220, 11, 716, 64, 289, 6081, 3308, 72, 384, 85, 7745, 19220, 13, 30325, 246, 8582, 240, 244, 41840, 226]), + ("Če lahko kdo razume, kaj pišem, potem sem v resnih težavah. 😅🤔😜", [128, 234, 68, 300, 993, 7204, 479, 4598, 374, 1031, 2454, 11, 479, 1228, 31028, 32790, 368, 11, 1787, 368, 5026, 410, 581, 37373, 573, 129, 122, 615, 993, 13, 12520, 11805, 8582, 97, 242, 47249, 250]), + ("Jeg prøver å finne ord, men hodet mitt er fullt av troll. 🧝‍♀️🧝‍♂️👹", [41, 1533, 778, 24172, 332, 6184, 98, 957, 710, 2760, 11, 1450, 289, 375, 316, 285, 715, 1931, 1336, 83, 1196, 13278, 13, 12520, 100, 251, 447, 235, 17992, 222, 37929, 8582, 100, 251, 447, 235, 17992, 224, 37929, 41840, 117]), + ("Porque el arte siempre está en lo que parece imposible de hacer. 😎🎨🎭", [47, 273, 4188, 1288, 46252, 264, 26597, 3866, 1556, 6557, 551, 2376, 8358, 279, 533, 344, 848, 418, 856, 390, 289, 11736, 13, 30325, 236, 8582, 236, 101, 8582, 236, 255]), + ("Začinjam razmišljati da sam ja jedina osoba koju znam koja se iskreno ne voli. 😔🤔😩", [57, 64, 46195, 259, 39159, 374, 1031, 11632, 32790, 75, 73, 7246, 12379, 6072, 45091, 474, 276, 1437, 267, 568, 7012, 479, 13210, 84, 1976, 7402, 41727, 6592, 384, 318, 74, 918, 78, 497, 2322, 72, 13, 30325, 242, 8582, 97, 242, 47249, 102]), + ("Tidak peduli seberapa kuat Anda, akan selalu ada orang yang lebih kuat. 😔🤜🤛", [51, 312, 461, 7190, 32176, 384, 527, 32678, 479, 84, 265, 843, 64, 11, 257, 27541, 384, 75, 282, 84, 512, 64, 393, 648, 331, 648, 443, 65, 4449, 479, 84, 265, 13, 30325, 242, 8582, 97, 250, 8582, 97, 249]), + ("Seyahat etmek, kendimizi keşfetmemizi sağlar. 🌎🧳🚗", [50, 2959, 993, 265, 2123, 76, 988, 11, 479, 437, 320, 528, 72, 885, 46481, 34045, 11883, 528, 72, 473, 33133, 21681, 13, 12520, 234, 236, 8582, 100, 111, 8582, 248, 245]), + ("Kdybych byl opilý, řekl bych ti něco krásného. 🍺😜🥴", [42, 9892, 1525, 354, 416, 75, 1034, 346, 127, 121, 11, 25370, 247, 988, 75, 416, 354, 46668, 299, 128, 249, 1073, 479, 81, 6557, 16184, 2634, 8873, 13, 12520, 235, 118, 47249, 250, 8582, 98, 112]), + ("Der Mensch hat die Fähigkeit, seine Wahrnehmung zu verändern. 🤯🤔🌌", [28532, 43103, 354, 6877, 4656, 376, 11033, 25196, 365, 270, 11, 384, 500, 35893, 81, 710, 23940, 2150, 1976, 84, 3326, 11033, 681, 77, 13, 12520, 97, 107, 8582, 97, 242, 8582, 234, 234]), + ("Не знаю, что тебе сказать, но ты мне нравишься. 😘💕👄", [140, 251, 16843, 12466, 115, 22177, 16142, 141, 236, 11, 220, 141, 229, 20375, 15166, 220, 20375, 16843, 140, 109, 16843, 220, 21727, 31583, 16142, 140, 115, 16142, 20375, 45367, 11, 12466, 121, 15166, 220, 20375, 45035, 12466, 120, 22177, 16843, 12466, 121, 21169, 16142, 38857, 18849, 141, 230, 45367, 21727, 40623, 13, 30325, 246, 8582, 240, 243, 41840, 226]), + ("En ny dag, en ny start, en ny sjanse til å gjøre noe fantastisk. 🌅🌞🌟", [4834, 299, 88, 48924, 11, 551, 299, 88, 923, 11, 551, 299, 88, 264, 13881, 325, 21502, 6184, 98, 308, 73, 24172, 260, 645, 68, 5113, 459, 1984, 13, 12520, 234, 227, 8582, 234, 252, 8582, 234, 253]), + ("Jeg er lei av å være lei av alt. 😒🤷‍♀️😔", [41, 1533, 1931, 443, 72, 1196, 6184, 98, 410, 21241, 260, 443, 72, 1196, 5988, 13, 30325, 240, 8582, 97, 115, 447, 235, 17992, 222, 37929, 47249, 242]), + ("Hey! Wie geht's? Ich hoffe, es geht dir gut! 🙂", [10814, 0, 220, 220, 220, 220, 370, 494, 4903, 4352, 338, 30, 26364, 289, 2364, 68, 11, 1658, 4903, 4352, 26672, 12500, 0, 32485]), + ("Buongiorno! Come stai? Spero che tutto stia andando bene! 🌞", [38374, 506, 72, 46447, 0, 7911, 336, 1872, 30, 311, 525, 78, 1125, 9732, 1462, 336, 544, 290, 25440, 10004, 0, 12520, 234, 252]), + ("Bonjour ! Comment vas-tu ? J'espère que tu te portes bien ! 🌼", [20682, 73, 454, 5145, 18957, 34439, 12, 28047, 5633, 449, 6, 9774, 35979, 8358, 12777, 573, 2493, 274, 275, 2013, 5145, 12520, 234, 120]), + ("Hallo daar! Hoe gaat het? Ik hoop dat het goed met je gaat! 😊", [34194, 78, 12379, 283, 0, 367, 2577, 31986, 265, 339, 83, 30, 32840, 44792, 4818, 339, 83, 467, 276, 1138, 11223, 31986, 265, 0, 30325, 232]), + ("Guten Tag! Wie geht es Ihnen? Ich hoffe, es geht Ihnen gut! 🌻", [38, 7809, 17467, 0, 370, 494, 4903, 4352, 1658, 314, 21116, 268, 30, 26364, 289, 2364, 68, 11, 1658, 4903, 4352, 314, 21116, 268, 12500, 0, 12520, 234, 119]), + ("¡Hola! ¿Cómo estás? Espero que estés bien! 🌺", [126, 94, 39, 5708, 0, 1587, 123, 34, 10205, 5908, 1556, 40138, 30, 42083, 78, 8358, 1556, 20954, 275, 2013, 0, 12520, 234, 118]), + ("Salut! Comment ça va? J'espère que tout va bien pour toi! 🍀", [19221, 315, 0, 18957, 6184, 100, 64, 46935, 30, 449, 6, 9774, 35979, 8358, 256, 448, 46935, 275, 2013, 12797, 284, 72, 0, 12520, 235, 222]), + ("Ciao! Come va? Spero che tu stia bene! 🍕", [34, 13481, 0, 7911, 46935, 30, 311, 525, 78, 1125, 12777, 336, 544, 10004, 0, 12520, 235, 243]), + ("Здравствуйте! Как поживаете? Надеюсь, у вас все хорошо! ☀️", [140, 245, 43666, 21169, 16142, 38857, 21727, 20375, 38857, 35072, 140, 117, 20375, 16843, 0, 12466, 248, 16142, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 16843, 20375, 16843, 30, 12466, 251, 16142, 43666, 16843, 141, 236, 21727, 45367, 11, 220, 35072, 12466, 110, 16142, 21727, 12466, 110, 21727, 16843, 220, 141, 227, 15166, 21169, 15166, 141, 230, 15166, 0, 34719, 222, 37929]), + ("Hej! Hur mår du? Jag hoppas att du mår bra! 🌈", [1544, 73, 0, 10077, 285, 29090, 81, 7043, 30, 35687, 8169, 381, 292, 708, 7043, 285, 29090, 81, 8290, 0, 12520, 234, 230]), + ("Hallo! Wie geht's? Ich hoffe, es geht dir gut! 🎉", [34194, 78, 0, 370, 494, 4903, 4352, 338, 30, 26364, 289, 2364, 68, 11, 1658, 4903, 4352, 26672, 12500, 0, 12520, 236, 231]), + ("Привет! Как дела? Надеюсь, у тебя все хорошо! 🌸", [140, 253, 21169, 18849, 38857, 16843, 20375, 0, 12466, 248, 16142, 31583, 12466, 112, 16843, 30143, 16142, 30, 12466, 251, 16142, 43666, 16843, 141, 236, 21727, 45367, 11, 220, 35072, 220, 20375, 16843, 140, 109, 40623, 12466, 110, 21727, 16843, 220, 141, 227, 15166, 21169, 15166, 141, 230, 15166, 0, 12520, 234, 116]), + ("Hello! How are you? I hope you're doing well! 🌟", [15496, 0, 1374, 389, 345, 30, 314, 2911, 345, 821, 1804, 880, 0, 12520, 234, 253]), + ("I can't believe it! It's finally happening!!!", [40, 460, 470, 1975, 340, 0, 632, 338, 3443, 5836, 10185]), + ("What in the world are you doing???!!!", [2061, 287, 262, 995, 389, 345, 1804, 28358, 10185]), + ("I need more time... I'm not ready yet....", [40, 761, 517, 640, 986, 314, 1101, 407, 3492, 1865, 1106]), + ("Oh no, not again....", [5812, 645, 11, 407, 757, 1106]), + ("That's it! I'm done with this nonsense...", [2504, 338, 340, 0, 314, 1101, 1760, 351, 428, 18149, 986]), + ("Why did you do that? You knew it was wrong!!", [5195, 750, 345, 466, 326, 30, 921, 2993, 340, 373, 2642, 3228]), + ("I have a feeling something bad is going to happen...", [40, 423, 257, 4203, 1223, 2089, 318, 1016, 284, 1645, 986]), + ("This is madness!!!", [1212, 318, 23208, 10185]), + ("I thought I was ready, but now I'm not so sure....", [40, 1807, 314, 373, 3492, 11, 475, 783, 314, 1101, 407, 523, 1654, 1106]), + ("Where did you come from??? I didn't see you there....", [8496, 750, 345, 1282, 422, 28358, 314, 1422, 470, 766, 345, 612, 1106]), + ("print('Hello, world!')", [4798, 10786, 15496, 11, 995, 0, 11537]), + ("System.out.println('Hello, world!');", [11964, 13, 448, 13, 35235, 10786, 15496, 11, 995, 13679, 1776]), + ("console.log('Hello, world!');", [41947, 13, 6404, 10786, 15496, 11, 995, 13679, 1776]), + ("printf('Hello, world!\\\\n');", [37435, 10786, 15496, 11, 995, 0, 6852, 77, 24036]), + ("echo 'Hello, world!';", [30328, 705, 15496, 11, 995, 13679, 26]), + ("puts 'Hello, world!';", [1996, 82, 705, 15496, 11, 995, 13679, 26]), + ("MessageBox.Show('Hello, world!');", [12837, 14253, 13, 15307, 10786, 15496, 11, 995, 13679, 1776]), + ("alert('Hello, world!');", [44598, 10786, 15496, 11, 995, 13679, 1776]), + ("document.write('Hello, world!');", [22897, 13, 13564, 10786, 15496, 11, 995, 13679, 1776]), + ("cout << 'Hello, world!' << endl;", [66, 448, 9959, 705, 15496, 11, 995, 13679, 9959, 886, 75, 26]), + ("NSLog(@'Hello, world!');", [8035, 11187, 7, 31, 6, 15496, 11, 995, 13679, 1776]), + ("Debug.Log('Hello, world!');", [27509, 13, 11187, 10786, 15496, 11, 995, 13679, 1776]), + ("print('Hello, world!', end='');", [4798, 10786, 15496, 11, 995, 0, 3256, 886, 28, 7061, 1776]), + ("System.Console.WriteLine('Hello, world!');", [11964, 13, 47581, 13, 16594, 13949, 10786, 15496, 11, 995, 13679, 1776]), + ("echo('Hello, world!');", [30328, 10786, 15496, 11, 995, 13679, 1776]), + ("write('Hello, world!');", [13564, 10786, 15496, 11, 995, 13679, 1776]), + ("print('Hello, world!\\\\n', end='')", [4798, 10786, 15496, 11, 995, 0, 6852, 77, 3256, 886, 28, 7061, 8]), + ("console.log(`Hello, world!`);", [41947, 13, 6404, 7, 63, 15496, 11, 995, 0, 63, 1776]), + ("document.getElementById('output').innerHTML = 'Hello, world!';", [22897, 13, 1136, 20180, 48364, 10786, 22915, 27691, 5083, 28656, 796, 705, 15496, 11, 995, 13679, 26]), + ("alert('Hello, world!');", [44598, 10786, 15496, 11, 995, 13679, 1776]), + ("MessageBox.Show('Hello, world!');", [12837, 14253, 13, 15307, 10786, 15496, 11, 995, 13679, 1776]), + ("print('Hello, world!', sep='', end='\\\\n')", [4798, 10786, 15496, 11, 995, 0, 3256, 41767, 11639, 3256, 886, 11639, 6852, 77, 11537]), + ("print('Hello,', ' world!')", [4798, 10786, 15496, 11, 3256, 705, 995, 0, 11537]), + ("console.log('Hello,', ' world!');", [41947, 13, 6404, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("puts('Hello,', ' world!');", [1996, 82, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("alert('Hello,', ' world!');", [44598, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("printf('Hello, %s!', 'world');", [37435, 10786, 15496, 11, 4064, 82, 0, 3256, 705, 6894, 24036]), + ("document.write('Hello,', ' world!');", [22897, 13, 13564, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("cout << 'Hello,' << ' world!' << endl;", [66, 448, 9959, 705, 15496, 4032, 9959, 705, 995, 13679, 9959, 886, 75, 26]), + ("NSLog(@'Hello,%@ world!', ',');", [8035, 11187, 7, 31, 6, 15496, 11, 4, 31, 995, 0, 3256, 705, 4032, 1776]), + ("Debug.Log('Hello,' + ' world!');", [27509, 13, 11187, 10786, 15496, 4032, 1343, 705, 995, 13679, 1776]), + ("MessageBox.Show('Hello,' + ' world!');", [12837, 14253, 13, 15307, 10786, 15496, 4032, 1343, 705, 995, 13679, 1776]), + ("console.log(`Hello,${' world!'}\\\\n`);", [41947, 13, 6404, 7, 63, 15496, 11, 38892, 6, 995, 13679, 92, 6852, 77, 63, 1776]), + ("System.Console.WriteLine('Hello,' + ' world!');", [11964, 13, 47581, 13, 16594, 13949, 10786, 15496, 4032, 1343, 705, 995, 13679, 1776]), + ("echo('Hello,', ' world!');", [30328, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("write('Hello,', ' world!');", [13564, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("print('Hello,', ' world!', sep='')", [4798, 10786, 15496, 11, 3256, 705, 995, 0, 3256, 41767, 28, 7061, 8]), + ("alert('Hello,', ' world!');", [44598, 10786, 15496, 11, 3256, 705, 995, 13679, 1776]), + ("printf('Hello, %s%s', ',', ' world!');", [37435, 10786, 15496, 11, 4064, 82, 4, 82, 3256, 46083, 3256, 705, 995, 13679, 1776]), + ("const numbers = [1, 2, 3, 4, 5].map(n => n * 2).filter(n => n % 4 === 0);", [9979, 3146, 796, 685, 16, 11, 362, 11, 513, 11, 604, 11, 642, 4083, 8899, 7, 77, 5218, 299, 1635, 362, 737, 24455, 7, 77, 5218, 299, 4064, 604, 24844, 657, 1776]), + ("function factorial(n) { return n === 1 ? 1 : n * factorial(n - 1) }", [8818, 1109, 5132, 7, 77, 8, 1391, 1441, 299, 24844, 352, 5633, 352, 1058, 299, 1635, 1109, 5132, 7, 77, 532, 352, 8, 1782]), + ("const words = ['foo', 'bar', 'baz']; const capitalizedWords = words.map(word => word[0].toUpperCase() + word.slice(1));", [9979, 2456, 796, 37250, 21943, 3256, 705, 5657, 3256, 705, 65, 1031, 6, 11208, 1500, 3139, 1143, 37117, 796, 2456, 13, 8899, 7, 4775, 5218, 1573, 58, 15, 4083, 1462, 52, 2848, 20448, 3419, 1343, 1573, 13, 48369, 7, 16, 18125]), + ("SELECT * FROM users WHERE age > 18 AND city = 'New York';", [46506, 1635, 16034, 2985, 33411, 2479, 1875, 1248, 5357, 1748, 796, 705, 3791, 1971, 17020]), + ("def add(x: Int, y: Int): Int = x + y", [4299, 751, 7, 87, 25, 2558, 11, 331, 25, 2558, 2599, 2558, 796, 2124, 1343, 331]), + ("const dogs = [{ name: 'Fido', age: 3 }, { name: 'Rufus', age: 5 }]; const totalAge = dogs.reduce((acc, dog) => acc + dog.age, 0);", [9979, 6844, 796, 685, 90, 1438, 25, 705, 37, 17305, 3256, 2479, 25, 513, 8964, 1391, 1438, 25, 705, 49, 3046, 385, 3256, 2479, 25, 642, 1782, 11208, 1500, 2472, 23396, 796, 6844, 13, 445, 7234, 19510, 4134, 11, 3290, 8, 5218, 697, 1343, 3290, 13, 496, 11, 657, 1776]), + ("const sum = (a, b) => a + b; const multiply = (a, b) => a * b; const divide = (a, b) => a / b;", [9979, 2160, 796, 357, 64, 11, 275, 8, 5218, 257, 1343, 275, 26, 1500, 29162, 796, 357, 64, 11, 275, 8, 5218, 257, 1635, 275, 26, 1500, 14083, 796, 357, 64, 11, 275, 8, 5218, 257, 1220, 275, 26]), + ("var i: Int = 0; while (i < 10) { print(i); i += 1 }", [7785, 1312, 25, 2558, 796, 657, 26, 981, 357, 72, 1279, 838, 8, 1391, 3601, 7, 72, 1776, 1312, 15853, 352, 1782]), + ("public class Employee { private String name; private int age; public Employee(String name, int age) { this.name = name; this.age = age; } }", [11377, 1398, 36824, 1391, 2839, 10903, 1438, 26, 2839, 493, 2479, 26, 1171, 36824, 7, 10100, 1438, 11, 493, 2479, 8, 1391, 428, 13, 3672, 796, 1438, 26, 428, 13, 496, 796, 2479, 26, 1782, 1782]), + ("const fruits = ['apple', 'banana', 'orange', 'pear', 'grape']; const firstThree = fruits.slice(0, 3);", [9979, 15921, 796, 37250, 18040, 3256, 705, 3820, 2271, 3256, 705, 43745, 3256, 705, 431, 283, 3256, 705, 70, 13484, 6, 11208, 1500, 717, 12510, 796, 15921, 13, 48369, 7, 15, 11, 513, 1776]), + ("The world is an enormous and diverse place, filled with countless opportunities to explore and learn. From the bustling streets of New York City to the tranquil forests of the Amazon, each corner of the globe offers a unique perspective on life. 🌍🌳🌆", [464, 995, 318, 281, 9812, 290, 10084, 1295, 11, 5901, 351, 12925, 6443, 284, 7301, 290, 2193, 13, 3574, 262, 46609, 6483, 286, 968, 1971, 2254, 284, 262, 46944, 17039, 286, 262, 6186, 11, 1123, 5228, 286, 262, 13342, 4394, 257, 3748, 6650, 319, 1204, 13, 12520, 234, 235, 8582, 234, 111, 8582, 234, 228]), + ("Life is a journey filled with ups and downs, twists and turns. Along the way, we encounter both joy and sorrow, success and failure, love and heartbreak. But no matter what obstacles we face, we must always remember to stay true to ourselves and follow our dreams. 🌟💔🚶", [14662, 318, 257, 7002, 5901, 351, 19649, 290, 21838, 11, 30953, 290, 4962, 13, 17159, 262, 835, 11, 356, 8791, 1111, 8716, 290, 24140, 11, 1943, 290, 5287, 11, 1842, 290, 2612, 9032, 13, 887, 645, 2300, 644, 17648, 356, 1986, 11, 356, 1276, 1464, 3505, 284, 2652, 2081, 284, 6731, 290, 1061, 674, 10625, 13, 12520, 234, 253, 8582, 240, 242, 8582, 248, 114]), + ("Music has the power to move us in ways we never thought possible. From the soulful melodies of a blues guitar to the energetic beats of a hip-hop track, each genre has its own unique flavor and style. Whether you're a fan of classical symphonies or modern pop hits, there's something out there for everyone. 🎶🎤🎧", [22648, 468, 262, 1176, 284, 1445, 514, 287, 2842, 356, 1239, 1807, 1744, 13, 3574, 262, 5848, 913, 47077, 286, 257, 25570, 10047, 284, 262, 26758, 17825, 286, 257, 10359, 12, 8548, 2610, 11, 1123, 12121, 468, 663, 898, 3748, 9565, 290, 3918, 13, 10127, 345, 821, 257, 4336, 286, 15993, 5659, 746, 17300, 393, 3660, 1461, 7127, 11, 612, 338, 1223, 503, 612, 329, 2506, 13, 12520, 236, 114, 8582, 236, 97, 8582, 236, 100]), + ("Nature is a wondrous and awe-inspiring force, full of beauty and mystery. From the majesty of a soaring eagle to the delicate petals of a wildflower, every living thing has its own unique story to tell. By exploring and appreciating the natural world around us, we can gain a deeper understanding of ourselves and the world we live in. 🌿🐦🌷", [46934, 318, 257, 3135, 7596, 290, 25030, 12, 1040, 12987, 2700, 11, 1336, 286, 8737, 290, 10715, 13, 3574, 262, 48565, 286, 257, 32376, 31176, 284, 262, 19217, 4273, 874, 286, 257, 4295, 25547, 11, 790, 2877, 1517, 468, 663, 898, 3748, 1621, 284, 1560, 13, 2750, 13504, 290, 5763, 803, 262, 3288, 995, 1088, 514, 11, 356, 460, 4461, 257, 9211, 4547, 286, 6731, 290, 262, 995, 356, 2107, 287, 13, 12520, 234, 123, 8582, 238, 99, 8582, 234, 115]), + ("Art is a reflection of the human experience, a way of expressing our thoughts, feelings, and emotions through a variety of mediums. From painting and sculpture to literature and film, each form of art offers its own unique insights into the human condition. By exploring the works of artists throughout history and across the globe, we can gain a deeper appreciation for the diversity and richness of human culture. 🎨📚🎥", [8001, 318, 257, 14580, 286, 262, 1692, 1998, 11, 257, 835, 286, 16621, 674, 6066, 11, 7666, 11, 290, 10825, 832, 257, 4996, 286, 7090, 82, 13, 3574, 12036, 290, 26924, 284, 9285, 290, 2646, 11, 1123, 1296, 286, 1242, 4394, 663, 898, 3748, 17218, 656, 262, 1692, 4006, 13, 2750, 13504, 262, 2499, 286, 7912, 3690, 2106, 290, 1973, 262, 13342, 11, 356, 460, 4461, 257, 9211, 19163, 329, 262, 9573, 290, 46792, 286, 1692, 3968, 13, 12520, 236, 101, 8582, 241, 248, 8582, 236, 98]), + ("Quelle est votre couleur préférée?", [48, 2731, 293, 1556, 1993, 260, 2284, 293, 333, 778, 2634, 69, 42445, 22161, 30]), + ("Jaka jest Twoja ulubiona potrawa?", [41, 8130, 474, 395, 4930, 6592, 14856, 549, 32792, 1787, 1831, 64, 30]), + ("Qual é a sua música favorita?", [46181, 38251, 257, 424, 64, 285, 21356, 82, 3970, 2661, 5350, 30]), + ("Hvad er din yndlingssang?", [39, 85, 324, 1931, 16278, 331, 358, 17783, 82, 648, 30]), + ("Koji je tvoj omiljeni film?", [42, 31370, 11223, 256, 13038, 73, 267, 25433, 73, 43850, 2646, 30]), + ("Quel est votre livre préféré?", [48, 2731, 1556, 1993, 260, 17717, 260, 778, 2634, 69, 2634, 29350, 30]), + ("Cuál es tu película favorita?", [46141, 6557, 75, 1658, 12777, 16176, 8836, 3129, 64, 2661, 5350, 30]), + ("Quel est votre endroit préféré pour voyager?", [48, 2731, 1556, 1993, 260, 886, 7775, 778, 2634, 69, 2634, 29350, 12797, 23291, 3536, 30]), + ("Jakie jest twoje ulubione miejsce na świecie?", [41, 461, 494, 474, 395, 734, 18015, 14856, 549, 7935, 285, 494, 8457, 344, 12385, 25370, 249, 86, 494, 66, 494, 30]), + ("Qual é o seu hobby favorito?", [46181, 38251, 267, 384, 84, 20005, 2661, 10094, 30]), + ("Quel est votre sport préféré?", [48, 2731, 1556, 1993, 260, 6332, 778, 2634, 69, 2634, 29350, 30]), + ("Quel est votre nom d'utilisateur #Trackmania ?", [48, 2731, 1556, 1993, 260, 4515, 288, 6, 22602, 271, 15093, 1303, 24802, 45733, 5633]), + ("What's your $ favorite car in Trackmania?", [2061, 338, 534, 720, 4004, 1097, 287, 17762, 45733, 30]), + ("¿Cuál es tu pista @Trackmania favorita?", [126, 123, 46141, 6557, 75, 1658, 12777, 11714, 64, 2488, 24802, 45733, 2661, 5350, 30]), + ("Jakiego narzędzia używasz do tworzenia torów w #Trackmania?", [41, 461, 494, 2188, 30083, 89, 128, 247, 67, 89, 544, 334, 129, 120, 88, 9776, 89, 466, 665, 273, 4801, 544, 7332, 10205, 86, 266, 1303, 24802, 45733, 30]), + ("What's your high $score in #Trackmania?", [2061, 338, 534, 1029, 720, 26675, 287, 1303, 24802, 45733, 30]), + ("Quel est votre environnement #Trackmania préféré?", [48, 2731, 1556, 1993, 260, 551, 2268, 77, 972, 1303, 24802, 45733, 778, 2634, 69, 2634, 29350, 30]), + ("What's your @favorite type of race in #Trackmania?", [2061, 338, 534, 2488, 35200, 2099, 286, 3234, 287, 1303, 24802, 45733, 30]), + ("Quelle est votre compétition #Trackmania préférée?", [48, 2731, 293, 1556, 1993, 260, 552, 25125, 653, 1303, 24802, 45733, 778, 2634, 69, 42445, 22161, 30]), + ("¿Cuál es tu $modo de juego @Trackmania favorito?", [126, 123, 46141, 6557, 75, 1658, 12777, 720, 4666, 78, 390, 474, 518, 2188, 2488, 24802, 45733, 2661, 10094, 30]), + ("Quel est votre pack de musique #Trackmania préféré?", [48, 2731, 1556, 1993, 260, 2353, 390, 1928, 2350, 1303, 24802, 45733, 778, 2634, 69, 2634, 29350, 30]), + ("¿Cómo puedo conseguir el $record en la pista más difícil de #Trackmania con estos controles #@&%*?", [126, 123, 34, 10205, 5908, 279, 1739, 78, 369, 325, 5162, 343, 1288, 720, 22105, 551, 8591, 11714, 64, 285, 40138, 288, 361, 8836, 2856, 390, 1303, 24802, 45733, 369, 1556, 418, 1246, 829, 1303, 31, 5, 4, 9, 30]), + ("Quel est le niveau de difficulté le plus élevé que vous avez terminé dans #Trackmania ? Et combien de temps cela vous a-t-il pris ?", [48, 2731, 1556, 443, 299, 425, 559, 390, 2408, 2634, 443, 5556, 38251, 2768, 2634, 8358, 410, 516, 257, 33425, 5651, 2634, 288, 504, 1303, 24802, 45733, 5633, 17906, 1974, 2013, 390, 2169, 862, 269, 10304, 410, 516, 257, 12, 83, 12, 346, 778, 271, 5633]), + ("Jakiego typu samochód lubisz używać w #Trackmania, gdy musisz wykonać skok z rampy i uniknąć ściany #@&%*?", [41, 461, 494, 2188, 2170, 84, 6072, 5374, 10205, 67, 300, 46676, 89, 334, 129, 120, 88, 10247, 38325, 266, 1303, 24802, 45733, 11, 308, 9892, 1928, 271, 89, 266, 48361, 4450, 38325, 1341, 482, 1976, 10454, 88, 1312, 555, 1134, 77, 128, 227, 38325, 25370, 249, 66, 666, 88, 1303, 31, 5, 4, 9, 30]), + ("Comment partager ma meilleure performance dans #Trackmania avec mes amis sur les réseaux sociaux ? Y a-t-il des raccourcis clavier #@&%* pour cela?", [21357, 636, 3536, 17266, 502, 8270, 495, 2854, 288, 504, 1303, 24802, 45733, 257, 35138, 18842, 716, 271, 969, 10287, 40560, 325, 14644, 1307, 544, 2821, 5633, 575, 257, 12, 83, 12, 346, 748, 3444, 43220, 66, 271, 537, 19492, 1303, 31, 5, 4, 9, 12797, 269, 10304, 30]), + ("Quel est votre avis sur les nouvelles fonctionnalités de #Trackmania, telles que la fonction de génération aléatoire de circuits, les défis communautaires et les classements en ligne #@&%*?", [48, 2731, 1556, 1993, 260, 1196, 271, 969, 10287, 299, 280, 29333, 274, 277, 261, 596, 77, 282, 270, 20954, 390, 1303, 24802, 45733, 11, 1560, 274, 8358, 8591, 277, 261, 596, 390, 308, 35942, 2634, 1358, 435, 2634, 5549, 557, 390, 24907, 11, 10287, 39073, 69, 271, 1316, 2306, 17693, 2123, 10287, 537, 21612, 902, 551, 300, 48946, 1303, 31, 5, 4, 9, 30]), + ("Jakie są twoje ulubione motywy przewodnie utworów muzycznych w #Trackmania? Czy są jakieś, które naprawdę Cię motywują i zwiększają twoją wydajność #@&%*?", [41, 461, 494, 264, 128, 227, 734, 18015, 14856, 549, 7935, 2369, 88, 21768, 778, 89, 413, 375, 11952, 3384, 86, 273, 10205, 86, 38779, 7357, 26691, 3281, 354, 266, 1303, 24802, 45733, 30, 327, 7357, 264, 128, 227, 474, 461, 494, 129, 249, 11, 479, 83, 10205, 260, 25422, 1831, 67, 128, 247, 37685, 128, 247, 2369, 88, 86, 23577, 128, 227, 1312, 1976, 37686, 128, 247, 591, 89, 1228, 128, 227, 734, 73, 128, 227, 266, 5173, 1228, 3919, 129, 249, 38325, 1303, 31, 5, 4, 9, 30]), + ("What is your favorite emoji 🤔 and why do you like it?", [2061, 318, 534, 4004, 44805, 12520, 97, 242, 290, 1521, 466, 345, 588, 340, 30]), + ("¿Cuál es tu palabra favorita en español que contiene la letra ñ?", [126, 123, 46141, 6557, 75, 1658, 12777, 6340, 397, 430, 2661, 5350, 551, 1658, 8957, 12654, 349, 8358, 542, 72, 1734, 8591, 1309, 430, 6184, 109, 30]), + ("Quelle est votre chanson préférée en français avec des accents sur les lettres ?", [48, 2731, 293, 1556, 1993, 260, 442, 23103, 778, 2634, 69, 42445, 22161, 551, 1216, 272, 16175, 15152, 257, 35138, 748, 39271, 969, 10287, 35044, 411, 5633]), + ("आपका सबसे पसंदीदा शब्द हिंदी में क्या है जो दो मात्राओं के साथ शुरू होता है?", [11976, 228, 11976, 103, 11976, 243, 48077, 28225, 116, 11976, 105, 11976, 116, 24231, 229, 28225, 103, 11976, 116, 11976, 224, 11976, 99, 24231, 222, 11976, 99, 48077, 28225, 114, 11976, 105, 24231, 235, 11976, 99, 28225, 117, 11976, 123, 11976, 224, 11976, 99, 24231, 222, 28225, 106, 24231, 229, 11976, 224, 28225, 243, 24231, 235, 11976, 107, 48077, 28225, 117, 24231, 230, 28225, 250, 24231, 233, 28225, 99, 24231, 233, 28225, 106, 48077, 11976, 97, 24231, 235, 11976, 108, 48077, 11976, 241, 11976, 224, 28225, 243, 24231, 229, 28225, 116, 48077, 11976, 98, 28225, 114, 24231, 223, 11976, 108, 24231, 224, 28225, 117, 24231, 233, 11976, 97, 48077, 28225, 117, 24231, 230, 30]), + ("你最喜欢的汉字是什么?请用汉字回答。", [19526, 254, 17312, 222, 161, 244, 250, 162, 105, 95, 21410, 162, 109, 231, 27764, 245, 42468, 20015, 222, 20046, 230, 171, 120, 253, 46237, 115, 18796, 101, 162, 109, 231, 27764, 245, 32368, 252, 163, 18433, 16764]), + ("Qual é a sua palavra favorita em português que contém o caracter ç?", [46181, 38251, 257, 424, 64, 6340, 615, 430, 2661, 5350, 795, 2493, 45284, 25792, 82, 8358, 542, 2634, 76, 267, 1097, 7321, 6184, 100, 30]), + ("Какой ваш любимый символ кириллицы и почему?", [140, 248, 16142, 31583, 25443, 117, 12466, 110, 16142, 141, 230, 12466, 119, 141, 236, 140, 109, 18849, 43108, 45035, 140, 117, 220, 21727, 18849, 43108, 38857, 25443, 119, 12466, 118, 18849, 21169, 18849, 30143, 30143, 18849, 141, 228, 45035, 12466, 116, 12466, 123, 15166, 141, 229, 16843, 43108, 35072, 30]), + ("あなたが好きな漢字は何ですか?漢字で答えてください。", [40948, 26945, 25224, 35585, 25001, 121, 33778, 26945, 162, 120, 95, 27764, 245, 31676, 19526, 243, 30640, 33623, 27370, 171, 120, 253, 162, 120, 95, 27764, 245, 30640, 163, 18433, 2515, 230, 28134, 31917, 46777, 43357, 18566, 16764]), + ("Quel est votre caractère chinois préféré ? Et comment le dessiner ?", [48, 2731, 1556, 1993, 260, 1097, 529, 35979, 442, 8981, 778, 2634, 69, 2634, 29350, 5633, 17906, 2912, 443, 288, 408, 7274, 5633]), + ("உங்களுக்கு பிடித்த தமிழ் எழுத்து என்னும் எழுத்து எது?", [156, 106, 231, 156, 106, 247, 156, 107, 235, 156, 106, 243, 156, 106, 111, 156, 107, 223, 156, 106, 243, 156, 107, 235, 156, 106, 243, 156, 107, 223, 220, 156, 106, 103, 156, 106, 123, 156, 106, 253, 156, 106, 123, 156, 106, 97, 156, 107, 235, 156, 106, 97, 220, 156, 106, 97, 156, 106, 106, 156, 106, 123, 156, 106, 112, 156, 107, 235, 220, 156, 106, 236, 156, 106, 112, 156, 107, 223, 156, 106, 97, 156, 107, 235, 156, 106, 97, 156, 107, 223, 220, 156, 106, 236, 156, 106, 102, 156, 107, 235, 156, 106, 102, 156, 107, 223, 156, 106, 106, 156, 107, 235, 220, 156, 106, 236, 156, 106, 112, 156, 107, 223, 156, 106, 97, 156, 107, 235, 156, 106, 97, 156, 107, 223, 220, 156, 106, 236, 156, 106, 97, 156, 107, 223, 30]), + ("🌞🌈🌻🦋🌺", [8582, 234, 252, 8582, 234, 230, 8582, 234, 119, 8582, 99, 233, 8582, 234, 118]), + ("🐶🐱🐹🐰🐻🐨🐼🐵🐔🐸🦊🦝🐢", [8582, 238, 114, 8582, 238, 109, 8582, 238, 117, 8582, 238, 108, 8582, 238, 119, 8582, 238, 101, 8582, 238, 120, 8582, 238, 113, 8582, 238, 242, 8582, 238, 116, 8582, 99, 232, 8582, 99, 251, 8582, 238, 95]), + ("🍕🍔🍟🌭🌮🥪🍱🍣🍪🍰🎂", [8582, 235, 243, 8582, 235, 242, 8582, 235, 253, 8582, 234, 255, 8582, 234, 106, 8582, 98, 103, 8582, 235, 109, 8582, 235, 96, 8582, 235, 103, 8582, 235, 108, 8582, 236, 224]), + ("🎭🎨🎬🎥🎤🎧🎼🎹🥁🎻", [8582, 236, 255, 8582, 236, 101, 8582, 236, 105, 8582, 236, 98, 8582, 236, 97, 8582, 236, 100, 8582, 236, 120, 8582, 236, 117, 8582, 98, 223, 8582, 236, 119]), + ("🌲🌳🌴🌵🌷🌸🍀🍁🍂🍃", [8582, 234, 110, 8582, 234, 111, 8582, 234, 112, 8582, 234, 113, 8582, 234, 115, 8582, 234, 116, 8582, 235, 222, 8582, 235, 223, 8582, 235, 224, 8582, 235, 225]), + ("🚀🛰️🛸🌌🌠🌟🪐🌎🌍🌏", [8582, 248, 222, 8582, 249, 108, 37929, 8582, 249, 116, 8582, 234, 234, 8582, 234, 254, 8582, 234, 253, 8582, 103, 238, 8582, 234, 236, 8582, 234, 235, 8582, 234, 237]), + ("🏠🏡🏢🏣🏤🏥🏦🏨🏩🏪🏫🏬", [8582, 237, 254, 8582, 237, 94, 8582, 237, 95, 8582, 237, 96, 8582, 237, 97, 8582, 237, 98, 8582, 237, 99, 8582, 237, 101, 8582, 237, 102, 8582, 237, 103, 8582, 237, 104, 8582, 237, 105]), + ("🚲🛴🚗🚕🚙🚚🚛🚜🛵🏍️🛺", [8582, 248, 110, 8582, 249, 112, 8582, 248, 245, 8582, 248, 243, 8582, 248, 247, 8582, 248, 248, 8582, 248, 249, 8582, 248, 250, 8582, 249, 113, 8582, 237, 235, 37929, 8582, 249, 118]), + ("🧘‍♀️🏋️‍♀️🤸‍♀️🏊‍♀️🚴‍♀️🏃‍♀️🧗‍♀️🏄‍♀️🤽‍♀️🤾‍♀️🤹‍♀️", [8582, 100, 246, 447, 235, 17992, 222, 37929, 8582, 237, 233, 37929, 447, 235, 17992, 222, 37929, 8582, 97, 116, 447, 235, 17992, 222, 37929, 8582, 237, 232, 447, 235, 17992, 222, 37929, 8582, 248, 112, 447, 235, 17992, 222, 37929, 8582, 237, 225, 447, 235, 17992, 222, 37929, 8582, 100, 245, 447, 235, 17992, 222, 37929, 8582, 237, 226, 447, 235, 17992, 222, 37929, 8582, 97, 121, 447, 235, 17992, 222, 37929, 8582, 97, 122, 447, 235, 17992, 222, 37929, 8582, 97, 117, 447, 235, 17992, 222, 37929]), + ("🥝🍇🍈🍉🍊🍋🍌🍍🍎🍏🍐🍑🍒🍓", [8582, 98, 251, 8582, 235, 229, 8582, 235, 230, 8582, 235, 231, 8582, 235, 232, 8582, 235, 233, 8582, 235, 234, 8582, 235, 235, 8582, 235, 236, 8582, 235, 237, 8582, 235, 238, 8582, 235, 239, 8582, 235, 240, 8582, 235, 241]), + ("🍁🍊🍋🍌🍍🍎🍏🍐🍑🍒🍓🥝🥥", [8582, 235, 223, 8582, 235, 232, 8582, 235, 233, 8582, 235, 234, 8582, 235, 235, 8582, 235, 236, 8582, 235, 237, 8582, 235, 238, 8582, 235, 239, 8582, 235, 240, 8582, 235, 241, 8582, 98, 251, 8582, 98, 98]), + ("🐠🐟🐡🦀🦑🐙🦐🦞🦪🦭", [8582, 238, 254, 8582, 238, 253, 8582, 238, 94, 8582, 99, 222, 8582, 99, 239, 8582, 238, 247, 8582, 99, 238, 8582, 99, 252, 8582, 99, 103, 8582, 99, 255]), + ("🐘🦏🦒🐪🐫🦘🦙🐃🐄🐎🦌", [8582, 238, 246, 8582, 99, 237, 8582, 99, 240, 8582, 238, 103, 8582, 238, 104, 8582, 99, 246, 8582, 99, 247, 8582, 238, 225, 8582, 238, 226, 8582, 238, 236, 8582, 99, 234]), + ("🦜🦢🦩🦚🦉🦆🦢🐧🐦🦤🦜", [8582, 99, 250, 8582, 99, 95, 8582, 99, 102, 8582, 99, 248, 8582, 99, 231, 8582, 99, 228, 8582, 99, 95, 8582, 238, 100, 8582, 238, 99, 8582, 99, 97, 8582, 99, 250]), + ("🍆🥦🌽🌶️🥕🧄🧅🥔🥬🥒🥑", [8582, 235, 228, 8582, 98, 99, 8582, 234, 121, 8582, 234, 114, 37929, 8582, 98, 243, 8582, 100, 226, 8582, 100, 227, 8582, 98, 242, 8582, 98, 105, 8582, 98, 240, 8582, 98, 239]), + ("🚂🚆🚊🚞🚅🚄🚈🚉🚇🚝", [8582, 248, 224, 8582, 248, 228, 8582, 248, 232, 8582, 248, 252, 8582, 248, 227, 8582, 248, 226, 8582, 248, 230, 8582, 248, 231, 8582, 248, 229, 8582, 248, 251]), + ("🛴🛹🛼🛷🚴‍♂️🚴‍♀️🚵‍♂️🚵‍♀️🏊‍♂️🏊‍♀️", [8582, 249, 112, 8582, 249, 117, 8582, 249, 120, 8582, 249, 115, 8582, 248, 112, 447, 235, 17992, 224, 37929, 8582, 248, 112, 447, 235, 17992, 222, 37929, 8582, 248, 113, 447, 235, 17992, 224, 37929, 8582, 248, 113, 447, 235, 17992, 222, 37929, 8582, 237, 232, 447, 235, 17992, 224, 37929, 8582, 237, 232, 447, 235, 17992, 222, 37929]), + ("🐾🦶👣👟👞👠👡👢🧦🧤🧣", [8582, 238, 122, 8582, 99, 114, 41840, 96, 41840, 253, 41840, 252, 41840, 254, 41840, 94, 41840, 95, 8582, 100, 99, 8582, 100, 97, 8582, 100, 96]), + ("🏰🏯🏟️🏛️🏨🏦🏢🏣🏬🏭🏫", [8582, 237, 108, 8582, 237, 107, 8582, 237, 253, 37929, 8582, 237, 249, 37929, 8582, 237, 101, 8582, 237, 99, 8582, 237, 95, 8582, 237, 96, 8582, 237, 105, 8582, 237, 255, 8582, 237, 104]), + ("🍵☕🍺🍻🍹🍸🍷🥂🥃🥤", [8582, 235, 113, 24583, 243, 8582, 235, 118, 8582, 235, 119, 8582, 235, 117, 8582, 235, 116, 8582, 235, 115, 8582, 98, 224, 8582, 98, 225, 8582, 98, 97]), + ("🎾🏀🏐🏈🎱🪀🪁🏓🏸", [8582, 236, 122, 8582, 237, 222, 8582, 237, 238, 8582, 237, 230, 8582, 236, 109, 8582, 103, 222, 8582, 103, 223, 8582, 237, 241, 8582, 237, 116]), + ("🚀🛸👽🛰️🪐🌠🌌🌍🌞", [8582, 248, 222, 8582, 249, 116, 41840, 121, 8582, 249, 108, 37929, 8582, 103, 238, 8582, 234, 254, 8582, 234, 234, 8582, 234, 235, 8582, 234, 252]), + ("🎸🎹🎤🎧🎻🎬🎥🎨🎭", [8582, 236, 116, 8582, 236, 117, 8582, 236, 97, 8582, 236, 100, 8582, 236, 119, 8582, 236, 105, 8582, 236, 98, 8582, 236, 101, 8582, 236, 255]), + ("🐙🦑🦐🦞🦀🐡🐠🐟🐬🐳", [8582, 238, 247, 8582, 99, 239, 8582, 99, 238, 8582, 99, 252, 8582, 99, 222, 8582, 238, 94, 8582, 238, 254, 8582, 238, 253, 8582, 238, 105, 8582, 238, 111]), + ("🐶🐱🐭🐹🐰🦊🐻🐼🐨🐯🦁", [8582, 238, 114, 8582, 238, 109, 8582, 238, 255, 8582, 238, 117, 8582, 238, 108, 8582, 99, 232, 8582, 238, 119, 8582, 238, 120, 8582, 238, 101, 8582, 238, 107, 8582, 99, 223]), + ("🦆🦅🦉🦢🦩🦜🦚🐧🐦🦤🦜", [8582, 99, 228, 8582, 99, 227, 8582, 99, 231, 8582, 99, 95, 8582, 99, 102, 8582, 99, 250, 8582, 99, 248, 8582, 238, 100, 8582, 238, 99, 8582, 99, 97, 8582, 99, 250]), + ("🍕🍔🌭🌮🌯🍟🍗🍖🍤🍣🍱", [8582, 235, 243, 8582, 235, 242, 8582, 234, 255, 8582, 234, 106, 8582, 234, 107, 8582, 235, 253, 8582, 235, 245, 8582, 235, 244, 8582, 235, 97, 8582, 235, 96, 8582, 235, 109]), + ("🚀🛸👽🛰️🪐🌠🌌🌍🌞", [8582, 248, 222, 8582, 249, 116, 41840, 121, 8582, 249, 108, 37929, 8582, 103, 238, 8582, 234, 254, 8582, 234, 234, 8582, 234, 235, 8582, 234, 252]), + ("🎸🎹🎤🎧🎻🎬🎥🎨🎭", [8582, 236, 116, 8582, 236, 117, 8582, 236, 97, 8582, 236, 100, 8582, 236, 119, 8582, 236, 105, 8582, 236, 98, 8582, 236, 101, 8582, 236, 255]), + ("🍏🍎🍐🍊🍋🍌🍉🍇🍓🍈🍒", [8582, 235, 237, 8582, 235, 236, 8582, 235, 238, 8582, 235, 232, 8582, 235, 233, 8582, 235, 234, 8582, 235, 231, 8582, 235, 229, 8582, 235, 241, 8582, 235, 230, 8582, 235, 240]), + ("🚕🚗🚙🚌🚎🏎️🚓🚑🚒🚚🚛", [8582, 248, 243, 8582, 248, 245, 8582, 248, 247, 8582, 248, 234, 8582, 248, 236, 8582, 237, 236, 37929, 8582, 248, 241, 8582, 248, 239, 8582, 248, 240, 8582, 248, 248, 8582, 248, 249]), + ("🚀🛰️👩‍🚀👨‍🚀👽🪐🌌🌠🛸", [8582, 248, 222, 8582, 249, 108, 37929, 41840, 102, 447, 235, 8582, 248, 222, 41840, 101, 447, 235, 8582, 248, 222, 41840, 121, 8582, 103, 238, 8582, 234, 234, 8582, 234, 254, 8582, 249, 116]), + ("🐘🦏🦒🐪🐫🦘🦙🐃🐄🐎🦌", [8582, 238, 246, 8582, 99, 237, 8582, 99, 240, 8582, 238, 103, 8582, 238, 104, 8582, 99, 246, 8582, 99, 247, 8582, 238, 225, 8582, 238, 226, 8582, 238, 236, 8582, 99, 234]), + ("🚢🚤🛥️🛳️⛴️🚣‍♂️🚣‍♀️🚤", [8582, 248, 95, 8582, 248, 97, 8582, 249, 98, 37929, 8582, 249, 111, 37929, 158, 249, 112, 37929, 8582, 248, 96, 447, 235, 17992, 224, 37929, 8582, 248, 96, 447, 235, 17992, 222, 37929, 8582, 248, 97]), + ("🎉🎊🎁🎂🎈🥳🎆🎇🎡🎢🎠", [8582, 236, 231, 8582, 236, 232, 8582, 236, 223, 8582, 236, 224, 8582, 236, 230, 8582, 98, 111, 8582, 236, 228, 8582, 236, 229, 8582, 236, 94, 8582, 236, 95, 8582, 236, 254]), + ("🍺🍻🍹🍸🍷🥂🥃🍾🍶🧉🍼", [8582, 235, 118, 8582, 235, 119, 8582, 235, 117, 8582, 235, 116, 8582, 235, 115, 8582, 98, 224, 8582, 98, 225, 8582, 235, 122, 8582, 235, 114, 8582, 100, 231, 8582, 235, 120]), + ("Hello, how are you?", [15496, 11, 703, 389, 345, 30]), + ("Bonjour, comment ça va?", [20682, 73, 454, 11, 2912, 6184, 100, 64, 46935, 30]), + ("Guten Tag, wie geht es Ihnen?", [38, 7809, 17467, 11, 266, 494, 4903, 4352, 1658, 314, 21116, 268, 30]), + ("Χαίρετε, τι κάνετε;", [138, 100, 17394, 138, 107, 33643, 30950, 32830, 30950, 11, 46651, 29945, 7377, 118, 138, 105, 26180, 30950, 32830, 30950, 26]), + ("Ciao, come stai?", [34, 13481, 11, 1282, 336, 1872, 30]), + ("Zdravstvuyte, kak dela?", [57, 67, 4108, 301, 85, 4669, 660, 11, 479, 461, 1619, 64, 30]), + ("Sveiki, kā jums klājas?", [50, 303, 5580, 11, 479, 10235, 474, 5700, 479, 75, 10235, 28121, 30]), + ("Labas, kaip sekasi?", [17822, 292, 11, 38387, 541, 384, 74, 17053, 30]), + ("Salut, cum te simți?", [19221, 315, 11, 10973, 573, 985, 132, 249, 72, 30]), + ("Halló, hvernig hefurðu það?", [34194, 10205, 11, 289, 933, 328, 339, 38916, 27214, 84, 40265, 64, 27214, 30]), + ("Hallo, hoe gaat het met u?", [34194, 78, 11, 289, 2577, 31986, 265, 339, 83, 1138, 334, 30]), + ("Hei, hvordan har du det?", [1544, 72, 11, 289, 85, 7350, 3971, 7043, 1062, 30]), + ("Tere, kuidas sul läheb?", [51, 567, 11, 479, 84, 24496, 33154, 300, 11033, 258, 65, 30]), + ("Привет, как дела?", [140, 253, 21169, 18849, 38857, 16843, 20375, 11, 12466, 118, 16142, 31583, 12466, 112, 16843, 30143, 16142, 30]), + ("Szia, hogy vagy?", [50, 89, 544, 11, 289, 9868, 14334, 88, 30]), + ("Moien, wéi geet et Iech?", [16632, 2013, 11, 266, 2634, 72, 4903, 316, 2123, 314, 3055, 30]), + ("Salve, come va?", [19221, 303, 11, 1282, 46935, 30]), + ("Labdien, kā jums klājas?", [17822, 67, 2013, 11, 479, 10235, 474, 5700, 479, 75, 10235, 28121, 30]), + ("Sveikas, kaip sekasi?", [50, 303, 1134, 292, 11, 38387, 541, 384, 74, 17053, 30]), + ("Sveiki, kā jums klājas?", [50, 303, 5580, 11, 479, 10235, 474, 5700, 479, 75, 10235, 28121, 30]), + ("Hallå, hur mår du?", [34194, 29090, 11, 6990, 285, 29090, 81, 7043, 30]), + ("Здраво, како си?", [140, 245, 43666, 21169, 16142, 38857, 15166, 11, 12466, 118, 16142, 31583, 15166, 220, 21727, 18849, 30]), + ("czesc, jak sie masz?", [26691, 3798, 11, 474, 461, 264, 494, 12422, 89, 30]), + ("Halló, hvernig hefur þú það?", [34194, 10205, 11, 289, 933, 328, 339, 38916, 40265, 21356, 40265, 64, 27214, 30]), + ("Salut, comment vas-tu?", [19221, 315, 11, 2912, 34439, 12, 28047, 30]), + ("Salam, nasılsın?", [19221, 321, 11, 25221, 30102, 7278, 30102, 77, 30]), + ("Здравейте, как сте?", [140, 245, 43666, 21169, 16142, 38857, 16843, 140, 117, 20375, 16843, 11, 12466, 118, 16142, 31583, 220, 21727, 20375, 16843, 30]), + ("Dobrý den, jak se máte?", [35, 672, 81, 127, 121, 2853, 11, 474, 461, 384, 285, 6557, 660, 30]), + ("Zdravo, kako ste?", [57, 67, 4108, 78, 11, 479, 25496, 2876, 30]), + ("Здравствуйте, как поживаете?", [140, 245, 43666, 21169, 16142, 38857, 21727, 20375, 38857, 35072, 140, 117, 20375, 16843, 11, 12466, 118, 16142, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 16843, 20375, 16843, 30]), + ("Merhaba, nasılsın?", [13102, 5976, 64, 11, 25221, 30102, 7278, 30102, 77, 30]), + ("Вітаю, як поживаєте?", [140, 240, 141, 244, 20375, 16142, 141, 236, 11, 220, 40623, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 141, 242, 20375, 16843, 30]), + ("Сәлеметсіз бе, сіз қалайсыз?", [140, 94, 143, 247, 30143, 16843, 43108, 16843, 20375, 21727, 141, 244, 140, 115, 12466, 109, 16843, 11, 220, 21727, 141, 244, 140, 115, 220, 142, 249, 16142, 30143, 16142, 140, 117, 21727, 45035, 140, 115, 30]), + ("Hallo, hou gaat het met jou?", [34194, 78, 11, 289, 280, 31986, 265, 339, 83, 1138, 474, 280, 30]), + ("Hallå, hur mår ni?", [34194, 29090, 11, 6990, 285, 29090, 81, 37628, 30]), + ("Прывітанне, як пажываеце?", [140, 253, 21169, 45035, 38857, 141, 244, 20375, 16142, 22177, 22177, 16843, 11, 220, 40623, 31583, 12466, 123, 16142, 140, 114, 45035, 38857, 16142, 16843, 141, 228, 16843, 30]), + ("Olá, como vai você?", [30098, 6557, 11, 401, 78, 410, 1872, 12776, 25792, 30]), + ("Здравствуй, как поживаете?", [140, 245, 43666, 21169, 16142, 38857, 21727, 20375, 38857, 35072, 140, 117, 11, 12466, 118, 16142, 31583, 12466, 123, 25443, 114, 18849, 38857, 16142, 16843, 20375, 16843, 30]), + ("Hola, ¿cómo estás?", [39, 5708, 11, 1587, 123, 66, 10205, 5908, 1556, 40138, 30]), +] # @formatter:on @pytest.mark.parametrize("input_text,expected_output", cl100k_test_data) def test_cl100k_base_prompts_encoding(input_text, expected_output): enc = tiktoken.get_encoding("cl100k_base") - assert enc.encode(input_text) == expected_output, input_text + assert enc.encode(input_text) == expected_output + + +@pytest.mark.parametrize("input_text,expected_output", p50k_test_data) +def test_p50k_base_prompts_encoding(input_text, expected_output): + enc = tiktoken.get_encoding("p50k_base") + assert enc.encode(input_text) == expected_output + + +@pytest.mark.parametrize("input_text,expected_output", r50k_test_data) +def test_r50k_base_prompts_encoding(input_text, expected_output): + enc = tiktoken.get_encoding("r50k_base") + assert enc.encode(input_text) == expected_output