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.
{"\u5316": 1, "\u5b66": 1, "\u7dda": 1, "\u4f5c": 1, "\u7528": 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.
{"\u0911": 1, "\u092e": 1, "\u093f": 1, "\u0915": 1, "\u094d": 1, "\u0930": 1, "\u0949": 1, "\u0928": 1}
ऑमिक्रॉन
{ "character_count": 8, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'weariless' and return the 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, "e": 2, "a": 1, "r": 1, "i": 1, "l": 1, "s": 2}
weariless
{ "character_count": 9, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'cubica' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 2, "u": 1, "b": 1, "i": 1, "a": 1}
cubica
{ "character_count": 6, "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.
{"\u53cb": 1, "\u3060": 1, "\u3061": 1}
友だち
{ "character_count": 3, "difficulty": 2, "language": "japanese" }
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": "hindi" }
Count the number of occurrences of each character in the word 'mesmerizer' and return the 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": 3, "s": 1, "r": 2, "i": 1, "z": 1}
mesmerizer
{ "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.
{"\u9b54": 1, "\u8853": 1, "\u7684": 1, "\u306a": 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.
{"\u9664": 1, "\u6838": 1, "\u3059": 1, "\u308b": 1}
除核する
{ "character_count": 4, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'dimetric' and return the 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, "m": 1, "e": 1, "t": 1, "r": 1, "c": 1}
dimetric
{ "character_count": 8, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'bodingly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 1, "o": 1, "d": 1, "i": 1, "n": 1, "g": 1, "l": 1, "y": 1}
bodingly
{ "character_count": 8, "difficulty": 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.
{"\u5927": 1, "\u7684": 1}
大的
{ "character_count": 2, "difficulty": 2, "language": "chinese" }
Count the number of occurrences of each character in the word 'happily' and return the 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, "p": 2, "i": 1, "l": 1, "y": 1}
happily
{ "character_count": 7, "difficulty": 2, "language": "english" }
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": "japanese" }
Count the number of occurrences of each character in the word 'Arains' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"A": 1, "r": 1, "a": 1, "i": 1, "n": 1, "s": 1}
Arains
{ "character_count": 6, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word '造林' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u9020": 1, "\u6797": 1}
造林
{ "character_count": 2, "difficulty": 3, "language": "chinese" }
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": "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": 1, "\u0948": 1, "\u0938": 1, "\u0947": 1}
जैसे
{ "character_count": 4, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'bulblet' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 2, "u": 1, "l": 2, "e": 1, "t": 1}
bulblet
{ "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.
{"\u897f": 1, "\u6d0b": 1, "\u6a31": 1, "\u8349": 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.
{"\u0930": 1, "\u093e": 1, "\u0924": 1}
रात
{ "character_count": 3, "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.
{"\u8ba1": 1, "\u7b97": 1, "\u673a": 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.
{"\u043f": 3, "\u043e": 2, "\u043b": 1, "\u043d": 1, "\u0438": 1, "\u0442": 1, "\u044c": 1, " ": 1, "\u0437": 1, "\u0430": 2, "\u0441": 1, "\u044b": 1}
пополнить запасы
{ "character_count": 16, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word 'dronkgrass' and return the 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, "r": 2, "o": 1, "n": 1, "k": 1, "g": 1, "a": 1, "s": 2}
dronkgrass
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'arachnology' and return the 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": 1, "c": 1, "h": 1, "n": 1, "o": 2, "l": 1, "g": 1, "y": 1}
arachnology
{ "character_count": 11, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'eudipleural' and return the 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, "u": 2, "d": 1, "i": 1, "p": 1, "l": 2, "r": 1, "a": 1}
eudipleural
{ "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.
{"\u98df": 1, "\u7528": 1}
食用
{ "character_count": 2, "difficulty": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'underearth' and return the 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": 1, "e": 2, "r": 2, "a": 1, "t": 1, "h": 1}
underearth
{ "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.
{"\u043d": 4, "\u0435": 3, "\u043e": 1, "\u0446": 1, "\u044b": 1, "\u0439": 1}
неоцененный
{ "character_count": 11, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'brazil' and return the 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, "r": 1, "a": 1, "z": 1, "i": 1, "l": 1}
brazil
{ "character_count": 6, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'nauseousness' and return the 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, "a": 1, "u": 2, "s": 4, "e": 2, "o": 1}
nauseousness
{ "character_count": 12, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'hognut' and return the 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, "g": 1, "n": 1, "u": 1, "t": 1}
hognut
{ "character_count": 6, "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.
{"\u6295": 1, "\u3052": 1, "\u69cd": 1}
投げ槍
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'flapperish' and return the 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": 1, "p": 2, "e": 1, "r": 1, "i": 1, "s": 1, "h": 1}
flapperish
{ "character_count": 10, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'serin' and return the 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, "e": 1, "r": 1, "i": 1, "n": 1}
serin
{ "character_count": 5, "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.
{"\u043a": 1, "\u043e": 2, "\u043d": 1, "\u0441": 1, "\u0435": 1, "\u0440": 2, "\u0432": 1, "\u0430": 1, "\u0442": 1, "\u0438": 1, "\u044f": 1}
консерватория
{ "character_count": 13, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'Tekintsi' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"T": 1, "e": 1, "k": 1, "i": 2, "n": 1, "t": 1, "s": 1}
Tekintsi
{ "character_count": 8, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'coumarilic' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 2, "o": 1, "u": 1, "m": 1, "a": 1, "r": 1, "i": 2, "l": 1}
coumarilic
{ "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.
{"\u4e8b": 1, "\u52a1": 1}
事务
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'prerogativity' and return the 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": 2, "e": 1, "o": 1, "g": 1, "a": 1, "t": 2, "i": 2, "v": 1, "y": 1}
prerogativity
{ "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.
{"\u6742": 1, "\u8d28": 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.
{"\u7f8e": 1, "\u62c9": 1, "\u5c3c": 1, "\u897f": 1, "\u4e9a": 1}
美拉尼西亚
{ "character_count": 5, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'semiprofessional' and return the 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, "e": 2, "m": 1, "i": 2, "p": 1, "r": 1, "o": 2, "f": 1, "n": 1, "a": 1, "l": 1}
semiprofessional
{ "character_count": 16, "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.
{"\u0430": 3, "\u0433": 1, "\u043b": 1, "\u043e": 1, "\u043c": 1, "\u0435": 1, "\u0440": 1, "\u0442": 1}
агломерата
{ "character_count": 10, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'hypobulia' and return the 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, "y": 1, "p": 1, "o": 1, "b": 1, "u": 1, "l": 1, "i": 1, "a": 1}
hypobulia
{ "character_count": 9, "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.
{"\u529d": 1, "\u963b": 1}
劝阻
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'thiazine' and return the 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, "h": 1, "i": 2, "a": 1, "z": 1, "n": 1, "e": 1}
thiazine
{ "character_count": 8, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'antirationalism' and return the 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, "n": 2, "t": 2, "i": 3, "r": 1, "o": 1, "l": 1, "s": 1, "m": 1}
antirationalism
{ "character_count": 15, "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.
{"\u0431": 1, "\u0430": 2, "\u0437": 1, "\u043b": 1, "\u044c": 1, "\u0442": 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.
{"\u0438": 1, "\u043d": 1, "\u0442": 2, "\u0440": 2, "\u043e": 1, "\u0432": 1, "\u0435": 1}
интроверт
{ "character_count": 9, "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.
{"\u672a": 1, "\u56de": 1, "\u706b": 1}
未回火
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'sterol' and return the 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, "e": 1, "r": 1, "o": 1, "l": 1}
sterol
{ "character_count": 6, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word '燕麦' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u71d5": 1, "\u9ea6": 1}
燕麦
{ "character_count": 2, "difficulty": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'zelatrice' and return the 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, "e": 2, "l": 1, "a": 1, "t": 1, "r": 1, "i": 1, "c": 1}
zelatrice
{ "character_count": 9, "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.
{"\u5c0f": 1, "\u7684": 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.
{"\u591a": 1, "\u614b": 1, "\u6027": 1}
多態性
{ "character_count": 3, "difficulty": 7, "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.
{"\u611f": 1, "\u77e5": 1, "\u5230": 1}
感知到
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'Beaune' and return the 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": 2, "a": 1, "u": 1, "n": 1}
Beaune
{ "character_count": 6, "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.
{"\u5730": 1, "\u4e3b": 1}
地主
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'comprehensibleness' and return the 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, "r": 1, "e": 4, "h": 1, "n": 2, "s": 3, "i": 1, "b": 1, "l": 1}
comprehensibleness
{ "character_count": 18, "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.
{"\uff65": 6, "\u3082": 1, "\u307e": 1, "\u305f": 1, "\u306a": 1, "\u3044": 1}
・・・もまた・・・ない
{ "character_count": 11, "difficulty": 1, "language": "japanese" }
Count the number of occurrences of each character in the word 'phaseless' and return the 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": 3, "e": 2, "l": 1}
phaseless
{ "character_count": 9, "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.
{"\u043c": 1, "\u0438": 1, "\u0444": 1}
миф
{ "character_count": 3, "difficulty": 2, "language": "russian" }
Count the number of occurrences of each character in the word 'becall' and return the 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, "c": 1, "a": 1, "l": 2}
becall
{ "character_count": 6, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'lacune' and return the 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, "a": 1, "c": 1, "u": 1, "n": 1, "e": 1}
lacune
{ "character_count": 6, "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": 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.
{"\u83d3": 1, "\u5b50": 1}
菓子
{ "character_count": 2, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'unconstitutionality' and return the 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": 3, "c": 1, "o": 2, "s": 1, "t": 4, "i": 3, "a": 1, "l": 1, "y": 1}
unconstitutionality
{ "character_count": 19, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'Dendrodus' and return the 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, "n": 1, "d": 2, "r": 1, "o": 1, "u": 1, "s": 1}
Dendrodus
{ "character_count": 9, "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.
{"\u6559": 1, "\u7ec3": 1}
教练
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'misjudger' and return the 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": 1, "s": 1, "j": 1, "u": 1, "d": 1, "g": 1, "e": 1, "r": 1}
misjudger
{ "character_count": 9, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'overreflection' and return the 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": 3, "r": 2, "f": 1, "l": 1, "c": 1, "t": 1, "i": 1, "n": 1}
overreflection
{ "character_count": 14, "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.
{"\u4e3b": 1, "\u8ef8": 1, "\u53f0": 1}
主軸台
{ "character_count": 3, "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.
{"\u0438": 1, "\u0437": 1, "\u0431": 1, "\u044b": 2, "\u0442": 1, "\u043e": 1, "\u0447": 1, "\u043d": 1, "\u0439": 1}
избыточный
{ "character_count": 10, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'Pequot' and return the 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, "q": 1, "u": 1, "o": 1, "t": 1}
Pequot
{ "character_count": 6, "difficulty": 5, "language": "hindi" }
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": "japanese" }
Count the number of occurrences of each character in the word 'chamferer' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 1, "h": 1, "a": 1, "m": 1, "f": 1, "e": 2, "r": 2}
chamferer
{ "character_count": 9, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word '规则' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u89c4": 1, "\u5219": 1}
规则
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'grysbok' and return the 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, "r": 1, "y": 1, "s": 1, "b": 1, "o": 1, "k": 1}
grysbok
{ "character_count": 7, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'Acadian' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"A": 1, "c": 1, "a": 2, "d": 1, "i": 1, "n": 1}
Acadian
{ "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.
{"\u043b": 1, "\u044e": 1, "\u0431": 1, "\u043e": 1, "\u0432": 1, "\u044c": 1}
любовь
{ "character_count": 6, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'fodgel' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"f": 1, "o": 1, "d": 1, "g": 1, "e": 1, "l": 1}
fodgel
{ "character_count": 6, "difficulty": 5, "language": "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.
{"\u0447": 1, "\u0443": 2, "\u0432": 2, "\u0441": 1, "\u0442": 1, "\u044e": 1, "\u0449": 1, "\u0438": 2, "\u0439": 1, " ": 1, "\u043d": 2, "\u0435": 2, "\u0434": 1, "\u043e": 2, "\u043c": 1, "\u0433": 1, "\u0430": 1}
чувствующий недомогание
{ "character_count": 23, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'internalness' and return the 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": 3, "t": 1, "e": 2, "r": 1, "a": 1, "l": 1, "s": 2}
internalness
{ "character_count": 12, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'solfataric' and return the 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, "o": 1, "l": 1, "f": 1, "a": 2, "t": 1, "r": 1, "i": 1, "c": 1}
solfataric
{ "character_count": 10, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'organozinc' and return the 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, "r": 1, "g": 1, "a": 1, "n": 2, "z": 1, "i": 1, "c": 1}
organozinc
{ "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.
{"\u3070": 1, "\u304b": 1}
ばか
{ "character_count": 2, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'immensive' and return the 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, "e": 2, "n": 1, "s": 1, "v": 1}
immensive
{ "character_count": 9, "difficulty": 8, "language": "english" }
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": 7, "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, "\u53e3": 1}
一口
{ "character_count": 2, "difficulty": 2, "language": "chinese" }
Count the number of occurrences of each character in the word 'blesbuck' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 2, "l": 1, "e": 1, "s": 1, "u": 1, "c": 1, "k": 1}
blesbuck
{ "character_count": 8, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'плеоморфизм' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043f": 1, "\u043b": 1, "\u0435": 1, "\u043e": 2, "\u043c": 2, "\u0440": 1, "\u0444": 1, "\u0438": 1, "\u0437": 1}
плеоморфизм
{ "character_count": 11, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'waiterage' and return the 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": 2, "i": 1, "t": 1, "e": 2, "r": 1, "g": 1}
waiterage
{ "character_count": 9, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'unrip' and return the 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, "r": 1, "i": 1, "p": 1}
unrip
{ "character_count": 5, "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.
{"\u0431": 1, "\u043e": 1, "\u043b": 1, "\u0442": 1, "\u0443": 1, "\u043d": 1}
болтун
{ "character_count": 6, "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.
{"\u904e": 1, "\u5270": 1, "\u6d88": 1, "\u8cbb": 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.
{"\u6094": 1, "\u3084": 1, "\u307f": 1}
悔やみ
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'hadrome' and return the 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, "d": 1, "r": 1, "o": 1, "m": 1, "e": 1}
hadrome
{ "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.
{"\u7cbe": 1, "\u5bc6": 1, "\u6027": 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.
{"\u7b2c": 1, "\u5341": 1, "\u4e00": 1, "\u4e2a": 1}
第十一个
{ "character_count": 4, "difficulty": 3, "language": "chinese" }