Dataset Viewer
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 'hotbox' and return the 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": 2, "t": 1, "b": 1, "x": 1}
|
hotbox
|
{
"character_count": 6,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'licentiate' and return the 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, "i": 2, "c": 1, "e": 2, "n": 1, "t": 2, "a": 1}
|
licentiate
|
{
"character_count": 10,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'protogynous' and return the 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": 3, "t": 1, "g": 1, "y": 1, "n": 1, "u": 1, "s": 1}
|
protogynous
|
{
"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.
|
{"\u6b66": 1, "\u5937": 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.
|
{"\u751f": 1, "\u77f3": 1, "\u7070": 1}
|
生石灰
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'irrepealability' and return the 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, "r": 2, "e": 2, "p": 1, "a": 2, "l": 2, "b": 1, "t": 1, "y": 1}
|
irrepealability
|
{
"character_count": 15,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'docimasy' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"d": 1, "o": 1, "c": 1, "i": 1, "m": 1, "a": 1, "s": 1, "y": 1}
|
docimasy
|
{
"character_count": 8,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'Shiah' and return the 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": 2, "i": 1, "a": 1}
|
Shiah
|
{
"character_count": 5,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'hiveless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"h": 1, "i": 1, "v": 1, "e": 2, "l": 1, "s": 2}
|
hiveless
|
{
"character_count": 8,
"difficulty": 1,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'recement' and return the 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, "c": 1, "m": 1, "n": 1, "t": 1}
|
recement
|
{
"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.
|
{"\u611f": 1, "\u5149": 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.
|
{"\u9879": 1, "\u94fe": 1}
|
项链
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'phenacaine' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"p": 1, "h": 1, "e": 2, "n": 2, "a": 2, "c": 1, "i": 1}
|
phenacaine
|
{
"character_count": 10,
"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.
|
{"\u5c3e": 1}
|
尾
|
{
"character_count": 1,
"difficulty": 2,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'mastoidotomy' and return the 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, "a": 1, "s": 1, "t": 2, "o": 3, "i": 1, "d": 1, "y": 1}
|
mastoidotomy
|
{
"character_count": 12,
"difficulty": 9,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'bezoardic' and return the 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, "z": 1, "o": 1, "a": 1, "r": 1, "d": 1, "i": 1, "c": 1}
|
bezoardic
|
{
"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.
|
{"\u0440": 1, "\u0435": 1, "\u043b": 1, "\u0438": 2, "\u0433": 1, "\u044f": 1}
|
религия
|
{
"character_count": 7,
"difficulty": 2,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'tawer' and return the 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, "a": 1, "w": 1, "e": 1, "r": 1}
|
tawer
|
{
"character_count": 5,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'sobersides' and return the 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, "o": 1, "b": 1, "e": 2, "r": 1, "i": 1, "d": 1}
|
sobersides
|
{
"character_count": 10,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'perichondrium' and return the 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": 2, "i": 2, "c": 1, "h": 1, "o": 1, "n": 1, "d": 1, "u": 1, "m": 1}
|
perichondrium
|
{
"character_count": 13,
"difficulty": 7,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'undramatically' and return the 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": 1, "r": 1, "a": 3, "m": 1, "t": 1, "i": 1, "c": 1, "l": 2, "y": 1}
|
undramatically
|
{
"character_count": 14,
"difficulty": 5,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'normless' and return the 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, "o": 1, "r": 1, "m": 1, "l": 1, "e": 1, "s": 2}
|
normless
|
{
"character_count": 8,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'vanisher' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"v": 1, "a": 1, "n": 1, "i": 1, "s": 1, "h": 1, "e": 1, "r": 1}
|
vanisher
|
{
"character_count": 8,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'firewarden' and return the 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, "i": 1, "r": 2, "e": 2, "w": 1, "a": 1, "d": 1, "n": 1}
|
firewarden
|
{
"character_count": 10,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'nonparticipant' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"n": 3, "o": 1, "p": 2, "a": 2, "r": 1, "t": 2, "i": 2, "c": 1}
|
nonparticipant
|
{
"character_count": 14,
"difficulty": 5,
"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": 7,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'Lunger' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"L": 1, "u": 1, "n": 1, "g": 1, "e": 1, "r": 1}
|
Lunger
|
{
"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.
|
{"\u5bb9": 1, "\u6613": 1, "\u7684": 1}
|
容易的
|
{
"character_count": 3,
"difficulty": 2,
"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.
|
{"\u0411": 1, "\u0430": 1, "\u043b": 1, "\u043a": 1, "\u0438": 1, "\u0441": 1}
|
Балкис
|
{
"character_count": 6,
"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.
|
{"\u043f": 1, "\u0435": 2, "\u0440": 1, "\u0434": 1, "\u043e": 1, "\u043a": 1}
|
передок
|
{
"character_count": 7,
"difficulty": 4,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'escalado' and return the 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, "s": 1, "c": 1, "a": 2, "l": 1, "d": 1, "o": 1}
|
escalado
|
{
"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.
|
{"\u043f": 1, "\u043e": 2, "\u0434": 1, "\u0441": 1, "\u0442": 1, "\u043b": 1, "\u0430": 1, "\u043d": 2, "\u044b": 1, "\u0439": 1}
|
подостланный
|
{
"character_count": 12,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'remuneratory' and return the 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": 3, "e": 2, "m": 1, "u": 1, "n": 1, "a": 1, "t": 1, "o": 1, "y": 1}
|
remuneratory
|
{
"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.
|
{"\u826f": 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.
|
{"\u5174": 1, "\u594b": 1}
|
兴奋
|
{
"character_count": 2,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'pauseful' and return the 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, "u": 2, "s": 1, "e": 1, "f": 1, "l": 1}
|
pauseful
|
{
"character_count": 8,
"difficulty": 2,
"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": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'arthropodal' and return the 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, "r": 2, "t": 1, "h": 1, "o": 2, "p": 1, "d": 1, "l": 1}
|
arthropodal
|
{
"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.
|
{"\u30de": 1, "\u30cb": 1, "\u30e9": 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.
|
{"\u092c": 1, "\u0939": 1, "\u0941": 1, "\u0935": 1, "\u0930": 1, "\u094d": 3, "\u0927": 1, "\u092f": 1, "\u0915": 1, "\u0937": 1}
|
बहुवर्ध्यक्ष
|
{
"character_count": 12,
"difficulty": 8,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'unzoned' and return the 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, "z": 1, "o": 1, "e": 1, "d": 1}
|
unzoned
|
{
"character_count": 7,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'outbless' and return the 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, "l": 1, "e": 1, "s": 2}
|
outbless
|
{
"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.
|
{"\u041c": 1, "\u0430": 2, "\u043d": 1, "\u0438": 1, "\u043b": 1}
|
Манила
|
{
"character_count": 6,
"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.
|
{"\u0915": 1, "\u094d": 1, "\u092f": 1, "\u0942": 1, "\u0930": 2, "\u0947": 1, "\u091f": 1}
|
क्यूरेटर
|
{
"character_count": 8,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'AUS' and return the 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, "U": 1, "S": 1}
|
AUS
|
{
"character_count": 3,
"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.
|
{"\u964d": 1, "\u5727": 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.
|
{"\u5fb9": 1, "\u5e95": 1, "\u7684": 1, "\u306b": 1}
|
徹底的に
|
{
"character_count": 4,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'boskiness' and return the 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, "s": 3, "k": 1, "i": 1, "n": 1, "e": 1}
|
boskiness
|
{
"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.
|
{"\u043b": 1, "\u0435": 1, "\u043a": 1, "\u0430": 1, "\u0440": 1, "\u0441": 1, "\u0442": 1, "\u0432": 1, "\u043e": 1}
|
лекарство
|
{
"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.
|
{"\u4f11": 1, "\u8015": 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.
|
{"\u0938": 2, "\u0926": 1, "\u094d": 1, "\u092f": 1, "\u093e": 1}
|
सदस्या
|
{
"character_count": 6,
"difficulty": 4,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'delicateness' and return the 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, "l": 1, "i": 1, "c": 1, "a": 1, "t": 1, "n": 1, "s": 2}
|
delicateness
|
{
"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.
|
{"\u98df": 1, "\u7269": 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.
|
{"\u043e": 1, "\u0442": 2, "\u043f": 1, "\u0440": 1, "\u0430": 1, "\u0432": 1, "\u0438": 1, "\u0435": 1, "\u043b": 1, "\u044c": 1}
|
отправитель
|
{
"character_count": 11,
"difficulty": 5,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'adermin' and return the 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, "d": 1, "e": 1, "r": 1, "m": 1, "i": 1, "n": 1}
|
adermin
|
{
"character_count": 7,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'actinomere' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"a": 1, "c": 1, "t": 1, "i": 1, "n": 1, "o": 1, "m": 1, "e": 2, "r": 1}
|
actinomere
|
{
"character_count": 10,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'Wisigothic' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"W": 1, "i": 3, "s": 1, "g": 1, "o": 1, "t": 1, "h": 1, "c": 1}
|
Wisigothic
|
{
"character_count": 10,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word '哦天呐' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u54e6": 1, "\u5929": 1, "\u5450": 1}
|
哦天呐
|
{
"character_count": 3,
"difficulty": 5,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'coleopterist' and return the 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, "l": 1, "e": 2, "p": 1, "t": 2, "r": 1, "i": 1, "s": 1}
|
coleopterist
|
{
"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.
|
{"\u043c": 1, "\u0435": 1, "\u043b": 1, "\u0430": 1, "\u043d": 1, "\u043e": 3, "\u0444": 1, "\u0440": 1, "\u0432": 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.
|
{"\u043a": 1, "\u0438": 1, "\u0436": 1, "\u0443": 1, "\u0447": 1}
|
кижуч
|
{
"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.
|
{"\u30bb": 1, "\u30ec": 1, "\u30af": 1, "\u30bf": 1, "\u30fc": 1}
|
セレクター
|
{
"character_count": 5,
"difficulty": 3,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'washland' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"w": 1, "a": 2, "s": 1, "h": 1, "l": 1, "n": 1, "d": 1}
|
washland
|
{
"character_count": 8,
"difficulty": 2,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'speakhouse' and return the 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, "e": 2, "a": 1, "k": 1, "h": 1, "o": 1, "u": 1}
|
speakhouse
|
{
"character_count": 10,
"difficulty": 3,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'パーサー' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u30d1": 1, "\u30fc": 2, "\u30b5": 1}
|
パーサー
|
{
"character_count": 4,
"difficulty": 2,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'prosodiacal' and return the 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": 2, "s": 1, "d": 1, "i": 1, "a": 2, "c": 1, "l": 1}
|
prosodiacal
|
{
"character_count": 11,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word 'proctodaeum' and return the 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": 2, "c": 1, "t": 1, "d": 1, "a": 1, "e": 1, "u": 1, "m": 1}
|
proctodaeum
|
{
"character_count": 11,
"difficulty": 8,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'जैन' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u091c": 1, "\u0948": 1, "\u0928": 1}
|
जैन
|
{
"character_count": 3,
"difficulty": 2,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'inscrutableness' and return the 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": 2, "s": 3, "c": 1, "r": 1, "u": 1, "t": 1, "a": 1, "b": 1, "l": 1, "e": 2}
|
inscrutableness
|
{
"character_count": 15,
"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, "\u30fc": 2, "\u30bf": 1}
|
セーター
|
{
"character_count": 4,
"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.
|
{"\u092c": 1, "\u093e": 1, "\u0915": 1, "\u0942": 1}
|
बाकू
|
{
"character_count": 4,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'verandaed' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"v": 1, "e": 2, "r": 1, "a": 2, "n": 1, "d": 2}
|
verandaed
|
{
"character_count": 9,
"difficulty": 1,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'gigantesque' and return the 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, "i": 1, "a": 1, "n": 1, "t": 1, "e": 2, "s": 1, "q": 1, "u": 1}
|
gigantesque
|
{
"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.
|
{"\u30d2": 1, "\u30e7": 1, "\u30a6": 1}
|
ヒョウ
|
{
"character_count": 3,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'hypodermous' and return the 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": 1, "o": 2, "d": 1, "e": 1, "r": 1, "m": 1, "u": 1, "s": 1}
|
hypodermous
|
{
"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.
|
{"\u7f9f": 1, "\u57fa": 1}
|
羟基
|
{
"character_count": 2,
"difficulty": 6,
"language": "chinese"
}
|
Count the number of occurrences of each character in the word 'diascope' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"d": 1, "i": 1, "a": 1, "s": 1, "c": 1, "o": 1, "p": 1, "e": 1}
|
diascope
|
{
"character_count": 8,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'sonorant' and return the 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, "o": 2, "n": 2, "r": 1, "a": 1, "t": 1}
|
sonorant
|
{
"character_count": 8,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'twopence' and return the 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, "w": 1, "o": 1, "p": 1, "e": 2, "n": 1, "c": 1}
|
twopence
|
{
"character_count": 8,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'unsedulous' and return the 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": 3, "n": 1, "s": 2, "e": 1, "d": 1, "l": 1, "o": 1}
|
unsedulous
|
{
"character_count": 10,
"difficulty": 8,
"language": "english"
}
|
Count the number of occurrences of each character in the word '邪悪' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u90aa": 1, "\u60aa": 1}
|
邪悪
|
{
"character_count": 2,
"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.
|
{"\u043c": 1, "\u043d": 1, "\u043e": 2, "\u0436": 1, "\u0435": 1, "\u0441": 1, "\u0442": 1, "\u0432": 1}
|
множество
|
{
"character_count": 9,
"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.
|
{"\u0936": 1, "\u093e": 1, "\u092b": 1, "\u093c": 1, "\u094d": 1, "\u091f": 1}
|
शाफ़्ट
|
{
"character_count": 6,
"difficulty": 5,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'virosis' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"v": 1, "i": 2, "r": 1, "o": 1, "s": 2}
|
virosis
|
{
"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.
|
{"\u0424": 1, "\u044d": 1, "\u0439": 1}
|
Фэй
|
{
"character_count": 3,
"difficulty": 3,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'waiterage' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"w": 1, "a": 2, "i": 1, "t": 1, "e": 2, "r": 1, "g": 1}
|
waiterage
|
{
"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.
|
{"\u5410": 1, "\u304d": 1, "\u6c17": 1}
|
吐き気
|
{
"character_count": 3,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'Maun' and return the 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, "u": 1, "n": 1}
|
Maun
|
{
"character_count": 4,
"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.
|
{"\u0939": 1, "\u0902": 1, "\u0917": 1, "\u0941": 1, "\u0932": 1}
|
हंगुल
|
{
"character_count": 5,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'зияние' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"\u0437": 1, "\u0438": 2, "\u044f": 1, "\u043d": 1, "\u0435": 1}
|
зияние
|
{
"character_count": 6,
"difficulty": 3,
"language": "russian"
}
|
Count the number of occurrences of each character in the word 'khediva' and return the 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": 1, "h": 1, "e": 1, "d": 1, "i": 1, "v": 1, "a": 1}
|
khediva
|
{
"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.
|
{"\u092a": 1, "\u093f": 1, "\u0938": 1, "\u094d": 1, "\u0924": 1, "\u094c": 1, "\u0932": 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.
|
{"\u96e3": 1, "\u554f": 1}
|
難問
|
{
"character_count": 2,
"difficulty": 8,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'cowslip' and return the 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, "w": 1, "s": 1, "l": 1, "i": 1, "p": 1}
|
cowslip
|
{
"character_count": 7,
"difficulty": 3,
"language": "hindi"
}
|
Count the number of occurrences of each character in the word 'Lingulidae' and return the 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, "i": 2, "n": 1, "g": 1, "u": 1, "l": 1, "d": 1, "a": 1, "e": 1}
|
Lingulidae
|
{
"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.
|
{"\u65b0": 1, "\u3057": 1, "\u3044": 1}
|
新しい
|
{
"character_count": 3,
"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.
|
{"\u8d85": 1, "\u4fdd": 1, "\u5b88": 1, "\u7684": 1, "\u306a": 1}
|
超保守的な
|
{
"character_count": 5,
"difficulty": 5,
"language": "japanese"
}
|
Count the number of occurrences of each character in the word 'comprehensibleness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
|
{"c": 1, "o": 1, "m": 1, "p": 1, "r": 1, "e": 4, "h": 1, "n": 2, "s": 3, "i": 1, "b": 1, "l": 1}
|
comprehensibleness
|
{
"character_count": 18,
"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, "\u0435": 2, "\u0437": 1, "\u0434": 1}
|
везде
|
{
"character_count": 5,
"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.
|
{"\u043f": 1, "\u044e": 1, "\u0440": 1, "\u0435": 1}
|
пюре
|
{
"character_count": 4,
"difficulty": 3,
"language": "russian"
}
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4