prompt
stringlengths 218
241
| response
stringlengths 13
216
| word
stringlengths 1
24
| metadata
dict |
---|---|---|---|
Count the number of occurrences of each character in the word '半对称性' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u534a": 1, "\u5bf9": 1, "\u79f0": 1, "\u6027": 1} | 半对称性 | {
"character_count": 4,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word '惊人' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u60ca": 1, "\u4eba": 1} | 惊人 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'adermin' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"a": 1, "d": 1, "e": 1, "r": 1, "m": 1, "i": 1, "n": 1} | adermin | {
"character_count": 7,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word '变性' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u53d8": 1, "\u6027": 1} | 变性 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word '複合の' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u8907": 1, "\u5408": 1, "\u306e": 1} | 複合の | {
"character_count": 3,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word '焼結' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u713c": 1, "\u7d50": 1} | 焼結 | {
"character_count": 2,
"difficulty": 8,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'verecund' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"v": 1, "e": 2, "r": 1, "c": 1, "u": 1, "n": 1, "d": 1} | verecund | {
"character_count": 8,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'tellership' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"t": 1, "e": 2, "l": 2, "r": 1, "s": 1, "h": 1, "i": 1, "p": 1} | tellership | {
"character_count": 10,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'мягко' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043c": 1, "\u044f": 1, "\u0433": 1, "\u043a": 1, "\u043e": 1} | мягко | {
"character_count": 5,
"difficulty": 4,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'heptaglot' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"h": 1, "e": 1, "p": 1, "t": 2, "a": 1, "g": 1, "l": 1, "o": 1} | heptaglot | {
"character_count": 9,
"difficulty": 10,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'виреон' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0432": 1, "\u0438": 1, "\u0440": 1, "\u0435": 1, "\u043e": 1, "\u043d": 1} | виреон | {
"character_count": 6,
"difficulty": 4,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'コンピューター' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u30b3": 1, "\u30f3": 1, "\u30d4": 1, "\u30e5": 1, "\u30fc": 2, "\u30bf": 1} | コンピューター | {
"character_count": 7,
"difficulty": 2,
"language": "japanese"
} |
Count the number of occurrences of each character in the word '超高倍显微仪' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u8d85": 1, "\u9ad8": 1, "\u500d": 1, "\u663e": 1, "\u5fae": 1, "\u4eea": 1} | 超高倍显微仪 | {
"character_count": 6,
"difficulty": 8,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'необъяснимое' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043d": 2, "\u0435": 2, "\u043e": 2, "\u0431": 1, "\u044a": 1, "\u044f": 1, "\u0441": 1, "\u0438": 1, "\u043c": 1} | необъяснимое | {
"character_count": 12,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'Agaricales' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"A": 1, "g": 1, "a": 2, "r": 1, "i": 1, "c": 1, "l": 1, "e": 1, "s": 1} | Agaricales | {
"character_count": 10,
"difficulty": 5,
"language": "english"
} |
Count the number of occurrences of each character in the word 'неподвижными' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043d": 2, "\u0435": 1, "\u043f": 1, "\u043e": 1, "\u0434": 1, "\u0432": 1, "\u0438": 2, "\u0436": 1, "\u044b": 1, "\u043c": 1} | неподвижными | {
"character_count": 12,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'rhamphoid' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"r": 1, "h": 2, "a": 1, "m": 1, "p": 1, "o": 1, "i": 1, "d": 1} | rhamphoid | {
"character_count": 9,
"difficulty": 8,
"language": "hindi"
} |
Count the number of occurrences of each character in the word '聖書に反する' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u8056": 1, "\u66f8": 1, "\u306b": 1, "\u53cd": 1, "\u3059": 1, "\u308b": 1} | 聖書に反する | {
"character_count": 6,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'incorrodible' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"i": 2, "n": 1, "c": 1, "o": 2, "r": 2, "d": 1, "b": 1, "l": 1, "e": 1} | incorrodible | {
"character_count": 12,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'полноте' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043f": 1, "\u043e": 2, "\u043b": 1, "\u043d": 1, "\u0442": 1, "\u0435": 1} | полноте | {
"character_count": 7,
"difficulty": 4,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'ommatophore' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"o": 3, "m": 2, "a": 1, "t": 1, "p": 1, "h": 1, "r": 1, "e": 1} | ommatophore | {
"character_count": 11,
"difficulty": 8,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'канделябр' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043a": 1, "\u0430": 1, "\u043d": 1, "\u0434": 1, "\u0435": 1, "\u043b": 1, "\u044f": 1, "\u0431": 1, "\u0440": 1} | канделябр | {
"character_count": 9,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'bodingly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"b": 1, "o": 1, "d": 1, "i": 1, "n": 1, "g": 1, "l": 1, "y": 1} | bodingly | {
"character_count": 8,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word '脈動する' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u8108": 1, "\u52d5": 1, "\u3059": 1, "\u308b": 1} | 脈動する | {
"character_count": 4,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'detester' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"d": 1, "e": 3, "t": 2, "s": 1, "r": 1} | detester | {
"character_count": 8,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word '省略三段论' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u7701": 1, "\u7565": 1, "\u4e09": 1, "\u6bb5": 1, "\u8bba": 1} | 省略三段论 | {
"character_count": 5,
"difficulty": 6,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'bookmobile' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"b": 2, "o": 3, "k": 1, "m": 1, "i": 1, "l": 1, "e": 1} | bookmobile | {
"character_count": 10,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'horizonless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"h": 1, "o": 2, "r": 1, "i": 1, "z": 1, "n": 1, "l": 1, "e": 1, "s": 2} | horizonless | {
"character_count": 11,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'アンゴラ' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u30a2": 1, "\u30f3": 1, "\u30b4": 1, "\u30e9": 1} | アンゴラ | {
"character_count": 4,
"difficulty": 2,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'dissolvableness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"d": 1, "i": 1, "s": 4, "o": 1, "l": 2, "v": 1, "a": 1, "b": 1, "e": 2, "n": 1} | dissolvableness | {
"character_count": 15,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'doglike' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"d": 1, "o": 1, "g": 1, "l": 1, "i": 1, "k": 1, "e": 1} | doglike | {
"character_count": 7,
"difficulty": 3,
"language": "russian"
} |
Count the number of occurrences of each character in the word '精神上的' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u7cbe": 1, "\u795e": 1, "\u4e0a": 1, "\u7684": 1} | 精神上的 | {
"character_count": 4,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'globelet' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"g": 1, "l": 2, "o": 1, "b": 1, "e": 2, "t": 1} | globelet | {
"character_count": 8,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word '病毒病' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u75c5": 2, "\u6bd2": 1} | 病毒病 | {
"character_count": 3,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'returf' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"r": 2, "e": 1, "t": 1, "u": 1, "f": 1} | returf | {
"character_count": 6,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word '呪文' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u546a": 1, "\u6587": 1} | 呪文 | {
"character_count": 2,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'लिस्टेरिया' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0932": 1, "\u093f": 2, "\u0938": 1, "\u094d": 1, "\u091f": 1, "\u0947": 1, "\u0930": 1, "\u092f": 1, "\u093e": 1} | लिस्टेरिया | {
"character_count": 10,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'воспринимают' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0432": 1, "\u043e": 1, "\u0441": 1, "\u043f": 1, "\u0440": 1, "\u0438": 2, "\u043d": 1, "\u043c": 1, "\u0430": 1, "\u044e": 1, "\u0442": 1} | воспринимают | {
"character_count": 12,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'хороший' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0445": 1, "\u043e": 2, "\u0440": 1, "\u0448": 1, "\u0438": 1, "\u0439": 1} | хороший | {
"character_count": 7,
"difficulty": 3,
"language": "russian"
} |
Count the number of occurrences of each character in the word '爱' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u7231": 1} | 爱 | {
"character_count": 1,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'phlebotomize' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"p": 1, "h": 1, "l": 1, "e": 2, "b": 1, "o": 2, "t": 1, "m": 1, "i": 1, "z": 1} | phlebotomize | {
"character_count": 12,
"difficulty": 9,
"language": "english"
} |
Count the number of occurrences of each character in the word 'disprison' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"d": 1, "i": 2, "s": 2, "p": 1, "r": 1, "o": 1, "n": 1} | disprison | {
"character_count": 9,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word '李斯特菌' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u674e": 1, "\u65af": 1, "\u7279": 1, "\u83cc": 1} | 李斯特菌 | {
"character_count": 4,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'maculopapular' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"m": 1, "a": 3, "c": 1, "u": 2, "l": 2, "o": 1, "p": 2, "r": 1} | maculopapular | {
"character_count": 13,
"difficulty": 9,
"language": "english"
} |
Count the number of occurrences of each character in the word '胡扯' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u80e1": 1, "\u626f": 1} | 胡扯 | {
"character_count": 2,
"difficulty": 4,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'cocainist' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"c": 2, "o": 1, "a": 1, "i": 2, "n": 1, "s": 1, "t": 1} | cocainist | {
"character_count": 9,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word '低的' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u4f4e": 1, "\u7684": 1} | 低的 | {
"character_count": 2,
"difficulty": 2,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'horripilate' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"h": 1, "o": 1, "r": 2, "i": 2, "p": 1, "l": 1, "a": 1, "t": 1, "e": 1} | horripilate | {
"character_count": 11,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word '五年时间' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u4e94": 1, "\u5e74": 1, "\u65f6": 1, "\u95f4": 1} | 五年时间 | {
"character_count": 4,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'unfadingness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"u": 1, "n": 3, "f": 1, "a": 1, "d": 1, "i": 1, "g": 1, "e": 1, "s": 2} | unfadingness | {
"character_count": 12,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'हाइड्रोक्सी' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0939": 1, "\u093e": 1, "\u0907": 1, "\u0921": 1, "\u094d": 2, "\u0930": 1, "\u094b": 1, "\u0915": 1, "\u0938": 1, "\u0940": 1} | हाइड्रोक्सी | {
"character_count": 11,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'visionariness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"v": 1, "i": 3, "s": 3, "o": 1, "n": 2, "a": 1, "r": 1, "e": 1} | visionariness | {
"character_count": 13,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'elderliness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"e": 3, "l": 2, "d": 1, "r": 1, "i": 1, "n": 1, "s": 2} | elderliness | {
"character_count": 11,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'busied' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"b": 1, "u": 1, "s": 1, "i": 1, "e": 1, "d": 1} | busied | {
"character_count": 6,
"difficulty": 2,
"language": "english"
} |
Count the number of occurrences of each character in the word '小説風の' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u5c0f": 1, "\u8aac": 1, "\u98a8": 1, "\u306e": 1} | 小説風の | {
"character_count": 4,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word '分散和音' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u5206": 1, "\u6563": 1, "\u548c": 1, "\u97f3": 1} | 分散和音 | {
"character_count": 4,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'telergically' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"t": 1, "e": 2, "l": 3, "r": 1, "g": 1, "i": 1, "c": 1, "a": 1, "y": 1} | telergically | {
"character_count": 12,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'अपरिवर्तनीय' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0905": 1, "\u092a": 1, "\u0930": 2, "\u093f": 1, "\u0935": 1, "\u094d": 1, "\u0924": 1, "\u0928": 1, "\u0940": 1, "\u092f": 1} | अपरिवर्तनीय | {
"character_count": 11,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word '流れる' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u6d41": 1, "\u308c": 1, "\u308b": 1} | 流れる | {
"character_count": 3,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'irrepealability' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"i": 3, "r": 2, "e": 2, "p": 1, "a": 2, "l": 2, "b": 1, "t": 1, "y": 1} | irrepealability | {
"character_count": 15,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'मालिक' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u092e": 1, "\u093e": 1, "\u0932": 1, "\u093f": 1, "\u0915": 1} | मालिक | {
"character_count": 5,
"difficulty": 2,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'saunteringly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"s": 1, "a": 1, "u": 1, "n": 2, "t": 1, "e": 1, "r": 1, "i": 1, "g": 1, "l": 1, "y": 1} | saunteringly | {
"character_count": 12,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'solipsism' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"s": 3, "o": 1, "l": 1, "i": 2, "p": 1, "m": 1} | solipsism | {
"character_count": 9,
"difficulty": 4,
"language": "english"
} |
Count the number of occurrences of each character in the word 'Вт' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0412": 1, "\u0442": 1} | Вт | {
"character_count": 2,
"difficulty": 1,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'fodgel' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"f": 1, "o": 1, "d": 1, "g": 1, "e": 1, "l": 1} | fodgel | {
"character_count": 6,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'bodingly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"b": 1, "o": 1, "d": 1, "i": 1, "n": 1, "g": 1, "l": 1, "y": 1} | bodingly | {
"character_count": 8,
"difficulty": 6,
"language": "russian"
} |
Count the number of occurrences of each character in the word '容量が大きい' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u5bb9": 1, "\u91cf": 1, "\u304c": 1, "\u5927": 1, "\u304d": 1, "\u3044": 1} | 容量が大きい | {
"character_count": 6,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'siziness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"s": 3, "i": 2, "z": 1, "n": 1, "e": 1} | siziness | {
"character_count": 8,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'flaringly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"f": 1, "l": 2, "a": 1, "r": 1, "i": 1, "n": 1, "g": 1, "y": 1} | flaringly | {
"character_count": 9,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word '琶音' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u7436": 1, "\u97f3": 1} | 琶音 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'ग्यारहवें' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0917": 1, "\u094d": 1, "\u092f": 1, "\u093e": 1, "\u0930": 1, "\u0939": 1, "\u0935": 1, "\u0947": 1, "\u0902": 1} | ग्यारहवें | {
"character_count": 9,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'actinomere' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"a": 1, "c": 1, "t": 1, "i": 1, "n": 1, "o": 1, "m": 1, "e": 2, "r": 1} | actinomere | {
"character_count": 10,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word '文字どおりの' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u6587": 1, "\u5b57": 1, "\u3069": 1, "\u304a": 1, "\u308a": 1, "\u306e": 1} | 文字どおりの | {
"character_count": 6,
"difficulty": 4,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'колдовство' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043a": 1, "\u043e": 3, "\u043b": 1, "\u0434": 1, "\u0432": 2, "\u0441": 1, "\u0442": 1} | колдовство | {
"character_count": 10,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'alluviate' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"a": 2, "l": 2, "u": 1, "v": 1, "i": 1, "t": 1, "e": 1} | alluviate | {
"character_count": 9,
"difficulty": 5,
"language": "english"
} |
Count the number of occurrences of each character in the word '冷たく' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u51b7": 1, "\u305f": 1, "\u304f": 1} | 冷たく | {
"character_count": 3,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'rascaless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"r": 1, "a": 2, "s": 3, "c": 1, "l": 1, "e": 1} | rascaless | {
"character_count": 9,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'pardine' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"p": 1, "a": 1, "r": 1, "d": 1, "i": 1, "n": 1, "e": 1} | pardine | {
"character_count": 7,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'rhipidion' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"r": 1, "h": 1, "i": 3, "p": 1, "d": 1, "o": 1, "n": 1} | rhipidion | {
"character_count": 9,
"difficulty": 8,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'два пенса' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0434": 1, "\u0432": 1, "\u0430": 2, " ": 1, "\u043f": 1, "\u0435": 1, "\u043d": 1, "\u0441": 1} | два пенса | {
"character_count": 9,
"difficulty": 2,
"language": "russian"
} |
Count the number of occurrences of each character in the word '正方晶の' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u6b63": 1, "\u65b9": 1, "\u6676": 1, "\u306e": 1} | 正方晶の | {
"character_count": 4,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word '带二次' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u5e26": 1, "\u4e8c": 1, "\u6b21": 1} | 带二次 | {
"character_count": 3,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'महत्वपूर्ण' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u092e": 1, "\u0939": 1, "\u0924": 1, "\u094d": 2, "\u0935": 1, "\u092a": 1, "\u0942": 1, "\u0930": 1, "\u0923": 1} | महत्वपूर्ण | {
"character_count": 10,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'palpebra' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"p": 2, "a": 2, "l": 1, "e": 1, "b": 1, "r": 1} | palpebra | {
"character_count": 8,
"difficulty": 4,
"language": "english"
} |
Count the number of occurrences of each character in the word '神话' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u795e": 1, "\u8bdd": 1} | 神话 | {
"character_count": 2,
"difficulty": 4,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'metempiric' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"m": 2, "e": 2, "t": 1, "p": 1, "i": 2, "r": 1, "c": 1} | metempiric | {
"character_count": 10,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word '学校' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u5b66": 1, "\u6821": 1} | 学校 | {
"character_count": 2,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'омикрон' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043e": 2, "\u043c": 1, "\u0438": 1, "\u043a": 1, "\u0440": 1, "\u043d": 1} | омикрон | {
"character_count": 7,
"difficulty": 2,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'boarfish' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"b": 1, "o": 1, "a": 1, "r": 1, "f": 1, "i": 1, "s": 1, "h": 1} | boarfish | {
"character_count": 8,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'бесстебельные' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0431": 2, "\u0435": 4, "\u0441": 2, "\u0442": 1, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u044b": 1} | бесстебельные | {
"character_count": 13,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'conduce' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"c": 2, "o": 1, "n": 1, "d": 1, "u": 1, "e": 1} | conduce | {
"character_count": 7,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'ungratifiable' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"u": 1, "n": 1, "g": 1, "r": 1, "a": 2, "t": 1, "i": 2, "f": 1, "b": 1, "l": 1, "e": 1} | ungratifiable | {
"character_count": 13,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'гротескность' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u0433": 1, "\u0440": 1, "\u043e": 2, "\u0442": 2, "\u0435": 1, "\u0441": 2, "\u043a": 1, "\u043d": 1, "\u044c": 1} | гротескность | {
"character_count": 12,
"difficulty": 7,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'Observantine' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"O": 1, "b": 1, "s": 1, "e": 2, "r": 1, "v": 1, "a": 1, "n": 2, "t": 1, "i": 1} | Observantine | {
"character_count": 12,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'Kinesis' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"K": 1, "i": 2, "n": 1, "e": 1, "s": 2} | Kinesis | {
"character_count": 7,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'первоцвет' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u043f": 1, "\u0435": 2, "\u0440": 1, "\u0432": 2, "\u043e": 1, "\u0446": 1, "\u0442": 1} | первоцвет | {
"character_count": 9,
"difficulty": 4,
"language": "russian"
} |
Count the number of occurrences of each character in the word '千层' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"\u5343": 1, "\u5c42": 1} | 千层 | {
"character_count": 2,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'molluscan' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"m": 1, "o": 1, "l": 2, "u": 1, "s": 1, "c": 1, "a": 1, "n": 1} | molluscan | {
"character_count": 9,
"difficulty": 4,
"language": "english"
} |
Count the number of occurrences of each character in the word 'Chronoscope' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"C": 1, "h": 1, "r": 1, "o": 3, "n": 1, "s": 1, "c": 1, "p": 1, "e": 1} | Chronoscope | {
"character_count": 11,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'logos' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once. | {"l": 1, "o": 2, "g": 1, "s": 1} | logos | {
"character_count": 5,
"difficulty": 2,
"language": "english"
} |
Subsets and Splits