issues
search
YuukiToriyama
/
japanese-address-parser
日本の住所を都道府県/市区町村/町名/その他に分割するライブラリです
https://yuukitoriyama.github.io/japanese-address-parser/public/index.html
MIT License
3
stars
0
forks
source link
Parserの再設計: `Parser`を再定義
#471
Closed
YuukiToriyama
closed
2 weeks ago
YuukiToriyama
commented
2 weeks ago
変更点
470
試験的な機能を有効にするためのフィーチャフラグ
experimental
と、試験的な機能を格納するための
experimental
モジュールを追加します。
再定義した
Parser
を
experimental
モジュールに追加します。
github-actions[bot]
commented
2 weeks ago
Benchmark for adf9b04
Click to view benchmark
| Test | Base | PR | % | |------|--------------|------------------|---| | orthographical_variant_adapter/松ケ崎東池ノ内町/松が崎東池ノ内町 | 462.3±20.09ns | **431.2±9.20ns** | **-6.73%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ガ﨑東池の内町 | 2.3±0.04µs | 2.3±0.03µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池の内町 | 2.4±0.04µs | 2.4±0.11µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池ノ内町 | 1536.6±22.41ns | **1502.7±26.68ns** | **-2.21%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ヶ崎東池ノ内町 | 304.5±4.98ns | **288.0±2.79ns** | **-5.42%** |
github-actions[bot]
commented
2 weeks ago
Benchmark for c53edab
Click to view benchmark
| Test | Base | PR | % | |------|--------------|------------------|---| | orthographical_variant_adapter/松ケ崎東池ノ内町/松が崎東池ノ内町 | 436.6±33.58ns | 440.7±20.24ns | +0.94% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ガ﨑東池の内町 | **2.2±0.03µs** | 2.3±0.04µs | **+4.55%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池の内町 | 2.3±0.07µs | 2.3±0.06µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池ノ内町 | 1559.0±19.19ns | **1520.0±48.39ns** | **-2.50%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ヶ崎東池ノ内町 | **287.9±8.80ns** | 296.5±6.17ns | **+2.99%** |
github-actions[bot]
commented
2 weeks ago
Benchmark for 07a5511
Click to view benchmark
| Test | Base | PR | % | |------|--------------|------------------|---| | orthographical_variant_adapter/松ケ崎東池ノ内町/松が崎東池ノ内町 | **430.0±4.19ns** | 442.5±17.07ns | **+2.91%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ガ﨑東池の内町 | **2.2±0.06µs** | 2.3±0.05µs | **+4.55%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池の内町 | 2.3±0.04µs | 2.3±0.05µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池ノ内町 | 1508.6±18.06ns | 1520.0±58.16ns | +0.76% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ヶ崎東池ノ内町 | 288.4±7.25ns | 292.5±4.77ns | +1.42% |
変更点
470
experimental
と、試験的な機能を格納するためのexperimental
モジュールを追加します。Parser
をexperimental
モジュールに追加します。