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.
|
{"\u7dcf": 1, "\u5408": 1, "\u7684": 1, "\u306a": 1}
|
総合的な
|
{
"character_count": 4,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'thrummy' and return the 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, "r": 1, "u": 1, "m": 2, "y": 1}
|
thrummy
|
{
"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.
|
{"\u0917": 1, "\u093e": 1, "\u092f": 1, "\u0928": 1}
|
गायन
|
{
"character_count": 4,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'zoographist' and return the 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, "o": 2, "g": 1, "r": 1, "a": 1, "p": 1, "h": 1, "i": 1, "s": 1, "t": 1}
|
zoographist
|
{
"character_count": 11,
"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": "chinese"
}
|
Count the number of occurrences of each character in the word 'asyllabic' and return the 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, "s": 1, "y": 1, "l": 2, "b": 1, "i": 1, "c": 1}
|
asyllabic
|
{
"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.
|
{"\u30e1": 1, "\u30e9": 1, "\u30cd": 1, "\u30b7": 1, "\u30a2": 1, "\u4eba": 1}
|
メラネシア人
|
{
"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.
|
{"\u5982": 1, "\u540c": 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.
|
{"\u0446": 1, "\u0435": 4, "\u043b": 2, "\u043d": 3, "\u0430": 2, "\u043f": 1, "\u0440": 1, "\u0432": 1, "\u043e": 1}
|
целенаправленное
|
{
"character_count": 16,
"difficulty": 7,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'झटपट' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u091d": 1, "\u091f": 2, "\u092a": 1}
|
झटपट
|
{
"character_count": 4,
"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.
|
{"\u0936": 1, "\u094b": 1, "\u0915": 1}
|
शोक
|
{
"character_count": 3,
"difficulty": 2,
"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.
|
{"\u091f": 1, "\u094d": 1, "\u0930": 1, "\u094b": 1, "\u0932": 1}
|
ट्रोल
|
{
"character_count": 5,
"difficulty": 4,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'metencephalic' and return the 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": 3, "t": 1, "n": 1, "c": 2, "p": 1, "h": 1, "a": 1, "l": 1, "i": 1}
|
metencephalic
|
{
"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.
|
{"\u4f53": 1, "\u80b2": 1, "\u8fd0": 1, "\u52a8": 1, "\u60c5": 1, "\u5883": 1, "\u518d": 1, "\u5f52": 1, "\u56e0": 1}
|
体育运动情境再归因
|
{
"character_count": 9,
"difficulty": 8,
"language": "chinese"
}
|
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": "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": 2, "\u043e": 3, "\u043b": 2, "\u0443": 1, "\u0440": 1, "\u0444": 1, "\u0435": 1, "\u0441": 2, "\u0438": 1, "\u043d": 2, "\u0430": 1, "\u044c": 1, "\u044b": 1, "\u0439": 1}
|
полупрофессиональный
|
{
"character_count": 20,
"difficulty": 5,
"language": "russian"
}
|
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": 1,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'dimetric' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"d": 1, "i": 2, "m": 1, "e": 1, "t": 1, "r": 1, "c": 1}
|
dimetric
|
{
"character_count": 8,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'irisated' and return the 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": 2, "r": 1, "s": 1, "a": 1, "t": 1, "e": 1, "d": 1}
|
irisated
|
{
"character_count": 8,
"difficulty": 4,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'Parseeism' and return the 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, "a": 1, "r": 1, "s": 2, "e": 2, "i": 1, "m": 1}
|
Parseeism
|
{
"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.
|
{"\u043e": 2, "\u043f": 1, "\u0435": 1, "\u0440": 1, "\u0430": 1, "\u0442": 2, "\u0438": 1, "\u0432": 1, "\u043d": 1, "\u0441": 1, "\u044c": 1}
|
оперативность
|
{
"character_count": 13,
"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.
|
{"\u0915": 2, "\u094d": 1, "\u0930": 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.
|
{"\u56f0": 1, "\u96e3": 1, "\u306a": 1}
|
困難な
|
{
"character_count": 3,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'periwig' and return the 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, "i": 2, "w": 1, "g": 1}
|
periwig
|
{
"character_count": 7,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'transnatural' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"t": 2, "r": 2, "a": 3, "n": 2, "s": 1, "u": 1, "l": 1}
|
transnatural
|
{
"character_count": 12,
"difficulty": 5,
"language": "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.
|
{"\u0438": 1, "\u0441": 1, "\u043a": 1, "\u043b": 1, "\u044e": 1, "\u0447": 1, "\u0430": 1, "\u0442": 1, "\u044c": 1}
|
исключать
|
{
"character_count": 9,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'Tusche' and return the 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, "u": 1, "s": 1, "c": 1, "h": 1, "e": 1}
|
Tusche
|
{
"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.
|
{"\u5e74": 1, "\u53d6": 1, "\u3063": 1, "\u305f": 1}
|
年取った
|
{
"character_count": 4,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'unsurfaced' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"u": 2, "n": 1, "s": 1, "r": 1, "f": 1, "a": 1, "c": 1, "e": 1, "d": 1}
|
unsurfaced
|
{
"character_count": 10,
"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.
|
{"\u3089": 1, "\u305b": 1, "\u3093": 1, "\u83cc": 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.
|
{"\u4f4e": 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.
|
{"\u0421": 1, "\u0438": 2, "\u043b": 1, "\u044c": 1, "\u0444": 1, "\u0434": 1, "\u0430": 1}
|
Сильфида
|
{
"character_count": 8,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'radication' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"r": 1, "a": 2, "d": 1, "i": 2, "c": 1, "t": 1, "o": 1, "n": 1}
|
radication
|
{
"character_count": 10,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word '十一番目の' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u5341": 1, "\u4e00": 1, "\u756a": 1, "\u76ee": 1, "\u306e": 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.
|
{"\u0905": 1, "\u0932": 1, "\u0917": 1}
|
अलग
|
{
"character_count": 3,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'misrehearsal' and return the 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": 2, "r": 2, "e": 2, "h": 1, "a": 2, "l": 1}
|
misrehearsal
|
{
"character_count": 12,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'tusche' and return the 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, "u": 1, "s": 1, "c": 1, "h": 1, "e": 1}
|
tusche
|
{
"character_count": 6,
"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.
|
{"\u950c": 1, "\u77ff": 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.
|
{"\u4efb": 1, "\u4f55": 1, "\u5730": 1, "\u65b9": 1}
|
任何地方
|
{
"character_count": 4,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'enucleate' and return the 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, "n": 1, "u": 1, "c": 1, "l": 1, "a": 1, "t": 1}
|
enucleate
|
{
"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.
|
{"\u0412": 1, "\u0410": 1, "\u0417": 1}
|
ВАЗ
|
{
"character_count": 3,
"difficulty": 2,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'boarfish' and return the 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, "a": 1, "r": 1, "f": 1, "i": 1, "s": 1, "h": 1}
|
boarfish
|
{
"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.
|
{"\u0440": 1, "\u0435": 1, "\u043a": 1, "\u0432": 1, "\u0438": 4, "\u0437": 1, "\u0446": 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.
|
{"\u540a": 1, "\u5501": 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.
|
{"\u6e96": 1, "\u5099": 1, "\u306e": 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.
|
{"\u6d41": 1, "\u52a8": 1, "\u56fe": 1, "\u4e66": 1, "\u9986": 1}
|
流动图书馆
|
{
"character_count": 5,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'Cryptocerata' and return the 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, "r": 2, "y": 1, "p": 1, "t": 2, "o": 1, "c": 1, "e": 1, "a": 2}
|
Cryptocerata
|
{
"character_count": 12,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'Redolence' and return the 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": 3, "d": 1, "o": 1, "l": 1, "n": 1, "c": 1}
|
Redolence
|
{
"character_count": 9,
"difficulty": 6,
"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.
|
{"\u043f": 1, "\u043e": 1, "\u043d": 2, "\u0438": 2, "\u0436": 1, "\u0435": 2}
|
понижение
|
{
"character_count": 9,
"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.
|
{"\u043e": 1, "\u0442": 1, "\u0434": 1, "\u044b": 1, "\u0445": 1, "\u0430": 1}
|
отдыха
|
{
"character_count": 6,
"difficulty": 2,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'isophenomenal' and return the 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, "s": 1, "o": 2, "p": 1, "h": 1, "e": 2, "n": 2, "m": 1, "a": 1, "l": 1}
|
isophenomenal
|
{
"character_count": 13,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'impostumation' and return the 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": 2, "m": 2, "p": 1, "o": 2, "s": 1, "t": 2, "u": 1, "a": 1, "n": 1}
|
impostumation
|
{
"character_count": 13,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word '後援者' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u5f8c": 1, "\u63f4": 1, "\u8005": 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.
|
{"\u99c6": 1, "\u866b": 1, "\u5264": 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.
|
{"\u52a0": 1, "\u6cb9": 1, "\u673a": 1}
|
加油机
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'unrip' and return the 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, "i": 1, "p": 1}
|
unrip
|
{
"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.
|
{"\u0927": 1, "\u0930": 1, "\u094d": 1, "\u092e": 1}
|
धर्म
|
{
"character_count": 4,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'autocremation' and return the 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, "u": 1, "t": 2, "o": 2, "c": 1, "r": 1, "e": 1, "m": 1, "i": 1, "n": 1}
|
autocremation
|
{
"character_count": 13,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'causationism' and return the 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": 2, "u": 1, "s": 2, "t": 1, "i": 2, "o": 1, "n": 1, "m": 1}
|
causationism
|
{
"character_count": 12,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'detester' and return the 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": 3, "t": 2, "s": 1, "r": 1}
|
detester
|
{
"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.
|
{"\u3059": 1, "\u3054": 1, "\u304f": 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.
|
{"\u0437": 1, "\u0430": 2, "\u0431": 1, "\u0432": 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 'sheafy' and return the 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, "h": 1, "e": 1, "a": 1, "f": 1, "y": 1}
|
sheafy
|
{
"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.
|
{"\u767d": 1, "\u75f4": 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.
|
{"\u0444": 1, "\u0430": 1, "\u043a": 1, "\u0442": 2, "\u043e": 4, "\u0440": 1, "\u0432": 2, ",": 1, " ": 1, "\u0441": 3, "\u043f": 1, "\u0431": 1, "\u0443": 1, "\u044e": 1, "\u0449": 1, "\u0438": 1, "\u0445": 1}
|
факторов, способствующих
|
{
"character_count": 24,
"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.
|
{"\u987a": 1, "\u7545": 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.
|
{"\u0915": 1, "\u094b": 1, "\u091a": 1}
|
कोच
|
{
"character_count": 3,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'ornithichnite' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"o": 1, "r": 1, "n": 2, "i": 3, "t": 2, "h": 2, "c": 1, "e": 1}
|
ornithichnite
|
{
"character_count": 13,
"difficulty": 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.
|
{"\u0410": 1, "\u043d": 2, "\u0434": 1, "\u0435": 1, "\u0440": 1, "\u0441": 1, "\u043e": 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.
|
{"\u0938": 1, "\u094d": 1, "\u0932": 1, "\u093f": 1, "\u092e": 1}
|
स्लिम
|
{
"character_count": 5,
"difficulty": 2,
"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.
|
{"\u5012": 1, "\u7968": 1}
|
倒票
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'obeism' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"o": 1, "b": 1, "e": 1, "i": 1, "s": 1, "m": 1}
|
obeism
|
{
"character_count": 6,
"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.
|
{"\u0432": 1, "\u043e": 2, "\u0437": 1, "\u0431": 1, "\u0443": 1, "\u0434": 1, "\u0438": 1, "\u043c": 1, "\u0441": 1, "\u0442": 1, "\u044c": 1}
|
возбудимость
|
{
"character_count": 12,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'पकने वाला' and return the 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, "\u0915": 1, "\u0928": 1, "\u0947": 1, " ": 1, "\u0935": 1, "\u093e": 2, "\u0932": 1}
|
पकने वाला
|
{
"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.
|
{"\u5927": 1, "\u9f3b": 1, "\u578b": 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.
|
{"\u0438": 2, "\u0441": 1, "\u043a": 1, "\u043b": 2, "\u044e": 1, "\u0447": 1, "\u0442": 1, "\u0435": 1, "\u044c": 1, "\u043d": 1, "\u043e": 1}
|
исключительно
|
{
"character_count": 13,
"difficulty": 5,
"language": "russian"
}
|
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": 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.
|
{"\u96c6": 1, "\u6563": 1, "\u82b1": 1, "\u5e8f": 1}
|
集散花序
|
{
"character_count": 4,
"difficulty": 8,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word '蜇' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u8707": 1}
|
蜇
|
{
"character_count": 1,
"difficulty": 7,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'rejuvenescent' and return the 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": 4, "j": 1, "u": 1, "v": 1, "n": 2, "s": 1, "c": 1, "t": 1}
|
rejuvenescent
|
{
"character_count": 13,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'buttonholer' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"b": 1, "u": 1, "t": 2, "o": 2, "n": 1, "h": 1, "l": 1, "e": 1, "r": 1}
|
buttonholer
|
{
"character_count": 11,
"difficulty": 5,
"language": "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.
|
{"\u5c0f": 1, "\u4e18": 1}
|
小丘
|
{
"character_count": 2,
"difficulty": 3,
"language": "chinese"
}
|
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": "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.
|
{"\u0926": 1, "\u0941": 1, "\u0937": 1, "\u094d": 1, "\u091f": 1, "\u0924": 1, "\u093e": 2, " ": 2, "\u0915": 1, "\u0947": 1, "\u0938": 1, "\u0925": 1}
|
दुष्टता के साथ
|
{
"character_count": 14,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'interjaculate' and return the 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, "t": 2, "e": 2, "r": 1, "j": 1, "a": 2, "c": 1, "u": 1, "l": 1}
|
interjaculate
|
{
"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.
|
{"\u5bcc": 1, "\u7684": 1}
|
富的
|
{
"character_count": 2,
"difficulty": 3,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'kodaker' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"k": 2, "o": 1, "d": 1, "a": 1, "e": 1, "r": 1}
|
kodaker
|
{
"character_count": 7,
"difficulty": 4,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'malevolent' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"m": 1, "a": 1, "l": 2, "e": 2, "v": 1, "o": 1, "n": 1, "t": 1}
|
malevolent
|
{
"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.
|
{"\u9009": 1, "\u4e60": 1}
|
选习
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'crinose' and return the 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, "r": 1, "i": 1, "n": 1, "o": 1, "s": 1, "e": 1}
|
crinose
|
{
"character_count": 7,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'Helvetian' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"H": 1, "e": 2, "l": 1, "v": 1, "t": 1, "i": 1, "a": 1, "n": 1}
|
Helvetian
|
{
"character_count": 9,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'frivolist' and return the 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": 1, "i": 2, "v": 1, "o": 1, "l": 1, "s": 1, "t": 1}
|
frivolist
|
{
"character_count": 9,
"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.
|
{"\u0438": 1, "\u043d": 2, "\u0442": 1, "\u0435": 2, "\u0440": 1, "\u0441": 1, "\u044b": 1, "\u0439": 1}
|
интересный
|
{
"character_count": 10,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'razorable' and return the 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, "z": 1, "o": 1, "b": 1, "l": 1, "e": 1}
|
razorable
|
{
"character_count": 9,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'автобиограф' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0430": 2, "\u0432": 1, "\u0442": 1, "\u043e": 2, "\u0431": 1, "\u0438": 1, "\u0433": 1, "\u0440": 1, "\u0444": 1}
|
автобиограф
|
{
"character_count": 11,
"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.
|
{"\u81ea": 1, "\u4f20": 1}
|
自传
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'sanguinariness' and return the 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, "a": 2, "n": 3, "g": 1, "u": 1, "i": 2, "r": 1, "e": 1}
|
sanguinariness
|
{
"character_count": 14,
"difficulty": 8,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'Beulah' and return the 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, "u": 1, "l": 1, "a": 1, "h": 1}
|
Beulah
|
{
"character_count": 6,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'ungirth' and return the 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, "g": 1, "i": 1, "r": 1, "t": 1, "h": 1}
|
ungirth
|
{
"character_count": 7,
"difficulty": 3,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'hypopetalous' and return the 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, "y": 1, "p": 2, "o": 2, "e": 1, "t": 1, "a": 1, "l": 1, "u": 1, "s": 1}
|
hypopetalous
|
{
"character_count": 12,
"difficulty": 8,
"language": "english"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.