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 'commissaryship' 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": 1, "m": 2, "i": 2, "s": 3, "a": 1, "r": 1, "y": 1, "h": 1, "p": 1} | commissaryship | {
"character_count": 14,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'shaster' 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, "h": 1, "a": 1, "t": 1, "e": 1, "r": 1} | shaster | {
"character_count": 7,
"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. | {"\u6276": 1, "\u624b": 1} | 扶手 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'ungirth' 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, "i": 1, "r": 1, "t": 1, "h": 1} | ungirth | {
"character_count": 7,
"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. | {"\u0433": 1, "\u0443": 1, "\u0431": 1, "\u043d": 1, "\u043e": 1} | губно | {
"character_count": 5,
"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. | {"\u0938": 1, "\u0902": 1, "\u092d": 1, "\u0935": 1} | संभव | {
"character_count": 4,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'optionality' 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": 2, "p": 1, "t": 2, "i": 2, "n": 1, "a": 1, "l": 1, "y": 1} | optionality | {
"character_count": 11,
"difficulty": 5,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'pleiomery' 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": 1, "e": 2, "i": 1, "o": 1, "m": 1, "r": 1, "y": 1} | pleiomery | {
"character_count": 9,
"difficulty": 8,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'medicamentally' 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, "d": 1, "i": 1, "c": 1, "a": 2, "n": 1, "t": 1, "l": 2, "y": 1} | medicamentally | {
"character_count": 14,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'matricular' 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": 2, "t": 1, "r": 2, "i": 1, "c": 1, "u": 1, "l": 1} | matricular | {
"character_count": 10,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'partykin' 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, "t": 1, "y": 1, "k": 1, "i": 1, "n": 1} | partykin | {
"character_count": 8,
"difficulty": 2,
"language": "english"
} |
Count the number of occurrences of each character in the word 'spondylous' 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, "o": 2, "n": 1, "d": 1, "y": 1, "l": 1, "u": 1} | spondylous | {
"character_count": 10,
"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. | {"\u4e09": 1, "\u785d": 1, "\u57fa": 1, "\u82ef": 1, "\u915a": 1} | 三硝基苯酚 | {
"character_count": 5,
"difficulty": 3,
"language": "chinese"
} |
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": "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. | {"\u5206": 1, "\u5272": 1} | 分割 | {
"character_count": 2,
"difficulty": 4,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'falcula' 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, "a": 2, "l": 2, "c": 1, "u": 1} | falcula | {
"character_count": 7,
"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. | {"\u0443": 1, "\u043b": 1, "\u044c": 1, "\u0442": 1, "\u0440": 2, "\u0430": 1, "\u043c": 1, "\u0438": 2, "\u043a": 2, "\u043e": 2, "\u0441": 1, "\u043f": 1, "\u044f": 1} | ультрамикроскопия | {
"character_count": 17,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'evangelicalism' 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, "v": 1, "a": 2, "n": 1, "g": 1, "l": 2, "i": 2, "c": 1, "s": 1, "m": 1} | evangelicalism | {
"character_count": 14,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'shophar' 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": 2, "o": 1, "p": 1, "a": 1, "r": 1} | shophar | {
"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. | {"\u5e74": 1, "\u8f7b": 1, "\u7684": 1} | 年轻的 | {
"character_count": 3,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'pandaric' 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": 2, "n": 1, "d": 1, "r": 1, "i": 1, "c": 1} | pandaric | {
"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. | {"\u30aa": 1, "\u30ea": 1, "\u30f3": 1, "\u30d4": 1, "\u30a2": 1} | オリンピア | {
"character_count": 5,
"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. | {"\u57cb": 1, "\u846c": 1} | 埋葬 | {
"character_count": 2,
"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. | {"\u6392": 1, "\u6c14": 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. | {"\u092d": 1, "\u093e": 2, "\u0932": 1} | भाला | {
"character_count": 4,
"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. | {"\u5bb6": 1, "\u65cf": 1} | 家族 | {
"character_count": 2,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'samshu' 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, "a": 1, "m": 1, "h": 1, "u": 1} | samshu | {
"character_count": 6,
"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. | {"\u0928": 2, "\u0941": 1, "\u0915": 1, "\u093c": 1, "\u0938": 1, "\u093e": 1, "\u0926": 1, "\u0947": 1, "\u0939": 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. | {"\u090f": 1, "\u0902": 1, "\u0921": 1, "\u0930": 1, "\u0938": 1, "\u0928": 1} | एंडरसन | {
"character_count": 6,
"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. | {"\u672a": 1, "\u53ce": 1, "\u5229": 1, "\u606f": 1, "\u4e0d": 1, "\u8a08": 1, "\u4e0a": 1} | 未収利息不計上 | {
"character_count": 7,
"difficulty": 8,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'trepidant' 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": 2, "r": 1, "e": 1, "p": 1, "i": 1, "d": 1, "a": 1, "n": 1} | trepidant | {
"character_count": 9,
"difficulty": 7,
"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. | {"\u60e8": 1, "\u70c8": 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. | {"\u043f": 2, "\u0438": 1, "\u0442": 1, "\u044c": 1, " ": 1, "\u0437": 1, "\u0430": 1, "\u043b": 1, "\u043e": 1, "\u043c": 1} | пить залпом | {
"character_count": 11,
"difficulty": 3,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'overemotional' 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, "v": 1, "e": 2, "r": 1, "m": 1, "t": 1, "i": 1, "n": 1, "a": 1, "l": 1} | overemotional | {
"character_count": 13,
"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. | {"\u6b4c": 1, "\u3046": 1, "\u3053": 1, "\u3068": 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. | {"\u0926": 1, "\u092c": 1, "\u0902": 1, "\u0917": 1} | दबंग | {
"character_count": 4,
"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. | {"\u043f": 1, "\u043e": 1, "\u0439": 1, "\u043c": 1, "\u0430": 1, "\u043b": 1, "\u0438": 1} | поймали | {
"character_count": 7,
"difficulty": 3,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'unprovision' 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, "p": 1, "r": 1, "o": 2, "v": 1, "i": 2, "s": 1} | unprovision | {
"character_count": 11,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'diallage' 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, "a": 2, "l": 2, "g": 1, "e": 1} | diallage | {
"character_count": 8,
"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. | {"\u4e00": 1, "\u65e5": 1} | 一日 | {
"character_count": 2,
"difficulty": 2,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'hackwood' 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, "a": 1, "c": 1, "k": 1, "w": 1, "o": 2, "d": 1} | hackwood | {
"character_count": 8,
"difficulty": 2,
"language": "english"
} |
Count the number of occurrences of each character in the word 'sarcolemmic' 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, "r": 1, "c": 2, "o": 1, "l": 1, "e": 1, "m": 2, "i": 1} | sarcolemmic | {
"character_count": 11,
"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. | {"\u30b3": 1, "\u30fc": 1, "\u30c1": 1} | コーチ | {
"character_count": 3,
"difficulty": 2,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'mercurialness' 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, "e": 2, "r": 2, "c": 1, "u": 1, "i": 1, "a": 1, "l": 1, "n": 1, "s": 2} | mercurialness | {
"character_count": 13,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'wastrife' 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, "s": 1, "t": 1, "r": 1, "i": 1, "f": 1, "e": 1} | wastrife | {
"character_count": 8,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'naegates' 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. | {"n": 1, "a": 2, "e": 2, "g": 1, "t": 1, "s": 1} | naegates | {
"character_count": 8,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'ferromagnesian' 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, "m": 1, "a": 2, "g": 1, "n": 2, "s": 1, "i": 1} | ferromagnesian | {
"character_count": 14,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'meerschaum' 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, "r": 1, "s": 1, "c": 1, "h": 1, "a": 1, "u": 1} | meerschaum | {
"character_count": 10,
"difficulty": 6,
"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. | {"\u9650": 1, "\u5b9a": 1, "\u8a5e": 1} | 限定詞 | {
"character_count": 3,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'pyrognostic' 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, "y": 1, "r": 1, "o": 2, "g": 1, "n": 1, "s": 1, "t": 1, "i": 1, "c": 1} | pyrognostic | {
"character_count": 11,
"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. | {"\u0930": 1, "\u094b": 1, "\u0932": 1} | रोल | {
"character_count": 3,
"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": 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. | {"\u4e0d": 1, "\u79d1": 1, "\u5b66": 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. | {"\u0938": 1, "\u0941": 1, "\u0902": 1, "\u0926": 1, "\u0930": 1} | सुंदर | {
"character_count": 5,
"difficulty": 3,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'overcrop' 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": 2, "v": 1, "e": 1, "r": 2, "c": 1, "p": 1} | overcrop | {
"character_count": 8,
"difficulty": 3,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'sampan' 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": 2, "m": 1, "p": 1, "n": 1} | sampan | {
"character_count": 6,
"difficulty": 2,
"language": "english"
} |
Count the number of occurrences of each character in the word 'unonerous' 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": 2, "o": 2, "e": 1, "r": 1, "s": 1} | unonerous | {
"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. | {"\u9519": 1, "\u8bef": 1, "\u8868": 1, "\u793a": 1} | 错误表示 | {
"character_count": 4,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'vireo' 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, "o": 1} | vireo | {
"character_count": 5,
"difficulty": 3,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'dilapidator' 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": 2, "i": 2, "l": 1, "a": 2, "p": 1, "t": 1, "o": 1, "r": 1} | dilapidator | {
"character_count": 11,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'cacophonically' 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": 3, "a": 2, "o": 2, "p": 1, "h": 1, "n": 1, "i": 1, "l": 2, "y": 1} | cacophonically | {
"character_count": 14,
"difficulty": 9,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'evulgate' 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, "v": 1, "u": 1, "l": 1, "g": 1, "a": 1, "t": 1} | evulgate | {
"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. | {"\u94b1": 1, "\u76ae": 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. | {"\u52fe": 1, "\u914d": 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. | {"\u0441": 1, "\u043a": 1, "\u043e": 1, "\u043b": 1, "\u044c": 1, "\u0436": 1, "\u0435": 2, "\u043d": 1, "\u0438": 1} | скольжение | {
"character_count": 10,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'complex' 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": 1, "m": 1, "p": 1, "l": 1, "e": 1, "x": 1} | complex | {
"character_count": 7,
"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. | {"\u9014": 1, "\u65b9": 1, "\u3082": 1, "\u306a": 1, "\u3044": 1} | 途方もない | {
"character_count": 5,
"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. | {"\u0444": 2, "\u0430": 2, "\u043b": 1, "\u044c": 1, "\u0441": 1, "\u0438": 3, "\u043a": 1, "\u0446": 1, "\u0439": 1} | фальсификаций | {
"character_count": 13,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'zoochore' 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. | {"z": 1, "o": 3, "c": 1, "h": 1, "r": 1, "e": 1} | zoochore | {
"character_count": 8,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'BAZOO' 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": 1, "Z": 1, "O": 2} | BAZOO | {
"character_count": 5,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'tibiale' 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, "i": 2, "b": 1, "a": 1, "l": 1, "e": 1} | tibiale | {
"character_count": 7,
"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. | {"\u0905": 1, "\u0902": 1, "\u0924": 1, "\u0930": 1, "\u094d": 1, "\u092e": 1, "\u0941": 1, "\u0916": 1, "\u0940": 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. | {"\u0434": 1, "\u0435": 3, "\u0442": 1, "\u0443": 1, "\u043c": 1, "\u0441": 1, "\u0446": 2, "\u043d": 1, "\u0438": 1, "\u044f": 1} | детумесценция | {
"character_count": 13,
"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. | {"\u091c": 1, "\u0942": 1, "\u0926": 1, "\u093e": 2, "\u0908": 1, "\u0915": 1} | जूदाईका | {
"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. | {"\u795e": 1, "\u8a71": 1} | 神話 | {
"character_count": 2,
"difficulty": 5,
"language": "japanese"
} |
Count the number of occurrences of each character in the word 'Osteolepis' 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, "s": 2, "t": 1, "e": 2, "o": 1, "l": 1, "p": 1, "i": 1} | Osteolepis | {
"character_count": 10,
"difficulty": 8,
"language": "english"
} |
Count the number of occurrences of each character in the word 'ornithichnite' 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, "r": 1, "n": 2, "i": 3, "t": 2, "h": 2, "c": 1, "e": 1} | ornithichnite | {
"character_count": 13,
"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. | {"\u5bb9": 1, "\u514b": 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. | {"\u6849": 1, "\u6811": 1} | 桉树 | {
"character_count": 2,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'packable' 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": 2, "c": 1, "k": 1, "b": 1, "l": 1, "e": 1} | packable | {
"character_count": 8,
"difficulty": 1,
"language": "hindi"
} |
Count the number of occurrences of each character in the word 'fictionally' 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, "i": 2, "c": 1, "t": 1, "o": 1, "n": 1, "a": 1, "l": 2, "y": 1} | fictionally | {
"character_count": 11,
"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. | {"\u043e": 1, "\u0447": 1, "\u0438": 2, "\u0449": 1, "\u0435": 2, "\u043d": 1} | очищение | {
"character_count": 8,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'sobersides' 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, "b": 1, "e": 2, "r": 1, "i": 1, "d": 1} | sobersides | {
"character_count": 10,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'undecidedly' 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, "d": 3, "e": 2, "c": 1, "i": 1, "l": 1, "y": 1} | undecidedly | {
"character_count": 11,
"difficulty": 7,
"language": "english"
} |
Count the number of occurrences of each character in the word 'obligable' 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": 2, "l": 2, "i": 1, "g": 1, "a": 1, "e": 1} | obligable | {
"character_count": 9,
"difficulty": 5,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'tyranness' 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, "y": 1, "r": 1, "a": 1, "n": 2, "e": 1, "s": 2} | tyranness | {
"character_count": 9,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'wrawl' 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": 2, "r": 1, "a": 1, "l": 1} | wrawl | {
"character_count": 5,
"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. | {"\u0444": 1, "\u043e": 3, "\u0442": 3, "\u0432": 3, "\u0447": 1, "\u0443": 1, "\u0441": 1, "\u0438": 1, "\u0435": 2, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u044b": 1} | фотовочувствительные | {
"character_count": 20,
"difficulty": 8,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'stover' 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, "t": 1, "o": 1, "v": 1, "e": 1, "r": 1} | stover | {
"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. | {"\u4f7f": 1, "\u66f4": 1, "\u6f02": 1, "\u4eae": 1, "\u7684": 1} | 使更漂亮的 | {
"character_count": 5,
"difficulty": 5,
"language": "chinese"
} |
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": "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. | {"\u5bff": 1, "\u5c71": 1, "\u77f3": 1} | 寿山石 | {
"character_count": 3,
"difficulty": 5,
"language": "chinese"
} |
Count the number of occurrences of each character in the word 'candlelighter' 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": 2, "e": 2, "i": 1, "g": 1, "h": 1, "t": 1, "r": 1} | candlelighter | {
"character_count": 13,
"difficulty": 4,
"language": "english"
} |
Count the number of occurrences of each character in the word 'pegboard' 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, "e": 1, "g": 1, "b": 1, "o": 1, "a": 1, "r": 1, "d": 1} | pegboard | {
"character_count": 8,
"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. | {"\u043f": 1, "\u0438": 1, "\u0441": 1, "\u0442": 2, "\u043e": 1, "\u043b": 1, "\u0435": 1} | пистолет | {
"character_count": 8,
"difficulty": 2,
"language": "russian"
} |
Count the number of occurrences of each character in the word 'taborin' 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, "a": 1, "b": 1, "o": 1, "r": 1, "i": 1, "n": 1} | taborin | {
"character_count": 7,
"difficulty": 3,
"language": "english"
} |
Count the number of occurrences of each character in the word 'impostumation' 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": 2, "p": 1, "o": 2, "s": 1, "t": 2, "u": 1, "a": 1, "n": 1} | impostumation | {
"character_count": 13,
"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. | {"\u091c": 2, "\u093e": 3, "\u0932": 1, "\u0938": 1, "\u093c": 1, "\u0940": 1, " ": 1, "\u0915": 1, "\u0930": 1, "\u0928": 1} | जालसाज़ी करना | {
"character_count": 13,
"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. | {"\u5bc2": 1, "\u3057": 1, "\u304f": 1} | 寂しく | {
"character_count": 3,
"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. | {"\u4e00": 1, "\u6210": 1, "\u4e0d": 1, "\u53d8": 1} | 一成不变 | {
"character_count": 4,
"difficulty": 2,
"language": "chinese"
} |
Subsets and Splits