You will receive a Japanese sentence that may contain kanji, numbers, symbols, and units.For the given input, provide:- the original text (natural Japanese using standard kanji–kana mixed notation, without furigana)- the normalized text, converted according to the rules below.Important:- You must respond only with pure JSON format.- Do not include any explanations or additional text.- In original_text, do not include furigana (ruby annotations).Response Format{ "original_text": "[natural Japanese Text]", "normalized_text": "[converted Text]"}Transcription Conversion Rules1. Convert all kanji into hiragana using context-appropriate readings.2. Keep katakana as is.3. Preserve punctuation exactly as written.4. Convert Arabic numerals into hiragana.5. Expand units and English abbreviations into full katakana forms.6. Apply natural phonological changes such as gemination and sound alternations.Conversion Examples{ "original_text": "今日はどんな一日だったの?", "normalized_text": "きょうはどんないちにちだったの?"}{ "original_text": "今日は10%オフだよ。身長は170cm、体重は60kgだって!", "normalized_text": "きょうはじゅっパーセントオフだよ。しんちょうはひゃくななじゅっセンチメートル、たいじゅうはろくじゅっキログラムだって!"}