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, "\u8113": 1, "\u6027": 1}
|
化脓性
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'tunicate' and return the 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, "u": 1, "n": 1, "i": 1, "c": 1, "a": 1, "e": 1}
|
tunicate
|
{
"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.
|
{"\u8fc7": 1, "\u5ea6": 1, "\u6d88": 1, "\u8d39": 1}
|
过度消费
|
{
"character_count": 4,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'inarm' and return the 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": 1, "r": 1, "m": 1}
|
inarm
|
{
"character_count": 5,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'bohea' and return the 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, "h": 1, "e": 1, "a": 1}
|
bohea
|
{
"character_count": 5,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'unvowed' and return the 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, "v": 1, "o": 1, "w": 1, "e": 1, "d": 1}
|
unvowed
|
{
"character_count": 7,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'reflectional' and return the 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": 2, "f": 1, "l": 2, "c": 1, "t": 1, "i": 1, "o": 1, "n": 1, "a": 1}
|
reflectional
|
{
"character_count": 12,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'старый' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0441": 1, "\u0442": 1, "\u0430": 1, "\u0440": 1, "\u044b": 1, "\u0439": 1}
|
старый
|
{
"character_count": 6,
"difficulty": 3,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'papism' and return the 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, "a": 1, "i": 1, "s": 1, "m": 1}
|
papism
|
{
"character_count": 6,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'lustrum' and return the 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, "u": 2, "s": 1, "t": 1, "r": 1, "m": 1}
|
lustrum
|
{
"character_count": 7,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'isocheimic' and return the 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, "s": 1, "o": 1, "c": 2, "h": 1, "e": 1, "m": 1}
|
isocheimic
|
{
"character_count": 10,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'stiltbird' and return the 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": 2, "i": 2, "l": 1, "b": 1, "r": 1, "d": 1}
|
stiltbird
|
{
"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.
|
{"\u5f37": 1, "\u3044": 1}
|
強い
|
{
"character_count": 2,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'stadda' and return the 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, "a": 2, "d": 2}
|
stadda
|
{
"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.
|
{"\u567b": 1, "\u55ea": 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.
|
{"\u0434": 1, "\u0435": 1, "\u043f": 1, "\u043e": 1, "\u0440": 1, "\u0442": 1, "\u0430": 1, "\u0446": 1, "\u0438": 2}
|
депортации
|
{
"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.
|
{"\u94c1": 1, "\u9541": 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.
|
{"\u043d": 1, "\u0438": 2, "\u0437": 1, "\u043a": 1, "\u0439": 1}
|
низкий
|
{
"character_count": 6,
"difficulty": 3,
"language": "russian"
}
|
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": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'mogigraphia' and return the 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, "g": 2, "i": 2, "r": 1, "a": 2, "p": 1, "h": 1}
|
mogigraphia
|
{
"character_count": 11,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'miserabilist' and return the 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": 3, "s": 2, "e": 1, "r": 1, "a": 1, "b": 1, "l": 1, "t": 1}
|
miserabilist
|
{
"character_count": 12,
"difficulty": 5,
"language": "hindi"
}
|
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": 3,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'sampi' and return the 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, "m": 1, "p": 1, "i": 1}
|
sampi
|
{
"character_count": 5,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'fractionator' and return the 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": 2, "a": 2, "c": 1, "t": 2, "i": 1, "o": 2, "n": 1}
|
fractionator
|
{
"character_count": 12,
"difficulty": 4,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'wernerite' and return the 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": 3, "r": 2, "n": 1, "i": 1, "t": 1}
|
wernerite
|
{
"character_count": 9,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'pervasion' and return the 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, "r": 1, "v": 1, "a": 1, "s": 1, "i": 1, "o": 1, "n": 1}
|
pervasion
|
{
"character_count": 9,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'cephalotome' and return the 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, "e": 2, "p": 1, "h": 1, "a": 1, "l": 1, "o": 2, "t": 1, "m": 1}
|
cephalotome
|
{
"character_count": 11,
"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.
|
{"\u4e88": 1, "\u65ad": 1}
|
予断
|
{
"character_count": 2,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'dichroitic' and return the 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": 3, "c": 2, "h": 1, "r": 1, "o": 1, "t": 1}
|
dichroitic
|
{
"character_count": 10,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'daud' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"d": 2, "a": 1, "u": 1}
|
daud
|
{
"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.
|
{"\u043a": 1, "\u0430": 1, "\u0440": 2, "\u044c": 1, "\u0435": 1, "\u043e": 1, "\u0432": 1}
|
карьеров
|
{
"character_count": 8,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Orbitolina' and return the 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, "b": 1, "i": 2, "t": 1, "o": 1, "l": 1, "n": 1, "a": 1}
|
Orbitolina
|
{
"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.
|
{"\u043f": 1, "\u0435": 2, "\u043d": 1, "\u0438": 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.
|
{"\u7c89": 1, "\u3072": 1, "\u304d": 1, "\u5668": 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.
|
{"\u30e6": 1, "\u30c0": 1, "\u30e4": 1}
|
ユダヤ
|
{
"character_count": 3,
"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.
|
{"\u88c2": 1, "\u5f00": 1}
|
裂开
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'diapsid' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"d": 2, "i": 2, "a": 1, "p": 1, "s": 1}
|
diapsid
|
{
"character_count": 7,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'gallingly' and return the 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": 2, "a": 1, "l": 3, "i": 1, "n": 1, "y": 1}
|
gallingly
|
{
"character_count": 9,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'citizenism' and return the 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, "i": 3, "t": 1, "z": 1, "e": 1, "n": 1, "s": 1, "m": 1}
|
citizenism
|
{
"character_count": 10,
"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.
|
{"\u043e": 1, "\u0431": 1, "\u0449": 1, "\u0438": 1, "\u043d": 1, "\u0430": 1}
|
община
|
{
"character_count": 6,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Nalita' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"N": 1, "a": 2, "l": 1, "i": 1, "t": 1}
|
Nalita
|
{
"character_count": 6,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'jabbering' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"j": 1, "a": 1, "b": 2, "e": 1, "r": 1, "i": 1, "n": 1, "g": 1}
|
jabbering
|
{
"character_count": 9,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'презентабельность' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u043f": 1, "\u0440": 1, "\u0435": 3, "\u0437": 1, "\u043d": 2, "\u0442": 2, "\u0430": 1, "\u0431": 1, "\u043b": 1, "\u044c": 2, "\u043e": 1, "\u0441": 1}
|
презентабельность
|
{
"character_count": 17,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Melaleuca' and return the 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": 2, "a": 2, "u": 1, "c": 1}
|
Melaleuca
|
{
"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.
|
{"\u5e73": 1, "\u9091": 1}
|
平邑
|
{
"character_count": 2,
"difficulty": 4,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'различимы' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0440": 1, "\u0430": 1, "\u0437": 1, "\u043b": 1, "\u0438": 2, "\u0447": 1, "\u043c": 1, "\u044b": 1}
|
различимы
|
{
"character_count": 9,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'feoffment' and return the 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": 3, "e": 2, "o": 1, "m": 1, "n": 1, "t": 1}
|
feoffment
|
{
"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.
|
{"\u3082": 1, "\u3081": 1, "\u3054": 1, "\u3068": 1}
|
もめごと
|
{
"character_count": 4,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'pleasance' and return the 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, "a": 2, "s": 1, "n": 1, "c": 1}
|
pleasance
|
{
"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.
|
{"\u5fc3": 1, "\u623f": 1, "\u306e": 1}
|
心房の
|
{
"character_count": 3,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'biretta' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"b": 1, "i": 1, "r": 1, "e": 1, "t": 2, "a": 1}
|
biretta
|
{
"character_count": 7,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'fishful' and return the 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": 2, "i": 1, "s": 1, "h": 1, "u": 1, "l": 1}
|
fishful
|
{
"character_count": 7,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Melanesian' and return the 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": 1, "a": 2, "n": 2, "s": 1, "i": 1}
|
Melanesian
|
{
"character_count": 10,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Hadean' and return the 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": 2, "d": 1, "e": 1, "n": 1}
|
Hadean
|
{
"character_count": 6,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'venger' and return the 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, "n": 1, "g": 1, "r": 1}
|
venger
|
{
"character_count": 6,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'hiveless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"h": 1, "i": 1, "v": 1, "e": 2, "l": 1, "s": 2}
|
hiveless
|
{
"character_count": 8,
"difficulty": 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.
|
{"\u0448": 1, "\u043a": 1, "\u043e": 1, "\u043b": 1, "\u0430": 1}
|
школа
|
{
"character_count": 5,
"difficulty": 2,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'intermissive' and return the 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, "n": 1, "t": 1, "e": 2, "r": 1, "m": 1, "s": 2, "v": 1}
|
intermissive
|
{
"character_count": 12,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'compress' and return the 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": 1, "s": 2}
|
compress
|
{
"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.
|
{"\u0434": 1, "\u044c": 2, "\u044f": 1, "\u0432": 1, "\u043e": 1, "\u043b": 1, "\u0441": 1, "\u043a": 1, "\u0438": 1}
|
дьявольски
|
{
"character_count": 10,
"difficulty": 7,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'manify' and return the 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, "n": 1, "i": 1, "f": 1, "y": 1}
|
manify
|
{
"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.
|
{"\u0939": 1, "\u0902": 1, "\u0938": 1, "\u0932": 1, "\u0940": 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.
|
{"\u70e7": 1, "\u7ed3": 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.
|
{"\u55b7": 1, "\u6cc9": 1}
|
喷泉
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'unchronicled' and return the 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, "c": 2, "h": 1, "r": 1, "o": 1, "i": 1, "l": 1, "e": 1, "d": 1}
|
unchronicled
|
{
"character_count": 12,
"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.
|
{"\u9057": 1, "\u5631": 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.
|
{"\u0917": 2, "\u0941": 2, "\u0928": 3, "\u093e": 2}
|
गुनगुनाना
|
{
"character_count": 9,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'outvaunt' and return the 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": 2, "t": 2, "v": 1, "a": 1, "n": 1}
|
outvaunt
|
{
"character_count": 8,
"difficulty": 6,
"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": 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.
|
{"\u0434": 1, "\u0440": 1, "\u0443": 1, "\u0433": 1}
|
друг
|
{
"character_count": 4,
"difficulty": 2,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'hemihedrism' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"h": 2, "e": 2, "m": 2, "i": 2, "d": 1, "r": 1, "s": 1}
|
hemihedrism
|
{
"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.
|
{"\u092c": 1, "\u093e": 1, "\u092e": 2, " ": 1, "\u091b": 1, "\u0932": 1, "\u0940": 1}
|
बाम मछली
|
{
"character_count": 8,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'hiveless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"h": 1, "i": 1, "v": 1, "e": 2, "l": 1, "s": 2}
|
hiveless
|
{
"character_count": 8,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'evulgate' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"e": 2, "v": 1, "u": 1, "l": 1, "g": 1, "a": 1, "t": 1}
|
evulgate
|
{
"character_count": 8,
"difficulty": 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.
|
{"\u5377": 1, "\u66f2": 1}
|
卷曲
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
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": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'unrhythmic' and return the 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, "h": 2, "y": 1, "t": 1, "m": 1, "i": 1, "c": 1}
|
unrhythmic
|
{
"character_count": 10,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'unexemplified' and return the 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, "e": 3, "x": 1, "m": 1, "p": 1, "l": 1, "i": 2, "f": 1, "d": 1}
|
unexemplified
|
{
"character_count": 13,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'undergraduateness' and return the 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, "d": 2, "e": 3, "r": 2, "g": 1, "a": 2, "t": 1, "s": 2}
|
undergraduateness
|
{
"character_count": 17,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'cleistogamously' and return the 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, "l": 2, "e": 1, "i": 1, "s": 2, "t": 1, "o": 2, "g": 1, "a": 1, "m": 1, "u": 1, "y": 1}
|
cleistogamously
|
{
"character_count": 15,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'smokelessly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"s": 3, "m": 1, "o": 1, "k": 1, "e": 2, "l": 2, "y": 1}
|
smokelessly
|
{
"character_count": 11,
"difficulty": 1,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'whosever' and return the 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, "h": 1, "o": 1, "s": 1, "e": 2, "v": 1, "r": 1}
|
whosever
|
{
"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.
|
{"\u4e0d": 1, "\u53ef": 1, "\u6062": 1, "\u590d": 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.
|
{"\u5e7f": 1, "\u544a": 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.
|
{"\u6293": 1, "\u75d5": 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.
|
{"\u0932": 1, "\u093e": 2, "\u0928": 1}
|
लाना
|
{
"character_count": 4,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'mafflin' and return the 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, "f": 2, "l": 1, "i": 1, "n": 1}
|
mafflin
|
{
"character_count": 7,
"difficulty": 8,
"language": "russian"
}
|
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": "japanese"
}
|
Count the number of occurrences of each character in the word 'octonocular' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"o": 3, "c": 2, "t": 1, "n": 1, "u": 1, "l": 1, "a": 1, "r": 1}
|
octonocular
|
{
"character_count": 11,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'dismalness' and return the 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": 3, "m": 1, "a": 1, "l": 1, "n": 1, "e": 1}
|
dismalness
|
{
"character_count": 10,
"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.
|
{"\u043e": 3, "\u0441": 1, "\u043a": 2, "\u043b": 1}
|
осколок
|
{
"character_count": 7,
"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.
|
{"\u97f3": 1, "\u4e50": 1}
|
音乐
|
{
"character_count": 2,
"difficulty": 4,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'electromobilism' and return the 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, "l": 2, "c": 1, "t": 1, "r": 1, "o": 2, "m": 2, "b": 1, "i": 2, "s": 1}
|
electromobilism
|
{
"character_count": 15,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'pelves' and return the 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": 2, "l": 1, "v": 1, "s": 1}
|
pelves
|
{
"character_count": 6,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'bedflower' and return the 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, "d": 1, "f": 1, "l": 1, "o": 1, "w": 1, "r": 1}
|
bedflower
|
{
"character_count": 9,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'последствия' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u043f": 1, "\u043e": 1, "\u0441": 2, "\u043b": 1, "\u0435": 1, "\u0434": 1, "\u0442": 1, "\u0432": 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.
|
{"\u304a": 1, "\u3068": 1, "\u306a": 1, "\u3057": 1, "\u304f": 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.
|
{"\u52a9": 1, "\u624b": 1}
|
助手
|
{
"character_count": 2,
"difficulty": 4,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word '花费' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u82b1": 1, "\u8d39": 1}
|
花费
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'agnosy' and return the 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, "g": 1, "n": 1, "o": 1, "s": 1, "y": 1}
|
agnosy
|
{
"character_count": 6,
"difficulty": 5,
"language": "english"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.