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.
{"\u0441": 2, "\u0430": 1, "\u043d": 1, "\u043a": 1, "\u0440": 1, "\u0438": 1, "\u0442": 1, "\u043e": 2, "\u043b": 1, "\u0433": 1}
санскритолог
{ "character_count": 12, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'Herakles' and return the 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": 2, "r": 1, "a": 1, "k": 1, "l": 1, "s": 1}
Herakles
{ "character_count": 8, "difficulty": 7, "language": "hindi" }
Count the number of occurrences of each character in the word 'haglin' and return the 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, "g": 1, "l": 1, "i": 1, "n": 1}
haglin
{ "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.
{"\u041f": 1, "\u0410": 1, "\u0420": 1, "\u0414": 1}
ПАРД
{ "character_count": 4, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'flurriment' and return the 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": 1, "u": 1, "r": 2, "i": 1, "m": 1, "e": 1, "n": 1, "t": 1}
flurriment
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'subepoch' and return the 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": 1, "b": 1, "e": 1, "p": 1, "o": 1, "c": 1, "h": 1}
subepoch
{ "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.
{"\u0441": 1, "\u044a": 1, "\u0435": 1, "\u0434": 1, "\u043e": 2, "\u0431": 1, "\u043d": 1}
съедобно
{ "character_count": 8, "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.
{"\u092c": 1, "\u0939": 1, "\u0941": 1, "\u0924": 2, "\u093e": 1, "\u092f": 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.
{"\u091c": 1, "\u093f": 1, "\u092e": 1, "\u094d": 1, "\u092c": 1, "\u0932": 1}
जिम्बल
{ "character_count": 6, "difficulty": 4, "language": "hindi" }
Count the number of occurrences of each character in the word 'traditioner' and return the 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": 2, "a": 1, "d": 1, "i": 2, "o": 1, "n": 1, "e": 1}
traditioner
{ "character_count": 11, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'diapsid' and return the 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, "a": 1, "p": 1, "s": 1}
diapsid
{ "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.
{"\u0938": 1, "\u094d": 1, "\u0932": 1, "\u093e": 1, "\u0907": 1, "\u0921": 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.
{"\u5c42": 1, "\u72b6": 1}
层状
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'phasemeter' and return the 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, "a": 1, "s": 1, "e": 3, "m": 1, "t": 1, "r": 1}
phasemeter
{ "character_count": 10, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'fulsomeness' and return the 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, "u": 1, "l": 1, "s": 3, "o": 1, "m": 1, "e": 2, "n": 1}
fulsomeness
{ "character_count": 11, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'squailer' and return the 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, "q": 1, "u": 1, "a": 1, "i": 1, "l": 1, "e": 1, "r": 1}
squailer
{ "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.
{"\u044f": 1, "\u0449": 1, "\u0435": 1, "\u0440": 1}
ящер
{ "character_count": 4, "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.
{"\u0441": 1, "\u0438": 1, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u044b": 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.
{"\u6709": 1, "\u610f": 1, "\u56fe": 1, "\u7684": 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.
{"\u56de": 1, "\u5c04": 1}
回射
{ "character_count": 2, "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.
{"\u0924": 1, "\u0947": 1, "\u091c": 1, "\u0940": 1}
तेजी
{ "character_count": 4, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'disgruntle' and return the 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": 1, "g": 1, "r": 1, "u": 1, "n": 1, "t": 1, "l": 1, "e": 1}
disgruntle
{ "character_count": 10, "difficulty": 5, "language": "hindi" }
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": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'flagitate' and return the 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": 1, "a": 2, "g": 1, "i": 1, "t": 2, "e": 1}
flagitate
{ "character_count": 9, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'frabjously' and return the 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, "r": 1, "a": 1, "b": 1, "j": 1, "o": 1, "u": 1, "s": 1, "l": 1, "y": 1}
frabjously
{ "character_count": 10, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'firewarden' and return the 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": 1, "r": 2, "e": 2, "w": 1, "a": 1, "d": 1, "n": 1}
firewarden
{ "character_count": 10, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'vagarish' and return the 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, "a": 2, "g": 1, "r": 1, "i": 1, "s": 1, "h": 1}
vagarish
{ "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.
{"\u5b57": 1, "\u8c1c": 1}
字谜
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'paca' and return the 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}
paca
{ "character_count": 4, "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.
{"\u4e07": 1, "\u5411": 1, "\u8282": 1}
万向节
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'smelliness' and return the 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, "m": 1, "e": 2, "l": 2, "i": 1, "n": 1}
smelliness
{ "character_count": 10, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'animalculum' and return the 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, "n": 1, "i": 1, "m": 2, "l": 2, "c": 1, "u": 2}
animalculum
{ "character_count": 11, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'meddle' and return the 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, "d": 2, "l": 1}
meddle
{ "character_count": 6, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'overburthen' and return the 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, "v": 1, "e": 2, "r": 2, "b": 1, "u": 1, "t": 1, "h": 1, "n": 1}
overburthen
{ "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.
{"\u30a2": 1, "\u30eb": 1, "\u30d0": 1, "\u30f3": 1}
アルバン
{ "character_count": 4, "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.
{"\u0448": 1, "\u0432": 1, "\u0435": 1, "\u0440": 1, "\u0442": 1}
шверт
{ "character_count": 5, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'incretory' and return the 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, "c": 1, "r": 2, "e": 1, "t": 1, "o": 1, "y": 1}
incretory
{ "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.
{"\u960e": 1, "\u738b": 1}
阎王
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'gerrymander' and return the 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, "e": 2, "r": 3, "y": 1, "m": 1, "a": 1, "n": 1, "d": 1}
gerrymander
{ "character_count": 11, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'tamarao' and return the 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": 3, "m": 1, "r": 1, "o": 1}
tamarao
{ "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.
{"\u8981": 1, "\u6c42": 1}
要求
{ "character_count": 2, "difficulty": 5, "language": "japanese" }
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": "hindi" }
Count the number of occurrences of each character in the word 'fleshmonger' and return the 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": 1, "e": 2, "s": 1, "h": 1, "m": 1, "o": 1, "n": 1, "g": 1, "r": 1}
fleshmonger
{ "character_count": 11, "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.
{"\u30d4": 1, "\u30e5": 1, "\u30fc": 1, "\u30ec": 1}
ピューレ
{ "character_count": 4, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'reprehensibly' and return the 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": 3, "p": 1, "h": 1, "n": 1, "s": 1, "i": 1, "b": 1, "l": 1, "y": 1}
reprehensibly
{ "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.
{"\u5b66": 1, "\u6821": 1}
学校
{ "character_count": 2, "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.
{"\u30d4": 1, "\u30b9": 1, "\u30c8": 1, "\u30eb": 1}
ピストル
{ "character_count": 4, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'smuggery' and return the 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, "m": 1, "u": 1, "g": 2, "e": 1, "r": 1, "y": 1}
smuggery
{ "character_count": 8, "difficulty": 5, "language": "chinese" }
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": 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.
{"\u574d": 1, "\u584c": 1, "\u7684": 1}
坍塌的
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'uncouth' and return the 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, "c": 1, "o": 1, "t": 1, "h": 1}
uncouth
{ "character_count": 7, "difficulty": 5, "language": "english" }
Count the number of occurrences of each character in the word 'talebearing' and return the 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": 2, "l": 1, "e": 2, "b": 1, "r": 1, "i": 1, "n": 1, "g": 1}
talebearing
{ "character_count": 11, "difficulty": 5, "language": "chinese" }
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": "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.
{"\u4e3b": 1, "\u5f35": 1, "\u3067": 1, "\u304d": 1, "\u308b": 1}
主張できる
{ "character_count": 5, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'nonautomotive' and return the 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": 2, "o": 3, "a": 1, "u": 1, "t": 2, "m": 1, "i": 1, "v": 1, "e": 1}
nonautomotive
{ "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.
{"\u043a": 2, "\u0443": 1, "\u0431": 1, "\u0438": 2, "\u0447": 1, "\u0435": 1, "\u0441": 1}
кубически
{ "character_count": 9, "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.
{"\u6e29": 1, "\u987a": 1, "\u5730": 1}
温顺地
{ "character_count": 3, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'interknot' and return the 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": 2, "t": 2, "e": 1, "r": 1, "k": 1, "o": 1}
interknot
{ "character_count": 9, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'cosset' and return the 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, "s": 2, "e": 1, "t": 1}
cosset
{ "character_count": 6, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'inselberg' and return the 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, "s": 1, "e": 2, "l": 1, "b": 1, "r": 1, "g": 1}
inselberg
{ "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.
{"\u0905": 1, "\u0938": 1, "\u0902": 1, "\u0924": 1, "\u094b": 1, "\u0937": 1}
असंतोष
{ "character_count": 6, "difficulty": 4, "language": "hindi" }
Count the number of occurrences of each character in the word 'Sirrah' and return the 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, "i": 1, "r": 2, "a": 1, "h": 1}
Sirrah
{ "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.
{"\u30df": 1, "\u30eb": 1, "\u30ab": 1, "\u30fc": 1}
ミルカー
{ "character_count": 4, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'sutleress' and return the 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, "u": 1, "t": 1, "l": 1, "e": 2, "r": 1}
sutleress
{ "character_count": 9, "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.
{"\u0916": 1, "\u093c": 1, "\u093e": 1, "\u0932": 1, "\u0940": 1}
ख़ाली
{ "character_count": 5, "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.
{"\u043a": 1, "\u043e": 1, "\u043f": 1, "\u044c": 1, "\u0435": 1}
копье
{ "character_count": 5, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'nontheological' and return the 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": 2, "o": 3, "t": 1, "h": 1, "e": 1, "l": 2, "g": 1, "i": 1, "c": 1, "a": 1}
nontheological
{ "character_count": 14, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'homophyly' and return the 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": 2, "o": 2, "m": 1, "p": 1, "y": 2, "l": 1}
homophyly
{ "character_count": 9, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'Samaritan' and return the 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, "m": 1, "r": 1, "i": 1, "t": 1, "n": 1}
Samaritan
{ "character_count": 9, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'overburthen' and return the 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, "v": 1, "e": 2, "r": 2, "b": 1, "u": 1, "t": 1, "h": 1, "n": 1}
overburthen
{ "character_count": 11, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'biretta' and return the 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": 1, "r": 1, "e": 1, "t": 2, "a": 1}
biretta
{ "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.
{"\u8006": 1, "\u90a3": 1, "\u6559": 1}
耆那教
{ "character_count": 3, "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.
{"\u660f": 1, "\u53a5": 1}
昏厥
{ "character_count": 2, "difficulty": 6, "language": "chinese" }
Count the number of occurrences of each character in the word 'gauzily' and return the 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, "a": 1, "u": 1, "z": 1, "i": 1, "l": 1, "y": 1}
gauzily
{ "character_count": 7, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'rapturously' and return the 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, "a": 1, "p": 1, "t": 1, "u": 2, "o": 1, "s": 1, "l": 1, "y": 1}
rapturously
{ "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.
{"\u092b": 1, "\u0947": 1}
फे
{ "character_count": 2, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'cystitis' and return the 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, "y": 1, "s": 2, "t": 2, "i": 2}
cystitis
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'intraparenchymatous' and return the 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": 2, "t": 2, "r": 2, "a": 3, "p": 1, "e": 1, "c": 1, "h": 1, "y": 1, "m": 1, "o": 1, "u": 1, "s": 1}
intraparenchymatous
{ "character_count": 19, "difficulty": 10, "language": "english" }
Count the number of occurrences of each character in the word 'decrown' and return the 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": 1, "c": 1, "r": 1, "o": 1, "w": 1, "n": 1}
decrown
{ "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.
{"\u30ad": 1, "\u30eb": 1, "\u30ae": 1, "\u30b9": 1}
キルギス
{ "character_count": 4, "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.
{"\u6709": 1, "\u8cc7": 1, "\u683c": 1, "\u8005": 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.
{"\u5fc3": 1, "\u623f": 1}
心房
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'siphonostomatous' and return the 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": 1, "p": 1, "h": 1, "o": 4, "n": 1, "t": 2, "m": 1, "a": 1, "u": 1}
siphonostomatous
{ "character_count": 16, "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.
{"\u6d41": 1, "\u52a8": 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.
{"\u30ea": 2, "\u30b9": 1, "\u30c6": 1, "\u30a2": 1, "\u83cc": 1}
リステリア菌
{ "character_count": 6, "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.
{"\u0905": 1, "\u092d": 1, "\u094d": 2, "\u092f": 1, "\u0938": 1, "\u0924": 1}
अभ्यस्त
{ "character_count": 7, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'interjaculate' and return the 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": 2, "e": 2, "r": 1, "j": 1, "a": 2, "c": 1, "u": 1, "l": 1}
interjaculate
{ "character_count": 13, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'mucilaginousness' and return the 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": 2, "c": 1, "i": 2, "l": 1, "a": 1, "g": 1, "n": 2, "o": 1, "s": 3, "e": 1}
mucilaginousness
{ "character_count": 16, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'Vitalizer' and return the 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, "t": 1, "a": 1, "l": 1, "z": 1, "e": 1, "r": 1}
Vitalizer
{ "character_count": 9, "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.
{"\u0441": 2, "\u043e": 1, "\u0442": 2, "\u0440": 1, "\u0430": 2, "\u0434": 1, "\u0435": 1, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u044b": 1}
сострадательны
{ "character_count": 14, "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.
{"\u533a": 1, "\u5225": 1, "\u3067": 1, "\u304d": 1, "\u308b": 1}
区別できる
{ "character_count": 5, "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.
{"\u692d": 1, "\u7403": 1}
椭球
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'uloncus' and return the 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, "l": 1, "o": 1, "n": 1, "c": 1, "s": 1}
uloncus
{ "character_count": 7, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'acolythate' and return the 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, "c": 1, "o": 1, "l": 1, "y": 1, "t": 2, "h": 1, "e": 1}
acolythate
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'carbonous' and return the 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, "r": 1, "b": 1, "o": 2, "n": 1, "u": 1, "s": 1}
carbonous
{ "character_count": 9, "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.
{"\u0432": 2, "\u043e": 1, "\u0437": 1, "\u0440": 1, "\u0430": 2, "\u0449": 1, "\u0435": 1, "\u043c": 1, "\u044b": 1, "\u0439": 1}
возвращаемый
{ "character_count": 12, "difficulty": 7, "language": "russian" }
Count the number of occurrences of each character in the word 'apocalyptical' and return the 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": 3, "p": 2, "o": 1, "c": 2, "l": 2, "y": 1, "t": 1, "i": 1}
apocalyptical
{ "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.
{"\u5df4": 1, "\u5e93": 1}
巴库
{ "character_count": 2, "difficulty": 2, "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.
{"\u503c": 1, "\u5f97": 1, "\u5546": 1, "\u69b7": 1}
值得商榷
{ "character_count": 4, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'hiveless' and return the 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": 1, "v": 1, "e": 2, "l": 1, "s": 2}
hiveless
{ "character_count": 8, "difficulty": 5, "language": "russian" }