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 'sphaeriaceous' and return the 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, "h": 1, "a": 2, "e": 2, "r": 1, "i": 1, "c": 1, "o": 1, "u": 1}
|
sphaeriaceous
|
{
"character_count": 13,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'boniness' and return the 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, "n": 2, "i": 1, "e": 1, "s": 2}
|
boniness
|
{
"character_count": 8,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'Мобильная библиотека' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u041c": 1, "\u043e": 2, "\u0431": 3, "\u0438": 3, "\u043b": 2, "\u044c": 1, "\u043d": 1, "\u0430": 2, "\u044f": 1, " ": 1, "\u0442": 1, "\u0435": 1, "\u043a": 1}
|
Мобильная библиотека
|
{
"character_count": 20,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'homophyly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"h": 2, "o": 2, "m": 1, "p": 1, "y": 2, "l": 1}
|
homophyly
|
{
"character_count": 9,
"difficulty": 5,
"language": "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, "\u0432": 2, "\u0430": 2, "\u0440": 1, "\u043b": 1, "\u0438": 1, "\u044f": 1}
|
сварливая
|
{
"character_count": 9,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'newfangle' and return the 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, "e": 2, "w": 1, "f": 1, "a": 1, "g": 1, "l": 1}
|
newfangle
|
{
"character_count": 9,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'impressure' and return the 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, "m": 1, "p": 1, "r": 2, "e": 2, "s": 2, "u": 1}
|
impressure
|
{
"character_count": 10,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'thirdly' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"t": 1, "h": 1, "i": 1, "r": 1, "d": 1, "l": 1, "y": 1}
|
thirdly
|
{
"character_count": 7,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'cystogenesis' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"c": 1, "y": 1, "s": 3, "t": 1, "o": 1, "g": 1, "e": 2, "n": 1, "i": 1}
|
cystogenesis
|
{
"character_count": 12,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'unsnarl' and return the 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, "a": 1, "r": 1, "l": 1}
|
unsnarl
|
{
"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.
|
{"\u043f": 1, "\u0435": 2, "\u0440": 2, "\u043a": 1, "\u0443": 1, "\u0442": 2, "\u0438": 1, "\u044c": 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.
|
{"\u043d": 2, "\u0430": 2, "\u0441": 2, "\u0442": 2, "\u0432": 2, "\u0438": 1, "\u0447": 1, "\u0435": 1, "\u043e": 1}
|
наставничество
|
{
"character_count": 14,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'unprayable' and return the 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, "p": 1, "r": 1, "a": 2, "y": 1, "b": 1, "l": 1, "e": 1}
|
unprayable
|
{
"character_count": 10,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'inconvincible' and return the 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": 3, "c": 2, "o": 1, "v": 1, "b": 1, "l": 1, "e": 1}
|
inconvincible
|
{
"character_count": 13,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'danglingly' and return the 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, "a": 1, "n": 2, "g": 2, "l": 2, "i": 1, "y": 1}
|
danglingly
|
{
"character_count": 10,
"difficulty": 1,
"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.
|
{"\u7834": 1, "\u58ca": 1}
|
破壊
|
{
"character_count": 2,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'Sanskritist' and return the 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, "n": 1, "s": 2, "k": 1, "r": 1, "i": 2, "t": 2}
|
Sanskritist
|
{
"character_count": 11,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'निरर्थक बात' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0928": 1, "\u093f": 1, "\u0930": 2, "\u094d": 1, "\u0925": 1, "\u0915": 1, " ": 1, "\u092c": 1, "\u093e": 1, "\u0924": 1}
|
निरर्थक बात
|
{
"character_count": 11,
"difficulty": 4,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'impressure' and return the 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, "m": 1, "p": 1, "r": 2, "e": 2, "s": 2, "u": 1}
|
impressure
|
{
"character_count": 10,
"difficulty": 7,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'recrudency' and return the 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": 2, "c": 2, "u": 1, "d": 1, "n": 1, "y": 1}
|
recrudency
|
{
"character_count": 10,
"difficulty": 8,
"language": "english"
}
|
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": "hindi"
}
|
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": 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.
|
{"\u043c": 1, "\u043e": 2, "\u0440": 1, "\u0441": 1, "\u043a": 2, "\u0439": 1, " ": 1, "\u043f": 1, "\u0435": 1, "\u043d": 1, "\u0438": 1}
|
морской пенки
|
{
"character_count": 13,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'pernicketiness' and return the 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": 3, "r": 1, "n": 2, "i": 2, "c": 1, "k": 1, "t": 1, "s": 2}
|
pernicketiness
|
{
"character_count": 14,
"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.
|
{"\u70ad": 1, "\u7d20": 1, "\u8cea": 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.
|
{"\u0935": 1, "\u093f": 1, "\u0926": 2, "\u094d": 2, "\u092f": 1, "\u0941": 1, "\u0924": 1, "\u0939": 1, "\u0943": 1, "\u0932": 1, "\u0947": 1, "\u0916": 1, "\u0940": 1}
|
विद्युतहृद्लेखी
|
{
"character_count": 15,
"difficulty": 8,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'satirizer' and return the 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, "t": 1, "i": 2, "r": 2, "z": 1, "e": 1}
|
satirizer
|
{
"character_count": 9,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'pesticide' and return the 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, "s": 1, "t": 1, "i": 2, "c": 1, "d": 1}
|
pesticide
|
{
"character_count": 9,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'prochronic' and return the 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, "o": 2, "c": 2, "h": 1, "n": 1, "i": 1}
|
prochronic
|
{
"character_count": 10,
"difficulty": 6,
"language": "english"
}
|
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": "russian"
}
|
Count the number of occurrences of each character in the word 'cheekpiece' and return the 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, "e": 4, "k": 1, "p": 1, "i": 1}
|
cheekpiece
|
{
"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.
|
{"\u0443": 1, "\u0434": 1, "\u0438": 2, "\u0432": 1, "\u0442": 1, "\u0435": 1, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u043e": 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.
|
{"\u7384": 1, "\u6b66": 1, "\u5ca9": 1}
|
玄武岩
|
{
"character_count": 3,
"difficulty": 6,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'pinitol' and return the 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, "i": 2, "n": 1, "t": 1, "o": 1, "l": 1}
|
pinitol
|
{
"character_count": 7,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word '拘束する' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u62d8": 1, "\u675f": 1, "\u3059": 1, "\u308b": 1}
|
拘束する
|
{
"character_count": 4,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'bouncingly' and return the 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, "u": 1, "n": 2, "c": 1, "i": 1, "g": 1, "l": 1, "y": 1}
|
bouncingly
|
{
"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.
|
{"\u8bae": 1, "\u8bba": 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.
|
{"\u041d": 1, "\u0435": 2, "\u0443": 1, "\u0441": 1, "\u0442": 1, "\u0440": 1, "\u0430": 1, "\u043d": 1, "\u0438": 1, "\u043c": 1, "\u044b": 1}
|
Неустранимые
|
{
"character_count": 12,
"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.
|
{"\u0441": 1, "\u0435": 1, "\u0440": 1, "\u0438": 1, "\u043d": 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.
|
{"\u8d5e": 1, "\u52a9": 1, "\u4eba": 1}
|
赞助人
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'फिर से इकट्ठा करना' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u092b": 1, "\u093f": 1, "\u0930": 2, " ": 3, "\u0938": 1, "\u0947": 1, "\u0907": 1, "\u0915": 2, "\u091f": 1, "\u094d": 1, "\u0920": 1, "\u093e": 2, "\u0928": 1}
|
फिर से इकट्ठा करना
|
{
"character_count": 18,
"difficulty": 5,
"language": "hindi"
}
|
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": "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.
|
{"\u091d": 1, "\u0917": 1, "\u0921": 1, "\u093c": 1, "\u093e": 1, "\u0932": 1, "\u0942": 1}
|
झगड़ालू
|
{
"character_count": 7,
"difficulty": 5,
"language": "hindi"
}
|
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": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'plethorically' and return the 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": 3, "e": 1, "t": 1, "h": 1, "o": 1, "r": 1, "i": 1, "c": 1, "a": 1, "y": 1}
|
plethorically
|
{
"character_count": 13,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'misjudger' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"m": 1, "i": 1, "s": 1, "j": 1, "u": 1, "d": 1, "g": 1, "e": 1, "r": 1}
|
misjudger
|
{
"character_count": 9,
"difficulty": 5,
"language": "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.
|
{"\u7814": 1, "\u4fee": 1, "\u671f": 1, "\u9593": 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.
|
{"\u4ee3": 1, "\u7528": 1, "\u54c1": 1}
|
代用品
|
{
"character_count": 3,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'commissaryship' and return the 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": 2, "i": 2, "s": 3, "a": 1, "r": 1, "y": 1, "h": 1, "p": 1}
|
commissaryship
|
{
"character_count": 14,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'uncommunicativeness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"u": 2, "n": 3, "c": 2, "o": 1, "m": 2, "i": 2, "a": 1, "t": 1, "v": 1, "e": 2, "s": 2}
|
uncommunicativeness
|
{
"character_count": 19,
"difficulty": 5,
"language": "hindi"
}
|
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": "chinese"
}
|
Count the number of occurrences of each character in the word 'nontheological' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"n": 2, "o": 3, "t": 1, "h": 1, "e": 1, "l": 2, "g": 1, "i": 1, "c": 1, "a": 1}
|
nontheological
|
{
"character_count": 14,
"difficulty": 5,
"language": "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.
|
{"\u540d": 1, "\u4ed8": 1, "\u3051": 1, "\u5b50": 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.
|
{"\u30bb": 1, "\u30d1": 1, "\u30ec": 1, "\u30fc": 1, "\u30c8": 1}
|
セパレート
|
{
"character_count": 5,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'natant' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"n": 2, "a": 2, "t": 2}
|
natant
|
{
"character_count": 6,
"difficulty": 3,
"language": "japanese"
}
|
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": 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.
|
{"\u8ff7": 1, "\u5931": 1, "\u65b9": 1, "\u5411": 1}
|
迷失方向
|
{
"character_count": 4,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'Amazilia' and return the 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, "a": 2, "z": 1, "i": 2, "l": 1}
|
Amazilia
|
{
"character_count": 8,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'pernicketiness' and return the 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": 3, "r": 1, "n": 2, "i": 2, "c": 1, "k": 1, "t": 1, "s": 2}
|
pernicketiness
|
{
"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.
|
{"\u91c7": 1, "\u77f3": 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.
|
{"\u0939": 1, "\u092e": 1, "\u0932": 1, "\u0947": 1}
|
हमले
|
{
"character_count": 4,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'nontheological' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"n": 2, "o": 3, "t": 1, "h": 1, "e": 1, "l": 2, "g": 1, "i": 1, "c": 1, "a": 1}
|
nontheological
|
{
"character_count": 14,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'deportable' and return the 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, "p": 1, "o": 1, "r": 1, "t": 1, "a": 1, "b": 1, "l": 1}
|
deportable
|
{
"character_count": 10,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'hypsocephalous' and return the 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, "y": 1, "p": 2, "s": 2, "o": 2, "c": 1, "e": 1, "a": 1, "l": 1, "u": 1}
|
hypsocephalous
|
{
"character_count": 14,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'nonearning' and return the 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": 4, "o": 1, "e": 1, "a": 1, "r": 1, "i": 1, "g": 1}
|
nonearning
|
{
"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.
|
{"\u043d": 1, "\u0430": 1, "\u0432": 1, "\u0435": 1, "\u0441": 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.
|
{"\u0441": 1, "\u043e": 2, "\u043d": 2, "\u0440": 1, "\u044b": 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.
|
{"\u66b4": 1, "\u529b": 1, "\u7684": 1, "\u306a": 1}
|
暴力的な
|
{
"character_count": 4,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'delicate' and return the 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, "l": 1, "i": 1, "c": 1, "a": 1, "t": 1}
|
delicate
|
{
"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.
|
{"\u091c": 1, "\u093c": 1, "\u092e": 1, "\u0940": 1, "\u0902": 1, "\u0926": 1, "\u093e": 1, "\u0930": 1}
|
ज़मींदार
|
{
"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.
|
{"\u53d1": 1, "\u9001": 1, "\u8005": 1}
|
发送者
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'plethorically' and return the 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": 3, "e": 1, "t": 1, "h": 1, "o": 1, "r": 1, "i": 1, "c": 1, "a": 1, "y": 1}
|
plethorically
|
{
"character_count": 13,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word '寒い' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u5bd2": 1, "\u3044": 1}
|
寒い
|
{
"character_count": 2,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'Pseudoscines' and return the 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, "s": 3, "e": 2, "u": 1, "d": 1, "o": 1, "c": 1, "i": 1, "n": 1}
|
Pseudoscines
|
{
"character_count": 12,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'lens' and return the 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, "e": 1, "n": 1, "s": 1}
|
lens
|
{
"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.
|
{"\u504f": 1, "\u4fee": 1, "\u6b63": 1}
|
偏修正
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'パドラー' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u30d1": 1, "\u30c9": 1, "\u30e9": 1, "\u30fc": 1}
|
パドラー
|
{
"character_count": 4,
"difficulty": 2,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'plethorically' and return the 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": 3, "e": 1, "t": 1, "h": 1, "o": 1, "r": 1, "i": 1, "c": 1, "a": 1, "y": 1}
|
plethorically
|
{
"character_count": 13,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'лиценциата' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u043b": 1, "\u0438": 2, "\u0446": 2, "\u0435": 1, "\u043d": 1, "\u0430": 2, "\u0442": 1}
|
лиценциата
|
{
"character_count": 10,
"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.
|
{"\u0930": 1, "\u094b": 1, "\u092e": 1, "\u093e": 1, "\u0928": 1, "\u0940": 1}
|
रोमानी
|
{
"character_count": 6,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word '単気筒' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u5358": 1, "\u6c17": 1, "\u7b52": 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.
|
{"\u0445": 1, "\u043e": 2, "\u043b": 1, "\u0434": 1, "\u043d": 1, "\u044b": 1, "\u0439": 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.
|
{"\u0438": 1, "\u0441": 1, "\u0442": 2, "\u043e": 1, "\u0449": 1, "\u0430": 1, "\u044c": 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.
|
{"\u0906": 1, "\u0932": 1, "\u093f": 1, "\u0902": 1, "\u0926": 1}
|
आलिंद
|
{
"character_count": 5,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'antidromic' and return the 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, "n": 1, "t": 1, "i": 2, "d": 1, "r": 1, "o": 1, "m": 1, "c": 1}
|
antidromic
|
{
"character_count": 10,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'abaser' and return the 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, "b": 1, "s": 1, "e": 1, "r": 1}
|
abaser
|
{
"character_count": 6,
"difficulty": 3,
"language": "japanese"
}
|
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": "chinese"
}
|
Count the number of occurrences of each character in the word 'Lophodermium' and return the 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": 2, "p": 1, "h": 1, "d": 1, "e": 1, "r": 1, "m": 2, "i": 1, "u": 1}
|
Lophodermium
|
{
"character_count": 12,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'clothy' and return the 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": 1, "o": 1, "t": 1, "h": 1, "y": 1}
|
clothy
|
{
"character_count": 6,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'mercurialness' and return the 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, "r": 2, "c": 1, "u": 1, "i": 1, "a": 1, "l": 1, "n": 1, "s": 2}
|
mercurialness
|
{
"character_count": 13,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'лана' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u043b": 1, "\u0430": 2, "\u043d": 1}
|
лана
|
{
"character_count": 4,
"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.
|
{"\u6d44": 1, "\u5316": 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.
|
{"\u091f": 1, "\u0940": 1, "\u0932": 1, "\u093e": 1}
|
टीला
|
{
"character_count": 4,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'Hippeastrum' and return the 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, "p": 2, "e": 1, "a": 1, "s": 1, "t": 1, "r": 1, "u": 1, "m": 1}
|
Hippeastrum
|
{
"character_count": 11,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'शाब्दिक' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0936": 1, "\u093e": 1, "\u092c": 1, "\u094d": 1, "\u0926": 1, "\u093f": 1, "\u0915": 1}
|
शाब्दिक
|
{
"character_count": 7,
"difficulty": 4,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'cubica' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"c": 2, "u": 1, "b": 1, "i": 1, "a": 1}
|
cubica
|
{
"character_count": 6,
"difficulty": 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.
|
{"\u30c0": 1, "\u30a4": 1, "\u30a2": 1, "\u30b9": 1, "\u30b3": 1, "\u30fc": 1, "\u30d7": 1}
|
ダイアスコープ
|
{
"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.
|
{"\u4e0d": 1, "\u6ee1": 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.
|
{"\u0938": 1, "\u094d": 1, "\u0915": 1, "\u0942": 1, "\u0932": 1}
|
स्कूल
|
{
"character_count": 5,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'barracouta' and return the 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": 2, "c": 1, "o": 1, "u": 1, "t": 1}
|
barracouta
|
{
"character_count": 10,
"difficulty": 5,
"language": "chinese"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.