issues
search
YuukiToriyama
/
japanese-address-parser
日本の住所を都道府県/市区町村/町名/その他に分割するライブラリです
https://yuukitoriyama.github.io/japanese-address-parser/public/index.html
MIT License
3
stars
0
forks
source link
chimei-ruiju.orgへの対応: 住所のパースに成功した場合に位置情報を`ParsedAddress`に含めるようにする
#494
Closed
YuukiToriyama
closed
4 days ago
YuukiToriyama
commented
5 days ago
変更点
426
ChimeiRuijuデータの都道府県マスタ・市区町村マスタ・町村マスタでそれぞれの地域の代表点の緯度経度を取得することができます。
住所のパースに成功した場合、その地域の緯度経度情報を
ParsedAddress
に含めるようにします。
備考
この修正により、
experimental::Parser
を用いて簡易的なジオコーディングが可能になります。
github-actions[bot]
commented
5 days ago
Benchmark for 9d1f29c
Click to view benchmark
| Test | Base | PR | % | |------|--------------|------------------|---| | orthographical_variant_adapter/松ケ崎東池ノ内町/松が崎東池ノ内町 | 419.4±4.72ns | 419.8±11.25ns | +0.10% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ガ﨑東池の内町 | 2.2±0.05µs | 2.2±0.04µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池の内町 | 2.3±0.02µs | 2.3±0.02µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池ノ内町 | 1486.1±32.81ns | 1493.7±91.58ns | +0.51% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ヶ崎東池ノ内町 | 283.3±2.80ns | 283.5±7.57ns | +0.07% |
変更点
426
ParsedAddress
に含めるようにします。備考
experimental::Parser
を用いて簡易的なジオコーディングが可能になります。