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 'reactionarist' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"r": 2, "e": 1, "a": 2, "c": 1, "t": 2, "i": 2, "o": 1, "n": 1, "s": 1}
reactionarist
{ "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.
{"\u043a": 1, "\u0430": 2, "\u043c": 1, "\u0435": 1, "\u043d": 3, "\u043e": 2, "\u0443": 1, "\u0433": 1, "\u043b": 1, "\u044c": 1, "\u044f": 1}
каменноугольная
{ "character_count": 15, "difficulty": 7, "language": "russian" }
Count the number of occurrences of each character in the word 'aciculated' and return the 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, "c": 2, "i": 1, "u": 1, "l": 1, "t": 1, "e": 1, "d": 1}
aciculated
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'thanatophidian' and return the 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, "h": 2, "a": 3, "n": 2, "o": 1, "p": 1, "i": 2, "d": 1}
thanatophidian
{ "character_count": 14, "difficulty": 10, "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.
{"\u0437": 1, "\u0430": 2, "\u0432": 1, "\u0435": 1, "\u0449": 1, "\u043d": 1, "\u0438": 1, "\u044f": 1}
завещания
{ "character_count": 9, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'telepost' and return the 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, "e": 2, "l": 1, "p": 1, "o": 1, "s": 1}
telepost
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'narcosis' and return the 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, "r": 1, "c": 1, "o": 1, "s": 2, "i": 1}
narcosis
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'tiltyard' and return the 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, "i": 1, "l": 1, "y": 1, "a": 1, "r": 1, "d": 1}
tiltyard
{ "character_count": 8, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'deplored' and return the 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, "p": 1, "l": 1, "o": 1, "r": 1}
deplored
{ "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.
{"\u9650": 1, "\u5236": 1}
限制
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'partitionment' and return the 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, "t": 3, "i": 2, "o": 1, "n": 2, "m": 1, "e": 1}
partitionment
{ "character_count": 13, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'ARGAL' and return the 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": 1, "G": 1, "L": 1}
ARGAL
{ "character_count": 5, "difficulty": 3, "language": "chinese" }
Count the number of occurrences of each character in the word 'unwomanize' and return the 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, "w": 1, "o": 1, "m": 1, "a": 1, "i": 1, "z": 1, "e": 1}
unwomanize
{ "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.
{"\u0935": 1, "\u093e": 1, "\u091f": 1}
वाट
{ "character_count": 3, "difficulty": 2, "language": "hindi" }
Count the number of occurrences of each character in the word 'lacune' and return the 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, "c": 1, "u": 1, "n": 1, "e": 1}
lacune
{ "character_count": 6, "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.
{"\u043f": 1, "\u043e": 1, "\u0447": 1, "\u0438": 2, "\u0442": 1, "\u0430": 1, "\u043d": 1, "\u0435": 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.
{"\u523a": 1, "\u3055": 1, "\u308c": 1, "\u305f": 1}
刺された
{ "character_count": 4, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'chandu' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 1, "h": 1, "a": 1, "n": 1, "d": 1, "u": 1}
chandu
{ "character_count": 6, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'dilapidator' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"d": 2, "i": 2, "l": 1, "a": 2, "p": 1, "t": 1, "o": 1, "r": 1}
dilapidator
{ "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.
{"\u0433": 2, "\u0435": 1, "\u043f": 1, "\u0430": 1, "\u0442": 1, "\u043e": 2, "\u043b": 1}
гепатолог
{ "character_count": 9, "difficulty": 4, "language": "russian" }
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": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'conduciveness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 2, "o": 1, "n": 2, "d": 1, "u": 1, "i": 1, "v": 1, "e": 2, "s": 2}
conduciveness
{ "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.
{"\u0431": 1, "\u043e": 2, "\u043b": 1, "\u0442": 1, "\u0432": 1, "\u043d": 1, "\u044f": 1}
болтовня
{ "character_count": 8, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word 'burgage' and return the 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, "r": 1, "g": 2, "a": 1, "e": 1}
burgage
{ "character_count": 7, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'tarantism' and return the 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, "a": 2, "r": 1, "n": 1, "i": 1, "s": 1, "m": 1}
tarantism
{ "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.
{"\u043f": 1, "\u0430": 1, "\u043d": 1, "\u0438": 1, "\u0447": 1, "\u0435": 3, "\u0441": 2, "\u043a": 1, "\u043e": 2, " ": 1, "\u0431": 1, "\u0433": 1, "\u0442": 1, "\u0432": 1}
паническое бегство
{ "character_count": 18, "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": 2, "\u0430": 1, "\u0437": 1, "\u0443": 1, "\u0448": 1, "\u0435": 1, "\u043d": 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.
{"\u0928": 1, "\u0908": 1}
नई
{ "character_count": 2, "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.
{"\u0444": 1, "\u0438": 3, "\u0437": 1, "\u0447": 1, "\u0435": 1, "\u0441": 1, "\u043a": 1, "\u0439": 1}
физический
{ "character_count": 10, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'Cercolabes' and return the 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, "e": 2, "r": 1, "c": 1, "o": 1, "l": 1, "a": 1, "b": 1, "s": 1}
Cercolabes
{ "character_count": 10, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'uncommunicativeness' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 2, "n": 3, "c": 2, "o": 1, "m": 2, "i": 2, "a": 1, "t": 1, "v": 1, "e": 2, "s": 2}
uncommunicativeness
{ "character_count": 19, "difficulty": 8, "language": "chinese" }
Count the number of occurrences of each character in the word 'ungain' and return the 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, "g": 1, "a": 1, "i": 1}
ungain
{ "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.
{"\u043f": 1, "\u0440": 1, "\u0438": 1, "\u043c": 1, "\u0443": 1, "\u043b": 1, "\u0430": 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.
{"\u092e": 1, "\u093f": 1, "\u0937": 1, "\u094d": 2, "\u0920": 1, "\u093e": 1, "\u0928": 2}
मिष्ठान्न
{ "character_count": 9, "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.
{"\u0917": 1, "\u0948": 1, "\u0930": 1, "-": 1, "\u092e": 1, "\u0942": 1, "\u0932": 1, "\u094d": 1, "\u092f": 1, "\u093e": 1, "\u0902": 1, "\u0915": 1, "\u093f": 1, "\u0924": 1}
गैर-मूल्यांकित
{ "character_count": 14, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'flaringly' and return the 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, "l": 2, "a": 1, "r": 1, "i": 1, "n": 1, "g": 1, "y": 1}
flaringly
{ "character_count": 9, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'cleistogamously' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 1, "l": 2, "e": 1, "i": 1, "s": 2, "t": 1, "o": 2, "g": 1, "a": 1, "m": 1, "u": 1, "y": 1}
cleistogamously
{ "character_count": 15, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'Archimedean' and return the 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": 1, "c": 1, "h": 1, "i": 1, "m": 1, "e": 2, "d": 1, "a": 1, "n": 1}
Archimedean
{ "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.
{"\u043a": 2, "\u0440": 1, "\u0435": 1, "\u0441": 1, "\u0442": 1, "\u043d": 1, "\u0438": 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.
{"\u0906": 1, "\u0927": 1, "\u094d": 2, "\u092f": 1, "\u093e": 1, "\u0924": 1, "\u092e": 1, "\u093f": 1, "\u0915": 1}
आध्यात्मिक
{ "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.
{"\u0922": 1, "\u0940": 1, "\u0932": 1}
ढील
{ "character_count": 3, "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.
{"\u0441": 1, "\u0443": 1, "\u0445": 1, "\u043e": 1, "\u044f": 1, "\u0434": 1, "\u0435": 2, "\u043d": 1, "\u0438": 1}
сухоядение
{ "character_count": 10, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'smuggery' and return the 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, "m": 1, "u": 1, "g": 2, "e": 1, "r": 1, "y": 1}
smuggery
{ "character_count": 8, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'metempiric' and return the 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, "e": 2, "t": 1, "p": 1, "i": 2, "r": 1, "c": 1}
metempiric
{ "character_count": 10, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'overgrieve' and return the 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, "v": 2, "e": 3, "r": 2, "g": 1, "i": 1}
overgrieve
{ "character_count": 10, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'venger' and return the 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, "n": 1, "g": 1, "r": 1}
venger
{ "character_count": 6, "difficulty": 5, "language": "hindi" }
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": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'becall' and return the 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, "c": 1, "a": 1, "l": 2}
becall
{ "character_count": 6, "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.
{"\u0938": 1, "\u0930": 1, "\u0923": 1, "\u0940": 1}
सरणी
{ "character_count": 4, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'Cadwal' and return the 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, "d": 1, "w": 1, "l": 1}
Cadwal
{ "character_count": 6, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'conditionate' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 1, "o": 2, "n": 2, "d": 1, "i": 2, "t": 2, "a": 1, "e": 1}
conditionate
{ "character_count": 12, "difficulty": 5, "language": "hindi" }
Count the number of occurrences of each character in the word 'stemson' and return the 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, "m": 1, "o": 1, "n": 1}
stemson
{ "character_count": 7, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'overloyal' and return the 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": 2, "v": 1, "e": 1, "r": 1, "l": 2, "y": 1, "a": 1}
overloyal
{ "character_count": 9, "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.
{"\u0446": 1, "\u0432": 1, "\u0438": 2, "\u0442": 2, "\u0435": 2, "\u0440": 1, "\u043e": 2, "\u043d": 2}
цвиттерионное
{ "character_count": 13, "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.
{"\u0432": 1, "\u043f": 1, "\u0435": 3, "\u0447": 1, "\u0430": 1, "\u0442": 1, "\u043b": 1, "\u043d": 1, "\u0438": 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.
{"\u7cd6": 1, "\u679c": 1}
糖果
{ "character_count": 2, "difficulty": 3, "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": 6, "language": "russian" }
Count the number of occurrences of each character in the word 'furculum' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"f": 1, "u": 3, "r": 1, "c": 1, "l": 1, "m": 1}
furculum
{ "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.
{"\u0440": 1, "\u0430": 2, "\u0441": 1, "\u0445": 1, "\u043e": 2, "\u0434": 1, "\u0432": 1, "\u0442": 1, "\u044c": 1}
расходовать
{ "character_count": 11, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'hadrome' and return the 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, "a": 1, "d": 1, "r": 1, "o": 1, "m": 1, "e": 1}
hadrome
{ "character_count": 7, "difficulty": 3, "language": "japanese" }
Count the number of occurrences of each character in the word 'sestole' and return the 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, "e": 2, "t": 1, "o": 1, "l": 1}
sestole
{ "character_count": 7, "difficulty": 4, "language": "english" }
Count the number of occurrences of each character in the word 'fistuliform' and return the 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": 2, "i": 2, "s": 1, "t": 1, "u": 1, "l": 1, "o": 1, "r": 1, "m": 1}
fistuliform
{ "character_count": 11, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'hematinuria' and return the 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": 1, "m": 1, "a": 2, "t": 1, "i": 2, "n": 1, "u": 1, "r": 1}
hematinuria
{ "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.
{"\u5357": 1, "\u6781": 1, "\u5ea7": 1}
南极座
{ "character_count": 3, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'gabionade' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"g": 1, "a": 2, "b": 1, "i": 1, "o": 1, "n": 1, "d": 1, "e": 1}
gabionade
{ "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.
{"\u043d": 1, "\u043e": 1, "\u0441": 1}
нос
{ "character_count": 3, "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.
{"\u8fdd": 1, "\u5baa": 1}
违宪
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'coumarilic' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"c": 2, "o": 1, "u": 1, "m": 1, "a": 1, "r": 1, "i": 2, "l": 1}
coumarilic
{ "character_count": 10, "difficulty": 8, "language": "chinese" }
Count the number of occurrences of each character in the word 'fetch' and return the 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, "e": 1, "t": 1, "c": 1, "h": 1}
fetch
{ "character_count": 5, "difficulty": 2, "language": "english" }
Count the number of occurrences of each character in the word 'furculum' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"f": 1, "u": 3, "r": 1, "c": 1, "l": 1, "m": 1}
furculum
{ "character_count": 8, "difficulty": 8, "language": "russian" }
Count the number of occurrences of each character in the word 'quiescency' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"q": 1, "u": 1, "i": 1, "e": 2, "s": 1, "c": 2, "n": 1, "y": 1}
quiescency
{ "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.
{"\u65e0": 1, "\u830e": 1}
无茎
{ "character_count": 2, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'undigged' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 1, "n": 1, "d": 2, "i": 1, "g": 2, "e": 1}
undigged
{ "character_count": 8, "difficulty": 8, "language": "english" }
Count the number of occurrences of each character in the word 'Amerindic' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"A": 1, "m": 1, "e": 1, "r": 1, "i": 2, "n": 1, "d": 1, "c": 1}
Amerindic
{ "character_count": 9, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'VITALIZER' and return the 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, "T": 1, "A": 1, "L": 1, "Z": 1, "E": 1, "R": 1}
VITALIZER
{ "character_count": 9, "difficulty": 5, "language": "chinese" }
Count the number of occurrences of each character in the word 'сердить' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u0441": 1, "\u0435": 1, "\u0440": 1, "\u0434": 1, "\u0438": 1, "\u0442": 1, "\u044c": 1}
сердить
{ "character_count": 7, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word 'lashingly' and return the 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": 2, "a": 1, "s": 1, "h": 1, "i": 1, "n": 1, "g": 1, "y": 1}
lashingly
{ "character_count": 9, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'autocondensation' and return the 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": 3, "c": 1, "n": 3, "d": 1, "e": 1, "s": 1, "i": 1}
autocondensation
{ "character_count": 16, "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.
{"\u6291": 1, "\u83cc": 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.
{"\u804c": 1, "\u4e1a": 1}
职业
{ "character_count": 2, "difficulty": 4, "language": "chinese" }
Count the number of occurrences of each character in the word 'gendarmery' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"g": 1, "e": 2, "n": 1, "d": 1, "a": 1, "r": 2, "m": 1, "y": 1}
gendarmery
{ "character_count": 10, "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.
{"\u0915": 1, "\u093e": 1, "\u091f": 1, "\u0928": 1, "\u0947": 1}
काटने
{ "character_count": 5, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'Sciot' and return the 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, "i": 1, "o": 1, "t": 1}
Sciot
{ "character_count": 5, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'starrily' and return the 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, "a": 1, "r": 2, "i": 1, "l": 1, "y": 1}
starrily
{ "character_count": 8, "difficulty": 3, "language": "english" }
Count the number of occurrences of each character in the word 'Pithoegia' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"P": 1, "i": 2, "t": 1, "h": 1, "o": 1, "e": 1, "g": 1, "a": 1}
Pithoegia
{ "character_count": 9, "difficulty": 9, "language": "english" }
Count the number of occurrences of each character in the word 'SAMPI' and return the 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, "M": 1, "P": 1, "I": 1}
SAMPI
{ "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.
{"\u0921": 1, "\u093e": 1, "\u0907": 1, "\u0915": 2, "\u094d": 1, "\u0930": 1, "\u094b": 1, "\u091f": 1, "\u093f": 1}
डाइक्रोटिक
{ "character_count": 10, "difficulty": 7, "language": "hindi" }
Count the number of occurrences of each character in the word 'bisegment' and return the 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, "i": 1, "s": 1, "e": 2, "g": 1, "m": 1, "n": 1, "t": 1}
bisegment
{ "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.
{"\u043f": 1, "\u0440": 1, "\u0438": 3, "\u0432": 1, "\u043b": 1, "\u0435": 1, "\u0433": 1, "\u044f": 1}
привилегия
{ "character_count": 10, "difficulty": 4, "language": "russian" }
Count the number of occurrences of each character in the word '小猫' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u5c0f": 1, "\u732b": 1}
小猫
{ "character_count": 2, "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.
{"\u092c": 1, "\u094b": 1, "\u0930": 1, "\u093f": 1, "\u0902": 1, "\u0917": 1}
बोरिंग
{ "character_count": 6, "difficulty": 3, "language": "hindi" }
Count the number of occurrences of each character in the word 'неконституционность' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"\u043d": 4, "\u0435": 1, "\u043a": 1, "\u043e": 3, "\u0441": 2, "\u0442": 3, "\u0438": 2, "\u0443": 1, "\u0446": 1, "\u044c": 1}
неконституционность
{ "character_count": 19, "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.
{"\u0916": 1, "\u0930": 2, "\u0940": 2, "\u0926": 1, "\u093e": 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.
{"\u535a": 1, "\u5b66": 1, "\u306a": 1}
博学な
{ "character_count": 3, "difficulty": 5, "language": "japanese" }
Count the number of occurrences of each character in the word 'undeterred' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"u": 1, "n": 1, "d": 2, "e": 3, "t": 1, "r": 2}
undeterred
{ "character_count": 10, "difficulty": 3, "language": "english" }
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": "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.
{"\u307b": 1, "\u3063": 1, "\u305d": 1, "\u308a": 1, "\u3057": 1, "\u305f": 1}
ほっそりした
{ "character_count": 6, "difficulty": 2, "language": "japanese" }
Count the number of occurrences of each character in the word 'nubiform' and return the result as a JSON object where the keys are characters and the values are their counts. Only include characters that appear at least once.
{"n": 1, "u": 1, "b": 1, "i": 1, "f": 1, "o": 1, "r": 1, "m": 1}
nubiform
{ "character_count": 8, "difficulty": 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.
{"\u043f": 1, "\u043b": 2, "\u0430": 1, "\u0441": 1, "\u0442": 1, "\u0438": 1, "\u0437": 1, "\u043e": 1, "\u044f": 1}
пластизоля
{ "character_count": 10, "difficulty": 5, "language": "russian" }
Count the number of occurrences of each character in the word 'bedene' and return the 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": 3, "d": 1, "n": 1}
bedene
{ "character_count": 6, "difficulty": 2, "language": "english" }