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.
{"\u89aa": 1, "\u5207": 1, "\u306b": 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.
{"\u60aa": 1, "\u3044": 1}
悪い
{ "character_count": 2, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'tiremaker' and return the 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, "i": 1, "r": 2, "e": 2, "m": 1, "a": 1, "k": 1}
tiremaker
{ "character_count": 9, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'sleepered' and return the 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, "l": 1, "e": 4, "p": 1, "r": 1, "d": 1}
sleepered
{ "character_count": 9, "difficulty": 3, "language": "english" }
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": "hindi" }
Count the number of occurrences of each character in the word 'overemotional' and return the 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, "v": 1, "e": 2, "r": 1, "m": 1, "t": 1, "i": 1, "n": 1, "a": 1, "l": 1}
overemotional
{ "character_count": 13, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'columellar' and return the 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, "l": 3, "u": 1, "m": 1, "e": 1, "a": 1, "r": 1}
columellar
{ "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.
{"\u041e": 1, "\u043b": 1, "\u0438": 2, "\u043c": 1, "\u043f": 1, "\u044f": 1}
Олимпия
{ "character_count": 7, "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.
{"\u0917": 1, "\u0941": 1, "\u092e": 1, "\u0930": 2, "\u093e": 2, "\u0939": 1, " ": 1, "\u0915": 1, "\u0928": 1}
गुमराह करना
{ "character_count": 11, "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.
{"\u30d5": 1, "\u30bf": 1, "\u30aa": 1, "\u30cf": 1, "\u30c1": 1, "\u30c9": 1, "\u30ea": 1}
フタオハチドリ
{ "character_count": 7, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'bacciferous' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"b": 1, "a": 1, "c": 2, "i": 1, "f": 1, "e": 1, "r": 1, "o": 1, "u": 1, "s": 1}
bacciferous
{ "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.
{"\u6210": 1, "\u866b": 1}
成虫
{ "character_count": 2, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'blanca' and return the 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, "l": 1, "a": 2, "n": 1, "c": 1}
blanca
{ "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.
{"\u90aa": 1, "\u6076": 1}
邪恶
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'reactivation' and return the 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": 1, "a": 2, "c": 1, "t": 2, "i": 2, "v": 1, "o": 1, "n": 1}
reactivation
{ "character_count": 12, "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, "\u043c": 1, "\u0449": 1, "\u043d": 1, "\u0438": 1, "\u043a": 1}
помощник
{ "character_count": 8, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'nashgob' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"n": 1, "a": 1, "s": 1, "h": 1, "g": 1, "o": 1, "b": 1}
nashgob
{ "character_count": 7, "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.
{"\u82d4": 1, "\u85d3": 1, "\u690d": 1, "\u7269": 1}
苔藓植物
{ "character_count": 4, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'папа' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043f": 2, "\u0430": 2}
папа
{ "character_count": 4, "difficulty": 1, "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, "\u093f": 1, "\u092e": 1, "\u094b": 1, "\u0928": 1}
शिमोन
{ "character_count": 5, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'shoddiness' and return the 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, "h": 1, "o": 1, "d": 2, "i": 1, "n": 1, "e": 1}
shoddiness
{ "character_count": 10, "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.
{"\u9f3b": 1, "\u6301": 1, "\u3061": 1, "\u306a": 2, "\u3089": 1, "\u3044": 1, "\u307b": 1, "\u3069": 1}
鼻持ちならないほど
{ "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.
{"\u043f": 2, "\u0430": 1, "\u0438": 1, "\u0437": 1, "\u043c": 1}
папизм
{ "character_count": 6, "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.
{"\u5bdb": 1, "\u5927": 1, "\u3055": 1}
寛大さ
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
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": "japanese" }
Count the number of occurrences of each character in the word 'postmental' and return the 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, "s": 1, "t": 2, "m": 1, "e": 1, "n": 1, "a": 1, "l": 1}
postmental
{ "character_count": 10, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'scalping' and return the 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, "c": 1, "a": 1, "l": 1, "p": 1, "i": 1, "n": 1, "g": 1}
scalping
{ "character_count": 8, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word '校际' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u6821": 1, "\u9645": 1}
校际
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'weariless' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"w": 1, "e": 2, "a": 1, "r": 1, "i": 1, "l": 1, "s": 2}
weariless
{ "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.
{"\u30d1": 2}
パパ
{ "character_count": 2, "difficulty": 1, "language": "japanese" }
Count the number of occurrences of each character in the word 'immethodicalness' and return the 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, "e": 2, "t": 1, "h": 1, "o": 1, "d": 1, "c": 1, "a": 1, "l": 1, "n": 1, "s": 2}
immethodicalness
{ "character_count": 16, "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.
{"\u8282": 1, "\u80a2": 1, "\u52a8": 1, "\u7269": 1}
节肢动物
{ "character_count": 4, "difficulty": 6, "language": "chinese" }
Count the number of occurrences of each character in the word 'reking' and return the 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": 1, "k": 1, "i": 1, "n": 1, "g": 1}
reking
{ "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.
{"\u092a": 1, "\u0930": 2, "\u093f": 1, "\u0935": 1, "\u093e": 1}
परिवार
{ "character_count": 6, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'Pleasance' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"P": 1, "l": 1, "e": 2, "a": 2, "s": 1, "n": 1, "c": 1}
Pleasance
{ "character_count": 9, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'seathe' and return the 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, "e": 2, "a": 1, "t": 1, "h": 1}
seathe
{ "character_count": 6, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'sacrilege' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"s": 1, "a": 1, "c": 1, "r": 1, "i": 1, "l": 1, "e": 2, "g": 1}
sacrilege
{ "character_count": 9, "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.
{"\u6d4b": 1, "\u538b": 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.
{"\u30d5": 1, "\u30a7": 1, "\u30ca": 1, "\u30ab": 1, "\u30a4": 1, "\u30f3": 1}
フェナカイン
{ "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.
{"\u6df7": 1, "\u5408": 1, "\u4e3b": 1, "\u4e49": 1}
混合主义
{ "character_count": 4, "difficulty": 7, "language": "chinese" }
Count the number of occurrences of each character in the word 'soviet' and return the 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": 1, "v": 1, "i": 1, "e": 1, "t": 1}
soviet
{ "character_count": 6, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'apocarpous' and return the 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, "p": 2, "o": 2, "c": 1, "r": 1, "u": 1, "s": 1}
apocarpous
{ "character_count": 10, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'проклинать' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043f": 1, "\u0440": 1, "\u043e": 1, "\u043a": 1, "\u043b": 1, "\u0438": 1, "\u043d": 1, "\u0430": 1, "\u0442": 1, "\u044c": 1}
проклинать
{ "character_count": 10, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'unsuccessive' and return the 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": 3, "c": 2, "e": 2, "i": 1, "v": 1}
unsuccessive
{ "character_count": 12, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'necrophile' and return the 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": 2, "c": 1, "r": 1, "o": 1, "p": 1, "h": 1, "i": 1, "l": 1}
necrophile
{ "character_count": 10, "difficulty": 8, "language": "japanese" }
Count the number of occurrences of each character in the word 'noncorrelation' and return the 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": 3, "c": 1, "r": 2, "e": 1, "l": 1, "a": 1, "t": 1, "i": 1}
noncorrelation
{ "character_count": 14, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word '食道' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u98df": 1, "\u9053": 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.
{"\u5355": 1, "\u4ef6": 1}
单件
{ "character_count": 2, "difficulty": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'blurbist' and return the 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": 2, "l": 1, "u": 1, "r": 1, "i": 1, "s": 1, "t": 1}
blurbist
{ "character_count": 8, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'tellee' and return the 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": 3, "l": 2}
tellee
{ "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.
{"\u62b5": 1, "\u6297": 1, "\u306e": 1}
抵抗の
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'mafflin' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"m": 1, "a": 1, "f": 2, "l": 1, "i": 1, "n": 1}
mafflin
{ "character_count": 7, "difficulty": 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.
{"\u0928": 1, "\u093f": 2, "\u092f": 1, "\u094b": 1, "\u092a": 1, "\u094d": 2, "\u0932": 1, "\u093e": 1, "\u0938": 1, "\u091f": 1, "\u0915": 1}
नियोप्लास्टिक
{ "character_count": 13, "difficulty": 8, "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.
{"\u0935": 1, "\u094d": 2, "\u092f": 1, "\u0930": 1, "\u0925": 1}
व्यर्थ
{ "character_count": 6, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'lawing' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"l": 1, "a": 1, "w": 1, "i": 1, "n": 1, "g": 1}
lawing
{ "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.
{"\u30dd": 1, "\u30fc": 2, "\u30e9": 2, "\u30ed": 1, "\u30b0": 1, "\u30d5": 1, "\u30a3": 1}
ポーラログラフィー
{ "character_count": 9, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'Docetic' and return the 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": 2, "e": 1, "t": 1, "i": 1}
Docetic
{ "character_count": 7, "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.
{"\u6804": 1, "\u990a": 1, "\u58eb": 1}
栄養士
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
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": 8, "language": "chinese" }
Count the number of occurrences of each character in the word 'interknot' and return the 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, "t": 2, "e": 1, "r": 1, "k": 1, "o": 1}
interknot
{ "character_count": 9, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'overemotional' and return the 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, "v": 1, "e": 2, "r": 1, "m": 1, "t": 1, "i": 1, "n": 1, "a": 1, "l": 1}
overemotional
{ "character_count": 13, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'unseriousness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 2, "n": 2, "s": 4, "e": 2, "r": 1, "i": 1, "o": 1}
unseriousness
{ "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.
{"\u809d": 1, "\u81d3": 1, "\u5c02": 1, "\u9580": 1, "\u533b": 1}
肝臓専門医
{ "character_count": 5, "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.
{"\u0905": 1, "\u0902": 1, "\u0927": 1, "\u0947": 1, "\u0930": 1, "\u093e": 1}
अंधेरा
{ "character_count": 6, "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.
{"\u4fe1": 1, "\u4ef0": 1, "\u4e3b": 1, "\u4e49": 1}
信仰主义
{ "character_count": 4, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'untroubledness' and return the 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, "t": 1, "r": 1, "o": 1, "b": 1, "l": 1, "e": 2, "d": 1, "s": 2}
untroubledness
{ "character_count": 14, "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.
{"\u7acb": 1, "\u91d1": 1, "\u82b1": 1}
立金花
{ "character_count": 3, "difficulty": 8, "language": "japanese" }
Count the number of occurrences of each character in the word 'polarography' and return the 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, "o": 2, "l": 1, "a": 2, "r": 2, "g": 1, "h": 1, "y": 1}
polarography
{ "character_count": 12, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'tearoom' and return the 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": 1, "a": 1, "r": 1, "o": 2, "m": 1}
tearoom
{ "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.
{"\u9078": 1, "\u629e": 1, "\u6027": 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.
{"\u092e": 1, "\u0923": 1, "\u094d": 1, "\u0921": 1, "\u0932": 1, "\u0940": 1}
मण्डली
{ "character_count": 6, "difficulty": 4, "language": "hindi" }
Count the number of occurrences of each character in the word 'stoutness' and return the 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, "t": 2, "o": 1, "u": 1, "n": 1, "e": 1}
stoutness
{ "character_count": 9, "difficulty": 3, "language": "japanese" }
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": "chinese" }
Count the number of occurrences of each character in the word 'strickler' and return the 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": 2, "i": 1, "c": 1, "k": 1, "l": 1, "e": 1}
strickler
{ "character_count": 9, "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.
{"\u6ed1": 1, "\u68af": 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.
{"\u5b87": 1, "\u5b99": 1, "\u8d77": 1, "\u6e90": 1}
宇宙起源
{ "character_count": 4, "difficulty": 8, "language": "chinese" }
Count the number of occurrences of each character in the word 'visitress' and return the 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, "s": 3, "t": 1, "r": 1, "e": 1}
visitress
{ "character_count": 9, "difficulty": 5, "language": "hindi" }
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": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'passoverish' and return the 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, "s": 3, "o": 1, "v": 1, "e": 1, "r": 1, "i": 1, "h": 1}
passoverish
{ "character_count": 11, "difficulty": 3, "language": "english" }
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": "japanese" }
Count the number of occurrences of each character in the word 'वीरानी की हालत' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0935": 1, "\u0940": 3, "\u0930": 1, "\u093e": 2, "\u0928": 1, " ": 2, "\u0915": 1, "\u0939": 1, "\u0932": 1, "\u0924": 1}
वीरानी की हालत
{ "character_count": 14, "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.
{"\u0431": 1, "\u0435": 1, "\u0434": 1, "\u043d": 1, "\u044b": 1, "\u0439": 1}
бедный
{ "character_count": 6, "difficulty": 3, "language": "russian" }
Count the number of occurrences of each character in the word 'disprison' and return the 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, "s": 2, "p": 1, "r": 1, "o": 1, "n": 1}
disprison
{ "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.
{"\u092a": 1, "\u093f": 1, "\u0924": 1, "\u093e": 1}
पिता
{ "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.
{"\u043f": 1, "\u043e": 3, "\u0434": 1, "\u0433": 1, "\u0442": 2, "\u0432": 1, "\u0438": 1, "\u0435": 1, "\u043b": 1, "\u044c": 1, "\u043d": 1, "\u0430": 1, "\u044f": 1}
подготовительная
{ "character_count": 16, "difficulty": 7, "language": "russian" }
Count the number of occurrences of each character in the word 'nonconformistically' and return the 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": 3, "c": 2, "f": 1, "r": 1, "m": 1, "i": 2, "s": 1, "t": 1, "a": 1, "l": 2, "y": 1}
nonconformistically
{ "character_count": 19, "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.
{"\u0935": 1, "\u0940": 1, "\u0930": 1, "\u0924": 1, "\u093e": 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.
{"\u8edf": 1, "\u9aa8": 1, "\u819c": 1}
軟骨膜
{ "character_count": 3, "difficulty": 8, "language": "japanese" }
Count the number of occurrences of each character in the word 'seeable' and return the 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, "e": 3, "a": 1, "b": 1, "l": 1}
seeable
{ "character_count": 7, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'stercorarious' and return the 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, "t": 1, "e": 1, "r": 3, "c": 1, "o": 2, "a": 1, "i": 1, "u": 1}
stercorarious
{ "character_count": 13, "difficulty": 9, "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.
{"\u0926": 1, "\u0943": 1, "\u0922": 1, "\u093c": 1}
दृढ़
{ "character_count": 4, "difficulty": 6, "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.
{"\u901a": 1, "\u77e5": 1, "\u3092": 1, "\u53d7": 1, "\u3051": 1}
通知を受け
{ "character_count": 5, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'sulphammonium' and return the 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, "u": 2, "l": 1, "p": 1, "h": 1, "a": 1, "m": 3, "o": 1, "n": 1, "i": 1}
sulphammonium
{ "character_count": 13, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'wernerite' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"w": 1, "e": 3, "r": 2, "n": 1, "i": 1, "t": 1}
wernerite
{ "character_count": 9, "difficulty": 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, "\u0430": 3, "\u0437": 1, "\u0433": 1, "\u043b": 1, "\u0436": 1, "\u0438": 1, "\u0432": 1, "\u044e": 1, "\u0442": 1}
разглаживают
{ "character_count": 12, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'designed' and return the 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, "e": 2, "s": 1, "i": 1, "g": 1, "n": 1}
designed
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'unfadingness' and return the 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": 3, "f": 1, "a": 1, "d": 1, "i": 1, "g": 1, "e": 1, "s": 2}
unfadingness
{ "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.
{"\u9009": 1, "\u62e9": 1}
选择
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'venturesomely' and return the 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": 3, "n": 1, "t": 1, "u": 1, "r": 1, "s": 1, "o": 1, "m": 1, "l": 1, "y": 1}
venturesomely
{ "character_count": 13, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'visitress' and return the 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, "s": 3, "t": 1, "r": 1, "e": 1}
visitress
{ "character_count": 9, "difficulty": 5, "language": "russian" }