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 'unsuccessive' 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": 2, "n": 1, "s": 3, "c": 2, "e": 2, "i": 1, "v": 1} | unsuccessive | {
"character_count": 12,
"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. | {"\u7a80": 1, "\u7a78": 1} | 窀穸 | {
"character_count": 2,
"difficulty": 8,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'misrepresentative' 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, "i": 2, "s": 2, "r": 2, "e": 4, "p": 1, "n": 1, "t": 2, "a": 1, "v": 1} | misrepresentative | {
"character_count": 17,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'incendiarism' 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, "n": 2, "c": 1, "e": 1, "d": 1, "a": 1, "r": 1, "s": 1, "m": 1} | incendiarism | {
"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. | {"\u72d7": 1, "\u4e00": 1, "\u6837": 1} | 狗一样 | {
"character_count": 3,
"difficulty": 3,
"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. | {"\u0442": 2, "\u0435": 1, "\u043c": 1, "\u043d": 1, "\u043e": 1, "\u0430": 1} | темнота | {
"character_count": 7,
"difficulty": 3,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'eleutheromania' 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": 1, "u": 1, "t": 1, "h": 1, "r": 1, "o": 1, "m": 1, "a": 2, "n": 1, "i": 1} | eleutheromania | {
"character_count": 14,
"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. | {"\u5f92": 1, "\u52b3": 1} | 徒劳 | {
"character_count": 2,
"difficulty": 4,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'reblossom' 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, "e": 1, "b": 1, "l": 1, "o": 2, "s": 2, "m": 1} | reblossom | {
"character_count": 9,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'virelay' 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": 1, "r": 1, "e": 1, "l": 1, "a": 1, "y": 1} | virelay | {
"character_count": 7,
"difficulty": 4,
"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. | {"\u0926": 1, "\u0940": 2, "\u0930": 1, "\u094d": 1, "\u0918": 1, "\u0915": 1, "\u093e": 1, "\u0932": 1, "\u0928": 1} | दीर्घकालीन | {
"character_count": 10,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'multiplicate' 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, "u": 1, "l": 2, "t": 2, "i": 2, "p": 1, "c": 1, "a": 1, "e": 1} | multiplicate | {
"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. | {"\u65ad": 1, "\u7d9a": 1, "\u7684": 1, "\u306a": 1} | 断続的な | {
"character_count": 4,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'turdoid' 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, "u": 1, "r": 1, "d": 2, "o": 1, "i": 1} | turdoid | {
"character_count": 7,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'plethorically' 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, "l": 3, "e": 1, "t": 1, "h": 1, "o": 1, "r": 1, "i": 1, "c": 1, "a": 1, "y": 1} | plethorically | {
"character_count": 13,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'erotetic' 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": 2, "r": 1, "o": 1, "t": 2, "i": 1, "c": 1} | erotetic | {
"character_count": 8,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'superfecundation' 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, "u": 2, "p": 1, "e": 2, "r": 1, "f": 1, "c": 1, "n": 2, "d": 1, "a": 1, "t": 1, "i": 1, "o": 1} | superfecundation | {
"character_count": 16,
"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. | {"\u8f89": 1, "\u714c": 1} | 辉煌 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'docetic' 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, "c": 2, "e": 1, "t": 1, "i": 1} | docetic | {
"character_count": 7,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'stemson' 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": 2, "t": 1, "e": 1, "m": 1, "o": 1, "n": 1} | stemson | {
"character_count": 7,
"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. | {"\u30d0": 1, "\u30a4": 2, "\u30bf": 1, "\u30e9": 1, "\u30b6": 1, "\u30fc": 1} | バイタライザー | {
"character_count": 7,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'forebodement' 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": 2, "r": 1, "e": 3, "b": 1, "d": 1, "m": 1, "n": 1, "t": 1} | forebodement | {
"character_count": 12,
"difficulty": 5,
"language": "english"
} |
Count the number of occurrences of each character in the word 'pleomorphism' 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, "l": 1, "e": 1, "o": 2, "m": 2, "r": 1, "h": 1, "i": 1, "s": 1} | pleomorphism | {
"character_count": 12,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'danglingly' 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, "a": 1, "n": 2, "g": 2, "l": 2, "i": 1, "y": 1} | danglingly | {
"character_count": 10,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'photopositive' 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, "h": 1, "o": 3, "t": 2, "s": 1, "i": 2, "v": 1, "e": 1} | photopositive | {
"character_count": 13,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'esophagi' 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": 1, "s": 1, "o": 1, "p": 1, "h": 1, "a": 1, "g": 1, "i": 1} | esophagi | {
"character_count": 8,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'Parseeism' 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, "s": 2, "e": 2, "i": 1, "m": 1} | Parseeism | {
"character_count": 9,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'glyconic' 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": 1, "y": 1, "c": 2, "o": 1, "n": 1, "i": 1} | glyconic | {
"character_count": 8,
"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. | {"\u0411": 1, "\u0430": 1, "\u043a": 1, "\u0443": 1} | Баку | {
"character_count": 4,
"difficulty": 2,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'burgage' 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, "r": 1, "g": 2, "a": 1, "e": 1} | burgage | {
"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. | {"\u043f": 1, "\u0440": 1, "\u043e": 2, "\u0441": 1, "\u0442": 1, "\u0439": 1} | простой | {
"character_count": 7,
"difficulty": 2,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'gallingly' 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": 2, "a": 1, "l": 3, "i": 1, "n": 1, "y": 1} | gallingly | {
"character_count": 9,
"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. | {"\u975e": 1, "\u81ea": 1, "\u52d5": 1, "\u8eca": 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. | {"\u092e": 2, "\u093e": 2, "\u0932": 1} | मामला | {
"character_count": 5,
"difficulty": 2,
"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. | {"\u8c1c": 1} | 谜 | {
"character_count": 1,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'lucrative' 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, "u": 1, "c": 1, "r": 1, "a": 1, "t": 1, "i": 1, "v": 1, "e": 1} | lucrative | {
"character_count": 9,
"difficulty": 4,
"language": "english"
} |
Count the number of occurrences of each character in the word 'unartistlike' 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, "a": 1, "r": 1, "t": 2, "i": 2, "s": 1, "l": 1, "k": 1, "e": 1} | unartistlike | {
"character_count": 12,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'alterability' 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, "t": 2, "e": 1, "r": 1, "b": 1, "i": 2, "y": 1} | alterability | {
"character_count": 12,
"difficulty": 6,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'chirograph' 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": 2, "i": 1, "r": 2, "o": 1, "g": 1, "a": 1, "p": 1} | chirograph | {
"character_count": 10,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'mimester' 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, "i": 1, "e": 2, "s": 1, "t": 1, "r": 1} | mimester | {
"character_count": 8,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'Turnices' 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, "u": 1, "r": 1, "n": 1, "i": 1, "c": 1, "e": 1, "s": 1} | Turnices | {
"character_count": 8,
"difficulty": 6,
"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. | {"\u8fc5": 1, "\u6377": 1} | 迅捷 | {
"character_count": 2,
"difficulty": 4,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'perimorphism' 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, "e": 1, "r": 2, "i": 2, "m": 2, "o": 1, "h": 1, "s": 1} | perimorphism | {
"character_count": 12,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'arthropodal' 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, "r": 2, "t": 1, "h": 1, "o": 2, "p": 1, "d": 1, "l": 1} | arthropodal | {
"character_count": 11,
"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. | {"\u898f": 1, "\u5247": 1} | 規則 | {
"character_count": 2,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'predesignation' 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, "r": 1, "e": 2, "d": 1, "s": 1, "i": 2, "g": 1, "n": 2, "a": 1, "t": 1, "o": 1} | predesignation | {
"character_count": 14,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'lituite' 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, "i": 2, "t": 2, "u": 1, "e": 1} | lituite | {
"character_count": 7,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'dinero' 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, "n": 1, "e": 1, "r": 1, "o": 1} | dinero | {
"character_count": 6,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'barasingha' 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, "a": 3, "r": 1, "s": 1, "i": 1, "n": 1, "g": 1, "h": 1} | barasingha | {
"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. | {"\u8d2b": 1, "\u7a77": 1, "\u7684": 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. | {"\u0915": 1, "\u093e": 1, "\u092e": 1} | काम | {
"character_count": 3,
"difficulty": 2,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'virosis' 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": 2, "r": 1, "o": 1, "s": 2} | virosis | {
"character_count": 7,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'waisting' 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. | {"w": 1, "a": 1, "i": 2, "s": 1, "t": 1, "n": 1, "g": 1} | waisting | {
"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. | {"\u0432": 1, "\u0430": 1, "\u0436": 1, "\u043d": 1, "\u044b": 1, "\u0439": 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. | {"\u044d": 1, "\u0432": 1, "\u043a": 1, "\u0430": 1, "\u043b": 1, "\u0438": 1, "\u043f": 1, "\u0442": 1} | эвкалипт | {
"character_count": 8,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'intercloud' 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": 1, "n": 1, "t": 1, "e": 1, "r": 1, "c": 1, "l": 1, "o": 1, "u": 1, "d": 1} | intercloud | {
"character_count": 10,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'copastor' 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, "o": 2, "p": 1, "a": 1, "s": 1, "t": 1, "r": 1} | copastor | {
"character_count": 8,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'bezoardic' 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, "e": 1, "z": 1, "o": 1, "a": 1, "r": 1, "d": 1, "i": 1, "c": 1} | bezoardic | {
"character_count": 9,
"difficulty": 8,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'ramulose' 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": 1, "m": 1, "u": 1, "l": 1, "o": 1, "s": 1, "e": 1} | ramulose | {
"character_count": 8,
"difficulty": 4,
"language": "english"
} |
Count the number of occurrences of each character in the word 'horoscopist' 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": 3, "r": 1, "s": 2, "c": 1, "p": 1, "i": 1, "t": 1} | horoscopist | {
"character_count": 11,
"difficulty": 6,
"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. | {"\u30cd": 1, "\u30c3": 1, "\u30af": 1, "\u30ec": 1, "\u30b9": 1} | ネックレス | {
"character_count": 5,
"difficulty": 2,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'hold' 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, "l": 1, "d": 1} | hold | {
"character_count": 4,
"difficulty": 1,
"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. | {"\u0926": 1, "\u093e": 3, "\u0908": 1, " ": 2, "\u0915": 2, "\u092e": 1} | दाई का काम | {
"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. | {"\u0430": 1, "\u043a": 1, "\u0443": 1, "\u0448": 1, "\u0435": 1, "\u0440": 1, "\u0441": 1, "\u0442": 1, "\u0432": 1, "\u043e": 1} | акушерство | {
"character_count": 10,
"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. | {"\u4e0d": 1, "\u6b63": 1, "\u884c": 1, "\u70ba": 1} | 不正行為 | {
"character_count": 4,
"difficulty": 8,
"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. | {"\u524d": 1, "\u8eca": 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. | {"\u3084": 1, "\u305b": 1, "\u3053": 1, "\u3051": 1, "\u305f": 1} | やせこけた | {
"character_count": 5,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'wheerikins' 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. | {"w": 1, "h": 1, "e": 2, "r": 1, "i": 2, "k": 1, "n": 1, "s": 1} | wheerikins | {
"character_count": 10,
"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. | {"\u0939": 1, "\u0948": 1, "\u092e": 1, "\u094d": 1, "\u092a": 1, "\u0936": 1, "\u093e": 1, "\u092f": 1, "\u0930": 1} | हैम्पशायर | {
"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. | {"\u5a31": 1, "\u4e50": 1} | 娱乐 | {
"character_count": 2,
"difficulty": 4,
"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. | {"\u51c0": 1, "\u5316": 1} | 净化 | {
"character_count": 2,
"difficulty": 4,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'asyllabic' 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, "s": 1, "y": 1, "l": 2, "b": 1, "i": 1, "c": 1} | asyllabic | {
"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. | {"\u0935": 1, "\u093f": 1, "\u092b": 1, "\u0941": 1, "\u0932": 1, "\u0924": 1, "\u093e": 1} | विफुलता | {
"character_count": 7,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'testatorship' 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": 3, "e": 1, "s": 2, "a": 1, "o": 1, "r": 1, "h": 1, "i": 1, "p": 1} | testatorship | {
"character_count": 12,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'salariat' 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": 3, "l": 1, "r": 1, "i": 1, "t": 1} | salariat | {
"character_count": 8,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'ferreous' 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, "e": 2, "r": 2, "o": 1, "u": 1, "s": 1} | ferreous | {
"character_count": 8,
"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. | {"\u56f0": 1, "\u96be": 1, "\u7684": 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. | {"\u52a9": 1, "\u624b": 1} | 助手 | {
"character_count": 2,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'shoggly' 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, "h": 1, "o": 1, "g": 2, "l": 1, "y": 1} | shoggly | {
"character_count": 7,
"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. | {"\u092c": 1, "\u0940": 1, "\u092e": 1, "\u093e": 1, "\u0930": 1} | बीमार | {
"character_count": 5,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'shabble' 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, "h": 1, "a": 1, "b": 2, "l": 1, "e": 1} | shabble | {
"character_count": 7,
"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. | {"\u0442": 2, "\u0449": 1, "\u0435": 1, "\u043d": 1, "\u043e": 1} | тщетно | {
"character_count": 6,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'impenitently' 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, "m": 1, "p": 1, "e": 2, "n": 2, "t": 2, "l": 1, "y": 1} | impenitently | {
"character_count": 12,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'candlebomb' 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, "a": 1, "n": 1, "d": 1, "l": 1, "e": 1, "b": 2, "o": 1, "m": 1} | candlebomb | {
"character_count": 10,
"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. | {"\u0909": 1, "\u091c": 2, "\u094d": 2, "\u0935": 1, "\u0932": 1} | उज्ज्वल | {
"character_count": 7,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'dissipable' 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, "a": 1, "b": 1, "l": 1, "e": 1} | dissipable | {
"character_count": 10,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'shiningness' 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, "h": 1, "i": 2, "n": 3, "g": 1, "e": 1} | shiningness | {
"character_count": 11,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'historical' 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, "i": 2, "s": 1, "t": 1, "o": 1, "r": 1, "c": 1, "a": 1, "l": 1} | historical | {
"character_count": 10,
"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. | {"\u8fb9": 1, "\u7f18": 1} | 边缘 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'epitenon' 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": 2, "p": 1, "i": 1, "t": 1, "n": 2, "o": 1} | epitenon | {
"character_count": 8,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'podley' 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, "o": 1, "d": 1, "l": 1, "e": 1, "y": 1} | podley | {
"character_count": 6,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'bitterling' 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, "i": 2, "t": 2, "e": 1, "r": 1, "l": 1, "n": 1, "g": 1} | bitterling | {
"character_count": 10,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'alexiterical' 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, "e": 2, "x": 1, "i": 2, "t": 1, "r": 1, "c": 1} | alexiterical | {
"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. | {"\u0434": 1, "\u0438": 1, "\u0435": 1, "\u0442": 1, "\u043e": 2, "\u043b": 1, "\u0433": 1} | диетолог | {
"character_count": 8,
"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. | {"\u5916": 1, "\u7e01": 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. | {"\u6d77": 1, "\u9798": 1} | 海鞘 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'splenomyelogenous' 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": 2, "p": 1, "l": 2, "e": 3, "n": 2, "o": 3, "m": 1, "y": 1, "g": 1, "u": 1} | splenomyelogenous | {
"character_count": 17,
"difficulty": 10,
"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. | {"\u0410": 1, "\u0440": 1, "\u0430": 1, "\u0445": 1, "\u043d": 1, "\u043e": 2, "\u043b": 1, "\u0433": 1, "\u0438": 1, "\u044f": 1} | Арахнология | {
"character_count": 11,
"difficulty": 7,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'unstating' 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": 2, "s": 1, "t": 2, "a": 1, "i": 1, "g": 1} | unstating | {
"character_count": 9,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'lomentum' 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": 1, "m": 2, "e": 1, "n": 1, "t": 1, "u": 1} | lomentum | {
"character_count": 8,
"difficulty": 8,
"language": "chinese"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.