Twinkle HubTwinkle Hub
サインイン

📌 2026-06-30 追加: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 データセット)

完全な changelog を見る →

地址抽行政區代碼

twtools-extract_admin_code_from_addr

TW 専用MIT

從中文自由文字地址 regex 抽 縣市/鄉鎮 → admin code (sub-ms).

Args:
    address: e.g. '110臺北市信義區忠孝東路五段236巷66號'
             郵遞區號 (3-5 digit) 可有可無.

Returns:
    {found, addr_input, county, town, county_code, town_code}

Use case: 文字 dataset (PCC agency_addr / 統編公司登記地址 /
          健保特約地址) batch enrich admin code.

入力スキーマ

{
  "properties": {
    "address": {
      "title": "Address",
      "type": "string"
    }
  },
  "required": [
    "address"
  ],
  "title": "extract_admin_code_from_addrArguments",
  "type": "object"
}

呼び出し方

Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-extract_admin_code_from_addr を見つけます。呼び出しを依頼するだけ — 例:

# Ask Claude / any MCP client:
請用 twtools-extract_admin_code_from_addr 處理 "…"。

# It will call:
twtools-extract_admin_code_from_addr(input="…")

まだクライアントを設定していませんか?

Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。

ユーザードキュメントを見る