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 '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": 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.
{"\u0410": 1, "\u043b": 2, "\u044c": 1, "\u0433": 2, "\u043e": 3, "\u0438": 1, "\u0447": 1, "\u0435": 2, "\u0441": 1, "\u043a": 1}
Альгологическое
{ "character_count": 15, "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.
{"\u754f": 1, "\u656c": 1, "\u306e": 1, "\u5ff5": 1}
畏敬の念
{ "character_count": 4, "difficulty": 8, "language": "japanese" }
Count the number of occurrences of each character in the word 'Octans' and return the 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, "c": 1, "t": 1, "a": 1, "n": 1, "s": 1}
Octans
{ "character_count": 6, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'bigmouth' and return the 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, "g": 1, "m": 1, "o": 1, "u": 1, "t": 1, "h": 1}
bigmouth
{ "character_count": 8, "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.
{"\u8cbb": 1, "\u3084": 1, "\u3059": 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.
{"\u043f": 1, "\u043b": 1, "\u043e": 2, "\u0445": 1, "\u0439": 1}
плохой
{ "character_count": 6, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'blurbist' and return the 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, "u": 1, "r": 1, "i": 1, "s": 1, "t": 1}
blurbist
{ "character_count": 8, "difficulty": 5, "language": "chinese" }
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": "hindi" }
Count the number of occurrences of each character in the word 'cholecystoduodenostomy' and return the 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, "h": 1, "o": 5, "l": 1, "e": 2, "y": 2, "s": 2, "t": 2, "d": 2, "u": 1, "n": 1, "m": 1}
cholecystoduodenostomy
{ "character_count": 22, "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.
{"\u30d9": 2, "\u30e9": 2, "\u3057": 1, "\u3083": 1, "\u3079": 1, "\u308b": 1}
ベラベラしゃべる
{ "character_count": 8, "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.
{"\u548c": 1, "\u97f3": 1}
和音
{ "character_count": 2, "difficulty": 4, "language": "japanese" }
Count the number of occurrences of each character in the word 'preceptively' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"p": 2, "r": 1, "e": 3, "c": 1, "t": 1, "i": 1, "v": 1, "l": 1, "y": 1}
preceptively
{ "character_count": 12, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'uncurrent' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 2, "n": 2, "c": 1, "r": 2, "e": 1, "t": 1}
uncurrent
{ "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.
{"\u0430": 2, "\u043f": 2, "\u043e": 1, "\u043a": 2, "\u043b": 1, "\u0438": 3, "\u0442": 1, "\u0447": 1, "\u0435": 1, "\u0441": 1, "\u0439": 1}
апокалиптический
{ "character_count": 16, "difficulty": 7, "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.
{"\u604b": 1, "\u5c38": 1, "\u7656": 1}
恋尸癖
{ "character_count": 3, "difficulty": 9, "language": "chinese" }
Count the number of occurrences of each character in the word 'spondylous' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"s": 2, "p": 1, "o": 2, "n": 1, "d": 1, "y": 1, "l": 1, "u": 1}
spondylous
{ "character_count": 10, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'subordinary' and return the 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, "o": 1, "r": 2, "d": 1, "i": 1, "n": 1, "a": 1, "y": 1}
subordinary
{ "character_count": 11, "difficulty": 6, "language": "english" }
Count the number of occurrences of each character in the word 'sequelae' and return the 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": 3, "q": 1, "u": 1, "l": 1, "a": 1}
sequelae
{ "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.
{"\u518d": 1, "\u69cb": 1, "\u6210": 1, "\u5668": 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.
{"\u6fc0": 1, "\u6012": 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.
{"\u30e1": 1, "\u30e9": 1, "\u30ce": 1, "\u30a4": 1, "\u30c9": 1}
メラノイド
{ "character_count": 5, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'margining' and return the 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, "r": 1, "g": 2, "i": 2, "n": 2}
margining
{ "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.
{"\u0938": 1, "\u093f": 1, "\u0902": 1, "\u091f": 1, "\u0930": 1}
सिंटर
{ "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.
{"\u0437": 1, "\u0430": 2, "\u0434": 1, "\u0435": 1, "\u0440": 1, "\u0436": 1, "\u0438": 1, "\u0432": 1, "\u0442": 1, "\u044c": 1}
задерживать
{ "character_count": 11, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word 'Untempered' and return the 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, "t": 1, "e": 3, "m": 1, "p": 1, "r": 1, "d": 1}
Untempered
{ "character_count": 10, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'limberly' and return the 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": 2, "i": 1, "m": 1, "b": 1, "e": 1, "r": 1, "y": 1}
limberly
{ "character_count": 8, "difficulty": 8, "language": "russian" }
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": 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.
{"\u904e": 1, "\u547c": 1, "\u5438": 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.
{"\u904e": 1, "\u53bb": 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.
{"\u9762": 1, "\u767d": 1, "\u304f": 1, "\u306a": 1, "\u3044": 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.
{"\u0437": 1, "\u0430": 2, "\u0433": 1, "\u0434": 1, "\u043e": 2, "\u0447": 1, "\u043d": 1, "\u0441": 1, "\u0442": 1, "\u044c": 1}
загадочность
{ "character_count": 12, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'decollate' and return the 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": 2, "c": 1, "o": 1, "l": 2, "a": 1, "t": 1}
decollate
{ "character_count": 9, "difficulty": 5, "language": "english" }
Count the number of occurrences of each character in the word 'Hispanicism' and return the 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": 3, "s": 2, "p": 1, "a": 1, "n": 1, "c": 1, "m": 1}
Hispanicism
{ "character_count": 11, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word '消肿' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u6d88": 1, "\u80bf": 1}
消肿
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'noncertain' and return the 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": 3, "o": 1, "c": 1, "e": 1, "r": 1, "t": 1, "a": 1, "i": 1}
noncertain
{ "character_count": 10, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'outbawl' and return the 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, "u": 1, "t": 1, "b": 1, "a": 1, "w": 1, "l": 1}
outbawl
{ "character_count": 7, "difficulty": 6, "language": "russian" }
Count the number of occurrences of each character in the word 'forcibleness' and return the 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, "r": 1, "c": 1, "i": 1, "b": 1, "l": 1, "e": 2, "n": 1, "s": 2}
forcibleness
{ "character_count": 12, "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.
{"\u0437": 1, "\u0430": 1, "\u043a": 2, "\u0440": 1, "\u0443": 1, "\u0442": 1, "\u0435": 1}
закрутке
{ "character_count": 8, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word 'दोस्त' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0926": 1, "\u094b": 1, "\u0938": 1, "\u094d": 1, "\u0924": 1}
दोस्त
{ "character_count": 5, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'modulability' and return the 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": 1, "d": 1, "u": 1, "l": 2, "a": 1, "b": 1, "i": 2, "t": 1, "y": 1}
modulability
{ "character_count": 12, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'myxoenchondroma' and return the 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, "y": 1, "x": 1, "o": 3, "e": 1, "n": 2, "c": 1, "h": 1, "d": 1, "r": 1, "a": 1}
myxoenchondroma
{ "character_count": 15, "difficulty": 10, "language": "english" }
Count the number of occurrences of each character in the word 'euhemeristic' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"e": 3, "u": 1, "h": 1, "m": 1, "r": 1, "i": 2, "s": 1, "t": 1, "c": 1}
euhemeristic
{ "character_count": 12, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'verandaed' and return the 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, "e": 2, "r": 1, "a": 2, "n": 1, "d": 2}
verandaed
{ "character_count": 9, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'abiogenist' and return the 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, "b": 1, "i": 2, "o": 1, "g": 1, "e": 1, "n": 1, "s": 1, "t": 1}
abiogenist
{ "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.
{"\u090f": 1, "\u0932": 1, "\u094d": 1, "\u092c": 1, "\u0928": 1}
एल्बन
{ "character_count": 5, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'barasingha' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 1, "a": 3, "r": 1, "s": 1, "i": 1, "n": 1, "g": 1, "h": 1}
barasingha
{ "character_count": 10, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'Phytoptidae' and return the 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, "y": 1, "t": 2, "o": 1, "p": 1, "i": 1, "d": 1, "a": 1, "e": 1}
Phytoptidae
{ "character_count": 11, "difficulty": 9, "language": "english" }
Count the number of occurrences of each character in the word 'sarlyk' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"s": 1, "a": 1, "r": 1, "l": 1, "y": 1, "k": 1}
sarlyk
{ "character_count": 6, "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.
{"\u0441": 1, "\u043b": 1, "\u043e": 2, "\u0436": 1, "\u043d": 2, "\u044b": 1, "\u0439": 1, " ": 1, "\u0437": 1, "\u0442": 1, "\u0438": 1, "\u043a": 1}
сложный зонтик
{ "character_count": 14, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'actinomere' and return the 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": 1, "m": 1, "e": 2, "r": 1}
actinomere
{ "character_count": 10, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'dowiness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"d": 1, "o": 1, "w": 1, "i": 1, "n": 1, "e": 1, "s": 2}
dowiness
{ "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.
{"\u30cf": 1, "\u30c7": 1, "\u30b9": 1}
ハデス
{ "character_count": 3, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'aminodiphenyl' and return the 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, "m": 1, "i": 2, "n": 2, "o": 1, "d": 1, "p": 1, "h": 1, "e": 1, "y": 1, "l": 1}
aminodiphenyl
{ "character_count": 13, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'epithyme' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"e": 2, "p": 1, "i": 1, "t": 1, "h": 1, "y": 1, "m": 1}
epithyme
{ "character_count": 8, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'saxhorn' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"s": 1, "a": 1, "x": 1, "h": 1, "o": 1, "r": 1, "n": 1}
saxhorn
{ "character_count": 7, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'fossillike' and return the 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, "s": 2, "i": 2, "l": 2, "k": 1, "e": 1}
fossillike
{ "character_count": 10, "difficulty": 5, "language": "english" }
Count the number of occurrences of each character in the word 'бюрократизации' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0431": 1, "\u044e": 1, "\u0440": 2, "\u043e": 1, "\u043a": 1, "\u0430": 2, "\u0442": 1, "\u0438": 3, "\u0437": 1, "\u0446": 1}
бюрократизации
{ "character_count": 14, "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.
{"\u7e2e": 1, "\u308c": 1}
縮れ
{ "character_count": 2, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'noncorrelation' and return the 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": 3, "o": 3, "c": 1, "r": 2, "e": 1, "l": 1, "a": 1, "t": 1, "i": 1}
noncorrelation
{ "character_count": 14, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'disenthralment' and return the 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, "e": 2, "n": 2, "t": 2, "h": 1, "r": 1, "a": 1, "l": 1, "m": 1}
disenthralment
{ "character_count": 14, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'algesis' and return the 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, "l": 1, "g": 1, "e": 1, "s": 2, "i": 1}
algesis
{ "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.
{"\u0905": 1, "\u092a": 2, "\u0928": 2, "\u0947": 2, " ": 2, "\u090a": 1, "\u0930": 1, "\u0932": 1, "\u093e": 1}
अपने ऊपर लेना
{ "character_count": 13, "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": 2, "\u0443": 2, "\u0440": 1, "\u0442": 1}
куртку
{ "character_count": 6, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'osteotrite' and return the 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, "s": 1, "t": 3, "e": 2, "r": 1, "i": 1}
osteotrite
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'unstaunchable' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 2, "n": 2, "s": 1, "t": 1, "a": 2, "c": 1, "h": 1, "b": 1, "l": 1, "e": 1}
unstaunchable
{ "character_count": 13, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'सान' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0938": 1, "\u093e": 1, "\u0928": 1}
सान
{ "character_count": 3, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'obligable' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"o": 1, "b": 2, "l": 2, "i": 1, "g": 1, "a": 1, "e": 1}
obligable
{ "character_count": 9, "difficulty": 5, "language": "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.
{"\u591a": 1, "\u7ec4": 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": "chinese" }
Count the number of occurrences of each character in the word 'react' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"r": 1, "e": 1, "a": 1, "c": 1, "t": 1}
react
{ "character_count": 5, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'sabra' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"s": 1, "a": 2, "b": 1, "r": 1}
sabra
{ "character_count": 5, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'horripilate' and return the 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, "r": 2, "i": 2, "p": 1, "l": 1, "a": 1, "t": 1, "e": 1}
horripilate
{ "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.
{"\u0440": 1, "\u043e": 2, "\u043c": 1, "\u0430": 1, "\u043d": 2, "\u0439": 1}
романной
{ "character_count": 8, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'wrawl' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"w": 2, "r": 1, "a": 1, "l": 1}
wrawl
{ "character_count": 5, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'образ' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043e": 1, "\u0431": 1, "\u0440": 1, "\u0430": 1, "\u0437": 1}
образ
{ "character_count": 5, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'ワインド' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u30ef": 1, "\u30a4": 1, "\u30f3": 1, "\u30c9": 1}
ワインド
{ "character_count": 4, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'mellifluent' and return the 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, "l": 3, "i": 1, "f": 1, "u": 1, "n": 1, "t": 1}
mellifluent
{ "character_count": 11, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'squirism' and return the 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, "q": 1, "u": 1, "i": 2, "r": 1, "m": 1}
squirism
{ "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.
{"\u591a": 1, "\u5f62": 1, "\u6027": 1}
多形性
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'pledgeor' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"p": 1, "l": 1, "e": 2, "d": 1, "g": 1, "o": 1, "r": 1}
pledgeor
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'uprid' and return the 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, "p": 1, "r": 1, "i": 1, "d": 1}
uprid
{ "character_count": 5, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'strigil' and return the 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, "r": 1, "i": 2, "g": 1, "l": 1}
strigil
{ "character_count": 7, "difficulty": 7, "language": "hindi" }
Count the number of occurrences of each character in the word 'Didelphia' and return the 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, "d": 1, "e": 1, "l": 1, "p": 1, "h": 1, "a": 1}
Didelphia
{ "character_count": 9, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'vertebrobasilar' and return the 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, "e": 2, "r": 3, "t": 1, "b": 2, "o": 1, "a": 2, "s": 1, "i": 1, "l": 1}
vertebrobasilar
{ "character_count": 15, "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.
{"\u30a6": 1, "\u30ca": 1, "\u30ae": 1}
ウナギ
{ "character_count": 3, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'thermogenesis' and return the 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, "e": 3, "r": 1, "m": 1, "o": 1, "g": 1, "n": 1, "s": 2, "i": 1}
thermogenesis
{ "character_count": 13, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'urinogenitary' and return the 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, "r": 2, "i": 2, "n": 2, "o": 1, "g": 1, "e": 1, "t": 1, "a": 1, "y": 1}
urinogenitary
{ "character_count": 13, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'ramulose' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"r": 1, "a": 1, "m": 1, "u": 1, "l": 1, "o": 1, "s": 1, "e": 1}
ramulose
{ "character_count": 8, "difficulty": 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.
{"\u0928": 1, "\u0940": 2, "\u0932": 1, "\u0917": 1, "\u093f": 1, "\u0930": 1}
नीलगिरी
{ "character_count": 7, "difficulty": 4, "language": "hindi" }
Count the number of occurrences of each character in the word 'Поглощающая' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u041f": 1, "\u043e": 2, "\u0433": 1, "\u043b": 1, "\u0449": 2, "\u0430": 2, "\u044e": 1, "\u044f": 1}
Поглощающая
{ "character_count": 11, "difficulty": 7, "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.
{"\u0906": 1, "\u0938": 1, "\u093e": 1, "\u0928": 1}
आसान
{ "character_count": 4, "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.
{"\u0441": 1, "\u043f": 1, "\u0435": 1, "\u043a": 1, "\u0443": 1, "\u043b": 1, "\u044f": 1, "\u043d": 1, "\u0442": 1}
спекулянт
{ "character_count": 9, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'precompass' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"p": 2, "r": 1, "e": 1, "c": 1, "o": 1, "m": 1, "a": 1, "s": 2}
precompass
{ "character_count": 10, "difficulty": 6, "language": "english" }
Count the number of occurrences of each character in the word 'rerail' and return the 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": 1, "a": 1, "i": 1, "l": 1}
rerail
{ "character_count": 6, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'dynamistic' and return the 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, "y": 1, "n": 1, "a": 1, "m": 1, "i": 2, "s": 1, "t": 1, "c": 1}
dynamistic
{ "character_count": 10, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'verbigeration' and return the 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, "e": 2, "r": 2, "b": 1, "i": 2, "g": 1, "a": 1, "t": 1, "o": 1, "n": 1}
verbigeration
{ "character_count": 13, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'brachyural' and return the 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": 2, "a": 2, "c": 1, "h": 1, "y": 1, "u": 1, "l": 1}
brachyural
{ "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.
{"\u0441": 1, "\u0442": 1, "\u0440": 1, "\u043e": 1, "\u0439": 2, "\u043d": 1, "\u044b": 1}
стройный
{ "character_count": 8, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word 'bishophood' and return the 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, "s": 1, "h": 2, "o": 3, "p": 1, "d": 1}
bishophood
{ "character_count": 10, "difficulty": 4, "language": "english" }