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 'synclinorium' and return the 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, "y": 1, "n": 2, "c": 1, "l": 1, "i": 2, "o": 1, "r": 1, "u": 1, "m": 1}
|
synclinorium
|
{
"character_count": 12,
"difficulty": 8,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'pycnidiospore' and return the 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, "y": 1, "c": 1, "n": 1, "i": 2, "d": 1, "o": 2, "s": 1, "r": 1, "e": 1}
|
pycnidiospore
|
{
"character_count": 13,
"difficulty": 8,
"language": "chinese"
}
|
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": 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.
|
{"\u0914": 1, "\u0930": 1, " ": 2, "\u0928": 1, "\u0939": 1, "\u0940": 1}
|
और न ही
|
{
"character_count": 7,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'zacaton' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"z": 1, "a": 2, "c": 1, "t": 1, "o": 1, "n": 1}
|
zacaton
|
{
"character_count": 7,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'nubiform' and return the 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, "u": 1, "b": 1, "i": 1, "f": 1, "o": 1, "r": 1, "m": 1}
|
nubiform
|
{
"character_count": 8,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Primula' and return the 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": 1, "i": 1, "m": 1, "u": 1, "l": 1, "a": 1}
|
Primula
|
{
"character_count": 7,
"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.
|
{"\u6124": 1, "\u6168": 1, "\u7684": 1}
|
愤慨的
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'shaster' and return the 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, "h": 1, "a": 1, "t": 1, "e": 1, "r": 1}
|
shaster
|
{
"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.
|
{"\u518d": 1, "\u5e30": 1, "\u53cd": 1, "\u5c04": 1}
|
再帰反射
|
{
"character_count": 4,
"difficulty": 7,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'planetesimal' and return the 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": 2, "a": 2, "n": 1, "e": 2, "t": 1, "s": 1, "i": 1, "m": 1}
|
planetesimal
|
{
"character_count": 12,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'pedatifid' and return the 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, "d": 2, "a": 1, "t": 1, "i": 2, "f": 1}
|
pedatifid
|
{
"character_count": 9,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'ommatophore' and return the 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, "m": 2, "a": 1, "t": 1, "p": 1, "h": 1, "r": 1, "e": 1}
|
ommatophore
|
{
"character_count": 11,
"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.
|
{"\u592a": 1, "\u9633": 1}
|
太阳
|
{
"character_count": 2,
"difficulty": 3,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'guester' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"g": 1, "u": 1, "e": 2, "s": 1, "t": 1, "r": 1}
|
guester
|
{
"character_count": 7,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'polliwig' and return the 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": 2, "i": 2, "w": 1, "g": 1}
|
polliwig
|
{
"character_count": 8,
"difficulty": 4,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'fulsomeness' and return the 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, "u": 1, "l": 1, "s": 3, "o": 1, "m": 1, "e": 2, "n": 1}
|
fulsomeness
|
{
"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.
|
{"\u043c": 1, "\u0430": 1, "\u043d": 1, "\u0442": 1, "\u043e": 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.
|
{"\u092a": 1, "\u094b": 1, "\u0937": 1, "\u0923": 1}
|
पोषण
|
{
"character_count": 4,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'contorted' and return the 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, "n": 1, "t": 2, "r": 1, "e": 1, "d": 1}
|
contorted
|
{
"character_count": 9,
"difficulty": 5,
"language": "english"
}
|
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": "japanese"
}
|
Count the number of occurrences of each character in the word 'horoscopist' and return the 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": 3, "r": 1, "s": 2, "c": 1, "p": 1, "i": 1, "t": 1}
|
horoscopist
|
{
"character_count": 11,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'reshoe' and return the 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, "s": 1, "h": 1, "o": 1}
|
reshoe
|
{
"character_count": 6,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'autocatalyze' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"a": 3, "u": 1, "t": 2, "o": 1, "c": 1, "l": 1, "y": 1, "z": 1, "e": 1}
|
autocatalyze
|
{
"character_count": 12,
"difficulty": 6,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'uncynical' and return the 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, "y": 1, "i": 1, "a": 1, "l": 1}
|
uncynical
|
{
"character_count": 9,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'inauguratory' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"i": 1, "n": 1, "a": 2, "u": 2, "g": 1, "r": 2, "t": 1, "o": 1, "y": 1}
|
inauguratory
|
{
"character_count": 12,
"difficulty": 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, "\u7559": 1}
|
拘留
|
{
"character_count": 2,
"difficulty": 4,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'inappreciativeness' and return the 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": 2, "a": 2, "p": 2, "r": 1, "e": 3, "c": 1, "t": 1, "v": 1, "s": 2}
|
inappreciativeness
|
{
"character_count": 18,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'cycadean' and return the 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, "y": 1, "a": 2, "d": 1, "e": 1, "n": 1}
|
cycadean
|
{
"character_count": 8,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'nonproducing' and return the 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": 2, "p": 1, "r": 1, "d": 1, "u": 1, "c": 1, "i": 1, "g": 1}
|
nonproducing
|
{
"character_count": 12,
"difficulty": 4,
"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": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'rackrentable' and return the 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, "a": 2, "c": 1, "k": 1, "e": 2, "n": 1, "t": 1, "b": 1, "l": 1}
|
rackrentable
|
{
"character_count": 12,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'salariat' and return the 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": 3, "l": 1, "r": 1, "i": 1, "t": 1}
|
salariat
|
{
"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.
|
{"\u6e38": 1, "\u56ed": 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.
|
{"\u30aa": 1, "\u30fc": 1, "\u30c8": 1, "\u30e0": 1, "\u30ae": 1, "\u306e": 1}
|
オートムギの
|
{
"character_count": 6,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'underlaid' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"u": 1, "n": 1, "d": 2, "e": 1, "r": 1, "l": 1, "a": 1, "i": 1}
|
underlaid
|
{
"character_count": 9,
"difficulty": 1,
"language": "hindi"
}
|
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": 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.
|
{"\u6536": 1, "\u7f29": 1}
|
收缩
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'dissuader' and return the 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": 1, "s": 2, "u": 1, "a": 1, "e": 1, "r": 1}
|
dissuader
|
{
"character_count": 9,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'milleress' and return the 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, "l": 2, "e": 2, "r": 1, "s": 2}
|
milleress
|
{
"character_count": 9,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'caninus' and return the 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, "a": 1, "n": 2, "i": 1, "u": 1, "s": 1}
|
caninus
|
{
"character_count": 7,
"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.
|
{"\u0414": 1, "\u0436": 1, "\u0435": 1, "\u0439": 1, "\u043d": 1}
|
Джейн
|
{
"character_count": 5,
"difficulty": 3,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'melanophore' and return the 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": 1, "n": 1, "o": 2, "p": 1, "h": 1, "r": 1}
|
melanophore
|
{
"character_count": 11,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'rancher' and return the 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, "a": 1, "n": 1, "c": 1, "h": 1, "e": 1}
|
rancher
|
{
"character_count": 7,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'callithump' and return the 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, "a": 1, "l": 2, "i": 1, "t": 1, "h": 1, "u": 1, "m": 1, "p": 1}
|
callithump
|
{
"character_count": 10,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'underemployment' and return the 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, "d": 1, "e": 3, "r": 1, "m": 2, "p": 1, "l": 1, "o": 1, "y": 1, "t": 1}
|
underemployment
|
{
"character_count": 15,
"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.
|
{"\u778e": 1, "\u626f": 1}
|
瞎扯
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'Neptunian' and return the 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, "e": 1, "p": 1, "t": 1, "u": 1, "n": 2, "i": 1, "a": 1}
|
Neptunian
|
{
"character_count": 9,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'zestfulness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"z": 1, "e": 2, "s": 3, "t": 1, "f": 1, "u": 1, "l": 1, "n": 1}
|
zestfulness
|
{
"character_count": 11,
"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.
|
{"\u82e5": 1, "\u3044": 1}
|
若い
|
{
"character_count": 2,
"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.
|
{"\u0905": 1, "\u0936": 1, "\u094d": 2, "\u0932": 2, "\u0940": 1, "\u0924": 1, "\u093e": 1, "\u092a": 1, "\u0942": 1, "\u0930": 1, "\u0935": 1, "\u0915": 1}
|
अश्लीलतापूर्वक
|
{
"character_count": 14,
"difficulty": 7,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word '噴水' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u5674": 1, "\u6c34": 1}
|
噴水
|
{
"character_count": 2,
"difficulty": 5,
"language": "japanese"
}
|
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": "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.
|
{"\u0928": 1, "\u093f": 2, "\u0937": 1, "\u094d": 1, "\u0915": 1, "\u093e": 1, "\u0938": 1, "\u0924": 1}
|
निष्कासित
|
{
"character_count": 9,
"difficulty": 4,
"language": "hindi"
}
|
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": "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.
|
{"\u9a5a": 1, "\u304f": 1, "\u307b": 1, "\u3069": 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.
|
{"\u30e2": 1, "\u30f3": 1, "\u30b7": 1, "\u30cb": 1, "\u30e7": 1, "\u30fc": 1, "\u30eb": 1}
|
モンシニョール
|
{
"character_count": 7,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'strugglingly' and return the 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, "u": 1, "g": 3, "l": 2, "i": 1, "n": 1, "y": 1}
|
strugglingly
|
{
"character_count": 12,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'execrate' and return the 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, "x": 1, "c": 1, "r": 1, "a": 1, "t": 1}
|
execrate
|
{
"character_count": 8,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'internalness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"i": 1, "n": 3, "t": 1, "e": 2, "r": 1, "a": 1, "l": 1, "s": 2}
|
internalness
|
{
"character_count": 12,
"difficulty": 5,
"language": "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.
|
{"\u0432": 1, "\u043e": 1, "\u0437": 1, "\u0431": 1, "\u0443": 1, "\u0434": 1, "\u0438": 1, "\u043c": 1, "\u044b": 1, "\u0439": 1}
|
возбудимый
|
{
"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.
|
{"\u0928": 1, "\u093f": 1, "\u0930": 1, "\u094d": 1, "\u092e": 2}
|
निर्मम
|
{
"character_count": 6,
"difficulty": 4,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'telergically' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"t": 1, "e": 2, "l": 3, "r": 1, "g": 1, "i": 1, "c": 1, "a": 1, "y": 1}
|
telergically
|
{
"character_count": 12,
"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.
|
{"\u7b26": 1, "\u53f7": 1, "\u5b66": 1}
|
符号学
|
{
"character_count": 3,
"difficulty": 6,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word '可压缩' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u53ef": 1, "\u538b": 1, "\u7f29": 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.
|
{"\u0939": 1, "\u0924": 1, "\u094d": 1, "\u092f": 1, "\u093e": 2, "\u0930": 1}
|
हत्यारा
|
{
"character_count": 7,
"difficulty": 4,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'resacrifice' and return the 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, "s": 1, "a": 1, "c": 2, "i": 2, "f": 1}
|
resacrifice
|
{
"character_count": 11,
"difficulty": 8,
"language": "english"
}
|
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": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'unboat' and return the 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, "b": 1, "o": 1, "a": 1, "t": 1}
|
unboat
|
{
"character_count": 6,
"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.
|
{"\u30ab": 1, "\u30fc": 2, "\u30dd": 1, "\u30c8": 1}
|
カーポート
|
{
"character_count": 5,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'Champy' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"C": 1, "h": 1, "a": 1, "m": 1, "p": 1, "y": 1}
|
Champy
|
{
"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.
|
{"\u5c0a": 1, "\u656c": 1}
|
尊敬
|
{
"character_count": 2,
"difficulty": 4,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'myosarcomatous' and return the 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, "o": 3, "s": 2, "a": 2, "r": 1, "c": 1, "t": 1, "u": 1}
|
myosarcomatous
|
{
"character_count": 14,
"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.
|
{"\u5de5": 1, "\u4f5c": 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.
|
{"\u919c": 1, "\u3044": 1}
|
醜い
|
{
"character_count": 2,
"difficulty": 8,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'actinomorphy' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"a": 1, "c": 1, "t": 1, "i": 1, "n": 1, "o": 2, "m": 1, "r": 1, "p": 1, "h": 1, "y": 1}
|
actinomorphy
|
{
"character_count": 12,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'bricklaying' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"b": 1, "r": 1, "i": 2, "c": 1, "k": 1, "l": 1, "a": 1, "y": 1, "n": 1, "g": 1}
|
bricklaying
|
{
"character_count": 11,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'betacismus' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"b": 1, "e": 1, "t": 1, "a": 1, "c": 1, "i": 1, "s": 2, "m": 1, "u": 1}
|
betacismus
|
{
"character_count": 10,
"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.
|
{"\u043e": 1, "\u0442": 2, "\u0434": 1, "\u0435": 2, "\u043b": 1, "\u044f": 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.
|
{"\u4e0d": 1, "\u53ef": 1, "\u9884": 1, "\u6d4b": 1}
|
不可预测
|
{
"character_count": 4,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'Stewartia' and return the 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, "e": 1, "w": 1, "a": 2, "r": 1, "i": 1}
|
Stewartia
|
{
"character_count": 9,
"difficulty": 4,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'podginess' and return the 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, "d": 1, "g": 1, "i": 1, "n": 1, "e": 1, "s": 2}
|
podginess
|
{
"character_count": 9,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'unquietness' and return the 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, "q": 1, "i": 1, "e": 2, "t": 1, "s": 2}
|
unquietness
|
{
"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.
|
{"\u043a": 1, "\u0430": 2, "\u043b": 1, "\u0438": 1, "\u0431": 1, "\u0440": 2, "\u0442": 1, "\u043e": 1}
|
калибратор
|
{
"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.
|
{"\u0924": 1, "\u093e": 1, "\u0930": 1, "\u094d": 1, "\u0915": 2, "\u093f": 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.
|
{"\u8cb7": 1, "\u7269": 1}
|
買物
|
{
"character_count": 2,
"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.
|
{"\u51c4": 2}
|
凄凄
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'eolation' and return the 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": 1, "o": 2, "l": 1, "a": 1, "t": 1, "i": 1, "n": 1}
|
eolation
|
{
"character_count": 8,
"difficulty": 4,
"language": "english"
}
|
Count the number of occurrences of each character in the word '熱発生' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u71b1": 1, "\u767a": 1, "\u751f": 1}
|
熱発生
|
{
"character_count": 3,
"difficulty": 7,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'парсизма' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u043f": 1, "\u0430": 2, "\u0440": 1, "\u0441": 1, "\u0438": 1, "\u0437": 1, "\u043c": 1}
|
парсизма
|
{
"character_count": 8,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'reptilivorous' and return the 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, "p": 1, "t": 1, "i": 2, "l": 1, "v": 1, "o": 2, "u": 1, "s": 1}
|
reptilivorous
|
{
"character_count": 13,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'тощий' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0442": 1, "\u043e": 1, "\u0449": 1, "\u0438": 1, "\u0439": 1}
|
тощий
|
{
"character_count": 5,
"difficulty": 3,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'exaggerator' and return the 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, "x": 1, "a": 2, "g": 2, "r": 2, "t": 1, "o": 1}
|
exaggerator
|
{
"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.
|
{"\u043d": 2, "\u0435": 2, "\u0433": 1, "\u0430": 2, "\u0448": 1, "\u044f": 1}
|
негашеная
|
{
"character_count": 9,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'chamferer' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"c": 1, "h": 1, "a": 1, "m": 1, "f": 1, "e": 2, "r": 2}
|
chamferer
|
{
"character_count": 9,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'prowling' and return the 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": 1, "o": 1, "w": 1, "l": 1, "i": 1, "n": 1, "g": 1}
|
prowling
|
{
"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, "\u6e80": 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.
|
{"\u0433": 1, "\u0440": 1, "\u0435": 1, "\u0431": 1, "\u0446": 1, "\u0430": 1}
|
гребца
|
{
"character_count": 6,
"difficulty": 3,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'mate' and return the 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, "t": 1, "e": 1}
|
mate
|
{
"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.
|
{"\u0915": 1, "\u091f": 1, "\u094c": 1, "\u0924": 1, "\u0940": 1}
|
कटौती
|
{
"character_count": 5,
"difficulty": 4,
"language": "hindi"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.