ユーザー辞書に単語を追加する
ユーザー辞書に単語を追加します。<br> 複合語を辞書に追加するには、?surface=新田&surface=真剣佑&pronunciation=あらた&pronunciation=まっけんゆう&accent_type=1&accent_type=3 のように、surface, pronunciation, accent_type を同じ長さのリストで指定します。
Query parameters
単語の表層形
単語の表層形
単語の発音(カタカナ)
単語の発音(カタカナ)
東京式アクセントにおけるアクセント型<br>音高が下がる直前のモーラのインデックスを 1-indexed で指定します。0 は平板型を意味します。<br>例として、surface: ["新田", "真剣佑"], pronunciation: ["あらた", "まっけんゆう"] のとき、accent_type: [1, 3] (新田 → 頭高型, 真剣佑 → 中高型) のように指定します。
東京式アクセントにおけるアクセント型<br>音高が下がる直前のモーラのインデックスを 1-indexed で指定します。0 は平板型を意味します。<br>例として、surface: ["新田", "真剣佑"], pronunciation: ["あらた", "まっけんゆう"] のとき、accent_type: [1, 3] (新田 → 頭高型, 真剣佑 → 中高型) のように指定します。
品詞を表す列挙型。
単語の品詞<br>固有名詞 / 地名 / 組織・施設名 / 人名 / 人名 (姓) / 人名 (名) / 普通名詞 / 動詞 / 形容詞 / 語尾 のいずれかを指定します。<br>未指定時は 固有名詞 が設定されます。
単語の優先度 (1~9 の範囲を推奨)<br>数値が大きいほど、辞書適用時に優先して利用されます。<br>未指定時は 5 が設定されます。
単語の優先度 (1~9 の範囲を推奨)<br>数値が大きいほど、辞書適用時に優先して利用されます。<br>未指定時は 5 が設定されます。
Response
追加した単語の UUID
Changes
Changed in 16 of the 50 revisions of this API.33839
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
- ○
- ▲
for the
queryrequest parameterpriority, default value5was addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parameterword_type, default valuePROPER_NOUNwas addedrequest-parameter-default-value-added
- ▲
- ○
for the
queryrequest parameteraccent_type, the type/format was generalized frominteger/toarray/request-parameter-type-generalized
- ○
for the
queryrequest parameterpronunciation, the type/format was generalized fromstring/toarray/request-parameter-type-generalized
- ○
for the
queryrequest parametersurface, the type/format was generalized fromstring/toarray/request-parameter-type-generalized
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new enum value
LOCATION_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
ORGANIZATION_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PERSON_FAMILY_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PERSON_GIVEN_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PERSON_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the enum value
LOCATION_NAMEfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
ORGANIZATION_NAMEfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
PERSON_FAMILY_NAMEfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
PERSON_GIVEN_NAMEfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
PERSON_NAMEfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ○
api operation id
add_user_dict_word_user_dict_word_postremoved and replaced withadd_user_dict_wordapi-operation-id-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new enum value
LOCATION_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
ORGANIZATION_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PERSON_FAMILY_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PERSON_GIVEN_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PERSON_NAMEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
- ▲
the
queryrequest parameterword_typewas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
ADJECTIVEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
COMMON_NOUNto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PROPER_NOUNto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
SUFFIXto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
VERBto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
for the
queryrequest parameterword_type, the type/format was generalized from/tostring/request-parameter-type-generalized
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
ADJECTIVEfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
COMMON_NOUNfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
PROPER_NOUNfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
SUFFIXfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
VERBfrom thequeryrequest parameterword_typerequest-parameter-enum-value-removed
- ○
for the
queryrequest parameterword_type, the type/format was generalized fromstring/to/request-parameter-type-generalized
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
queryrequest parameterword_typewas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
ADJECTIVEto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
COMMON_NOUNto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
PROPER_NOUNto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
SUFFIXto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
added the new enum value
VERBto thequeryrequest parameterword_typerequest-parameter-enum-value-added
- ○
for the
queryrequest parameterword_type, the type/format was generalized from/tostring/request-parameter-type-generalized
- ▲
- ▲
queryrequest parameterprioritylist-of-types was narrowed by removing typesnullrequest-parameter-list-of-types-narrowed
- ▲
for the
queryrequest parameterpriority, the type/format was changed from/tointeger/request-parameter-type-changed
- ●
for the
queryrequest parameterpriority, the max was set to10.00request-parameter-max-set
- ●
for the
queryrequest parameterpriority, the min was set to0.00request-parameter-min-set
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲