normalize_jp_address
Normalize and verify Japanese postal addresses by splitting raw strings into structured fields with verification and geolocation. Handles full-width chars, mixed hyphens, and romaji.
Instructions
Normalize and verify a Japanese postal address. Splits a raw Japanese address string into structured fields (prefecture, city, town, block number, building, room) and returns a verification flag plus lat/lng. Handles messy input: full-width chars, mixed hyphens, romaji, and building/room separation that generic parsers miss. Use whenever you need to register, validate, or route a Japanese address reliably.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Raw Japanese address string to normalize. |