add_to_dictionary
Add English words, abbreviations, and file extensions with their katakana readings to a custom dictionary, enabling correct pronunciation during text-to-speech playback. Supports multiple entries separated by commas.
Instructions
カスタム辞書に新しい英単語とカタカナ読みのペアを登録します。HDMIやAPIなどの略語や、.pyのような拡張子も登録できます。複数登録する場合はカンマ区切りで指定できます。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| english | Yes | 英単語、略語、または拡張子。複数の場合はカンマ区切り(例: hdmi,api,csv,.py,.csv または 1つ,2つ,3つ) | |
| katakana | Yes | カタカナ読み。複数の場合はカンマ区切り(例: エイチディーエムアイ,エーピーアイ,シーエスブイ,ドットパイ,ドットシーエスブイ または ひとつ,ふたつ,みっつ) |