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.
{"\u043a": 1, "\u0430": 2, "\u0437": 1, "\u043d": 1, "\u0447": 1, "\u0435": 1, "\u0439": 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.
{"\u0915": 1, "\u0930": 1, "\u094d": 1, "\u0923": 1}
कर्ण
{ "character_count": 4, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'awaiter' and return the 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, "w": 1, "i": 1, "t": 1, "e": 1, "r": 1}
awaiter
{ "character_count": 7, "difficulty": 1, "language": "japanese" }
Count the number of occurrences of each character in the word 'siderous' and return the 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, "i": 1, "d": 1, "e": 1, "r": 1, "o": 1, "u": 1}
siderous
{ "character_count": 8, "difficulty": 5, "language": "english" }
Count the number of occurrences of each character in the word 'torridly' and return the 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, "o": 1, "r": 2, "i": 1, "d": 1, "l": 1, "y": 1}
torridly
{ "character_count": 8, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word '消极' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u6d88": 1, "\u6781": 1}
消极
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'lomentum' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"l": 1, "o": 1, "m": 2, "e": 1, "n": 1, "t": 1, "u": 1}
lomentum
{ "character_count": 8, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'POL' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"P": 1, "O": 1, "L": 1}
POL
{ "character_count": 3, "difficulty": 1, "language": "japanese" }
Count the number of occurrences of each character in the word 'heptaglot' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"h": 1, "e": 1, "p": 1, "t": 2, "a": 1, "g": 1, "l": 1, "o": 1}
heptaglot
{ "character_count": 9, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'historize' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"h": 1, "i": 2, "s": 1, "t": 1, "o": 1, "r": 1, "z": 1, "e": 1}
historize
{ "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.
{"\u81cd": 1, "\u7aa9": 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.
{"\u0442": 2, "\u0440": 1, "\u0435": 1, "\u0449": 1, "\u043e": 1, "\u043a": 1, "\u0430": 1}
трещотка
{ "character_count": 8, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'misrepresentative' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"m": 1, "i": 2, "s": 2, "r": 2, "e": 4, "p": 1, "n": 1, "t": 2, "a": 1, "v": 1}
misrepresentative
{ "character_count": 17, "difficulty": 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, "\u0924": 1, "\u093f": 1}
अति
{ "character_count": 3, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'nooklike' and return the 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, "o": 2, "k": 2, "l": 1, "i": 1, "e": 1}
nooklike
{ "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.
{"\u6587": 1, "\u66f8": 1, "\u9928": 1}
文書館
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'unexplainable' and return the 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, "e": 2, "x": 1, "p": 1, "l": 2, "a": 2, "i": 1, "b": 1}
unexplainable
{ "character_count": 13, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'colthood' and return the 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": 3, "l": 1, "t": 1, "h": 1, "d": 1}
colthood
{ "character_count": 8, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word '返老还童' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u8fd4": 1, "\u8001": 1, "\u8fd8": 1, "\u7ae5": 1}
返老还童
{ "character_count": 4, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'Zapus' and return the 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, "a": 1, "p": 1, "u": 1, "s": 1}
Zapus
{ "character_count": 5, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'predinner' and return the 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": 2, "d": 1, "i": 1, "n": 2}
predinner
{ "character_count": 9, "difficulty": 1, "language": "japanese" }
Count the number of occurrences of each character in the word 'stercorarious' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"s": 2, "t": 1, "e": 1, "r": 3, "c": 1, "o": 2, "a": 1, "i": 1, "u": 1}
stercorarious
{ "character_count": 13, "difficulty": 10, "language": "chinese" }
Count the number of occurrences of each character in the word 'endameba' and return the 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, "n": 1, "d": 1, "a": 2, "m": 1, "b": 1}
endameba
{ "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.
{"\u043a": 1, "\u0440": 1, "\u0430": 1, "\u0441": 1, "\u0438": 1, "\u0432": 1, "\u044b": 1, "\u0439": 1}
красивый
{ "character_count": 8, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'Narcaciontidae' and return the 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": 3, "r": 1, "c": 2, "i": 2, "o": 1, "n": 1, "t": 1, "d": 1, "e": 1}
Narcaciontidae
{ "character_count": 14, "difficulty": 9, "language": "english" }
Count the number of occurrences of each character in the word 'simulacrize' and return the 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": 2, "m": 1, "u": 1, "l": 1, "a": 1, "c": 1, "r": 1, "z": 1, "e": 1}
simulacrize
{ "character_count": 11, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'memorist' and return the 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": 1, "o": 1, "r": 1, "i": 1, "s": 1, "t": 1}
memorist
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'нагрева' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043d": 1, "\u0430": 2, "\u0433": 1, "\u0440": 1, "\u0435": 1, "\u0432": 1}
нагрева
{ "character_count": 7, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'Ichthyopsida' and return the 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, "c": 1, "h": 2, "t": 1, "y": 1, "o": 1, "p": 1, "s": 1, "i": 1, "d": 1, "a": 1}
Ichthyopsida
{ "character_count": 12, "difficulty": 9, "language": "english" }
Count the number of occurrences of each character in the word 'उद्देश्यपूर्ण' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0909": 1, "\u0926": 2, "\u094d": 3, "\u0947": 1, "\u0936": 1, "\u092f": 1, "\u092a": 1, "\u0942": 1, "\u0930": 1, "\u0923": 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.
{"\u092d": 1, "\u094b": 1, "\u091c": 1, "\u0928": 1}
भोजन
{ "character_count": 4, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'actinomorphy' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"a": 1, "c": 1, "t": 1, "i": 1, "n": 1, "o": 2, "m": 1, "r": 1, "p": 1, "h": 1, "y": 1}
actinomorphy
{ "character_count": 12, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'buttonholer' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 1, "u": 1, "t": 2, "o": 2, "n": 1, "h": 1, "l": 1, "e": 1, "r": 1}
buttonholer
{ "character_count": 11, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'Hedgy' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"H": 1, "e": 1, "d": 1, "g": 1, "y": 1}
Hedgy
{ "character_count": 5, "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.
{"\u7e4a": 1, "\u7d30": 1}
繊細
{ "character_count": 2, "difficulty": 8, "language": "japanese" }
Count the number of occurrences of each character in the word 'Ilysanthes' and return the 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, "l": 1, "y": 1, "s": 2, "a": 1, "n": 1, "t": 1, "h": 1, "e": 1}
Ilysanthes
{ "character_count": 10, "difficulty": 9, "language": "english" }
Count the number of occurrences of each character in the word 'fatherlike' and return the 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": 1, "t": 1, "h": 1, "e": 2, "r": 1, "l": 1, "i": 1, "k": 1}
fatherlike
{ "character_count": 10, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'cocainist' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 2, "o": 1, "a": 1, "i": 2, "n": 1, "s": 1, "t": 1}
cocainist
{ "character_count": 9, "difficulty": 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.
{"\u30a4": 1, "\u30e1": 1, "\u30fc": 1, "\u30b8": 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.
{"\u8ee2": 1, "\u304c": 1, "\u308a": 1}
転がり
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'легко' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043b": 1, "\u0435": 1, "\u0433": 1, "\u043a": 1, "\u043e": 1}
легко
{ "character_count": 5, "difficulty": 2, "language": "russian" }
Count the number of occurrences of each character in the word '水' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u6c34": 1}
{ "character_count": 1, "difficulty": 2, "language": "chinese" }
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": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'inauguratory' and return the 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, "a": 2, "u": 2, "g": 1, "r": 2, "t": 1, "o": 1, "y": 1}
inauguratory
{ "character_count": 12, "difficulty": 6, "language": "chinese" }
Count the number of occurrences of each character in the word 'ピクォート' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u30d4": 1, "\u30af": 1, "\u30a9": 1, "\u30fc": 1, "\u30c8": 1}
ピクォート
{ "character_count": 5, "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, "\u0435": 1, "\u0447": 1, "\u0430": 1, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u044b": 1, "\u0439": 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.
{"\u0440": 2, "\u043e": 2, "\u043c": 1, "\u0430": 2, "\u043d": 1, "\u0442": 2, "\u0438": 2, "\u0437": 1, "\u0432": 1, "\u044c": 1}
романтизировать
{ "character_count": 15, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'bureaucratize' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 1, "u": 2, "r": 2, "e": 2, "a": 2, "c": 1, "t": 1, "i": 1, "z": 1}
bureaucratize
{ "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.
{"\u524a": 1, "\u51cf": 1}
削减
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'unstone' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 1, "n": 2, "s": 1, "t": 1, "o": 1, "e": 1}
unstone
{ "character_count": 7, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'haysuck' and return the 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, "y": 1, "s": 1, "u": 1, "c": 1, "k": 1}
haysuck
{ "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.
{"\u0905": 1, "\u092a": 2, "\u094d": 2, "\u0930": 1, "\u093e": 1, "\u092f": 1}
अप्राप्य
{ "character_count": 8, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'hologamy' and return the 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, "l": 1, "g": 1, "a": 1, "m": 1, "y": 1}
hologamy
{ "character_count": 8, "difficulty": 8, "language": "chinese" }
Count the number of occurrences of each character in the word 'tetrastoon' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"t": 3, "e": 1, "r": 1, "a": 1, "s": 1, "o": 2, "n": 1}
tetrastoon
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'Malus' and return the 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": 1, "l": 1, "u": 1, "s": 1}
Malus
{ "character_count": 5, "difficulty": 3, "language": "hindi" }
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": 10, "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.
{"\u6955": 1, "\u5186": 1, "\u4f53": 1}
楕円体
{ "character_count": 3, "difficulty": 8, "language": "japanese" }
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": "japanese" }
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": "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.
{"\u6d77": 1, "\u6ce1": 1, "\u77f3": 1}
海泡石
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'acrobatism' and return the 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, "r": 1, "o": 1, "b": 1, "t": 1, "i": 1, "s": 1, "m": 1}
acrobatism
{ "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.
{"\u0441": 1, "\u0435": 2, "\u0433": 1, "\u043c": 1, "\u043d": 1, "\u0442": 1, "\u0430": 1, "\u0446": 1, "\u0438": 1, "\u044f": 1}
сегментация
{ "character_count": 11, "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.
{"\u8f74": 1, "\u6e29": 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.
{"\u6307": 1, "\u7bc0": 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.
{"\u4e24": 1, "\u4fbf": 1, "\u58eb": 1}
两便士
{ "character_count": 3, "difficulty": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'अबे' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0905": 1, "\u092c": 1, "\u0947": 1}
अबे
{ "character_count": 3, "difficulty": 1, "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.
{"\u9000": 1, "\u5c48": 1, "\u306a": 1}
退屈な
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word '马翁' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u9a6c": 1, "\u7fc1": 1}
马翁
{ "character_count": 2, "difficulty": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'xyridaceous' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"x": 1, "y": 1, "r": 1, "i": 1, "d": 1, "a": 1, "c": 1, "e": 1, "o": 1, "u": 1, "s": 1}
xyridaceous
{ "character_count": 11, "difficulty": 10, "language": "chinese" }
Count the number of occurrences of each character in the word 'decinormal' and return the 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, "i": 1, "n": 1, "o": 1, "r": 1, "m": 1, "a": 1, "l": 1}
decinormal
{ "character_count": 10, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'nipperkin' and return the 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, "i": 2, "p": 2, "e": 1, "r": 1, "k": 1}
nipperkin
{ "character_count": 9, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'horizonless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"h": 1, "o": 2, "r": 1, "i": 1, "z": 1, "n": 1, "l": 1, "e": 1, "s": 2}
horizonless
{ "character_count": 11, "difficulty": 3, "language": "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.
{"\u8208": 1, "\u596e": 1, "\u6027": 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.
{"\u0440": 1, "\u043e": 3, "\u0441": 2, "\u0442": 2, "\u0432": 2, "\u0449": 1, "\u0438": 1, "\u0447": 1, "\u0435": 1, "\u043c": 1}
ростовщичеством
{ "character_count": 15, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'overremissness' and return the 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": 3, "r": 2, "m": 1, "i": 1, "s": 4, "n": 1}
overremissness
{ "character_count": 14, "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.
{"\u043d": 3, "\u0435": 2, "\u0441": 1, "\u043a": 2, "\u043e": 2, "\u0440": 3, "\u0442": 1, "\u0438": 1, "\u0432": 1, "\u0430": 2, "\u044f": 1}
нескорректированная
{ "character_count": 19, "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.
{"\u092c": 1, "\u093f": 1, "\u0928": 1, "\u093e": 1, " ": 1, "\u0921": 2, "\u0902": 1, "\u0940": 1}
बिना डंडी
{ "character_count": 9, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'dissipable' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"d": 1, "i": 2, "s": 2, "p": 1, "a": 1, "b": 1, "l": 1, "e": 1}
dissipable
{ "character_count": 10, "difficulty": 5, "language": "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.
{"\u98df": 1, "\u7ba1": 1}
食管
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'foot' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"f": 1, "o": 2, "t": 1}
foot
{ "character_count": 4, "difficulty": 1, "language": "english" }
Count the number of occurrences of each character in the word '字面上的' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u5b57": 1, "\u9762": 1, "\u4e0a": 1, "\u7684": 1}
字面上的
{ "character_count": 4, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'yaud' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"y": 1, "a": 1, "u": 1, "d": 1}
yaud
{ "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.
{"\u602a": 1, "\u5947": 1}
怪奇
{ "character_count": 2, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'transnatural' and return the 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": 3, "n": 2, "s": 1, "u": 1, "l": 1}
transnatural
{ "character_count": 12, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'disjunctor' and return the 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, "j": 1, "u": 1, "n": 1, "c": 1, "t": 1, "o": 1, "r": 1}
disjunctor
{ "character_count": 10, "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.
{"\u5370": 1, "\u8c61": 1}
印象
{ "character_count": 2, "difficulty": 5, "language": "japanese" }
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": 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.
{"\u8001": 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.
{"\u7ea2": 1, "\u811a": 1, "\u9e6c": 1}
红脚鹬
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'arrhenotoky' and return the 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": 2, "h": 1, "e": 1, "n": 1, "o": 2, "t": 1, "k": 1, "y": 1}
arrhenotoky
{ "character_count": 11, "difficulty": 8, "language": "hindi" }
Count the number of occurrences of each character in the word 'unclutch' and return the 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": 2, "l": 1, "t": 1, "h": 1}
unclutch
{ "character_count": 8, "difficulty": 1, "language": "japanese" }
Count the number of occurrences of each character in the word 'mastoidectomy' and return the 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, "a": 1, "s": 1, "t": 2, "o": 2, "i": 1, "d": 1, "e": 1, "c": 1, "y": 1}
mastoidectomy
{ "character_count": 13, "difficulty": 8, "language": "hindi" }
Count the number of occurrences of each character in the word 'gelatinousness' and return the 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, "l": 1, "a": 1, "t": 1, "i": 1, "n": 2, "o": 1, "u": 1, "s": 3}
gelatinousness
{ "character_count": 14, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'moot' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"m": 1, "o": 2, "t": 1}
moot
{ "character_count": 4, "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.
{"\u5404": 1, "\u79cd": 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.
{"\u0907": 1, "\u0917": 1, "\u094d": 2, "\u091c": 1, "\u093c": 1, "\u094b": 1, "\u0938": 1, "\u091f": 1, "\u0930": 1}
इग्ज़ोस्टर
{ "character_count": 10, "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.
{"\u8ad6": 1, "\u8a3c": 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 'deash' and return the 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, "a": 1, "s": 1, "h": 1}
deash
{ "character_count": 5, "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.
{"\u0421": 1, "\u0430": 1, "\u043d": 1, " ": 1, "-": 1}
Сан -
{ "character_count": 5, "difficulty": 2, "language": "russian" }
Count the number of occurrences of each character in the word 'irrepealability' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"i": 3, "r": 2, "e": 2, "p": 1, "a": 2, "l": 2, "b": 1, "t": 1, "y": 1}
irrepealability
{ "character_count": 15, "difficulty": 8, "language": "russian" }