Kamata, Ryo

Results 19 comments of Kamata, Ryo

Hello, it looks to be caused by old ruby version, overall. After updating the `gem` command with `sudo REALLY_GEM_UPDATE_SYSTEM=true gem update --system`, the error of `can't modify frozen String` is...

Thanks for the response. OK, I will try to exchange them. RVM might be more simple to install than rbenv.

Cool! Thanks for the notice. I will try with Ubuntu 16.04. I think the vagrant developmental environment is enough with single Vagrantfile. Vagrant CLI seems not to have options to...

The other idea is to provide official Map Warper Vagrant box, which includes GDAL and MapServer on Ubuntu 16.04. This seems to be a fastest way for developers to get...

https://github.com/karma-runner/gulp-karma#user-content-tldr > You don't need any gulp plugins (why?) to run Karma from the Gulp-based build, use Karma directly:

なるほど、通り名の除外で `山本町999番地おはようビル20` が削除され、 `5号` が `五丁目` にマッチし、`室` が addr に入る、ということですね。

山本町も[元データ](https://raw.githubusercontent.com/geolonia/japanese-addresses/develop/api/ja/%E4%BA%AC%E9%83%BD%E5%BA%9C/%E4%BA%AC%E9%83%BD%E5%B8%82%E4%B8%AD%E4%BA%AC%E5%8C%BA.json)存在するので、もしかしたら通り名の削除より山本町にマッチするように改修すると解決できるかもしれません。

これら2つを峻別する場合、アイデアとしては API のレスポンスのデータ型の変更が必要なように思われます。 e.g. 丁目のレベルを作成、一致度などの尺度を導入して「東栄町」と「東栄町n丁目」を配列で返却する、など

@naozine こんにちは、お返事遅くなり大変申し訳ありませんでした。 現在の normalize-japanese-addresses の挙動では、島の名前を含む住所には対応できておりません。 島の名を省略すると正規化が可能です。 ``` 東京都八丈町三根99999 { "pref": "東京都", "city": "八丈町", "town": "三根", "addr": "99999", "lat": 33.125654, "lng": 139.798431, "level": 3 } ``` ただ島の名前を含む住所はよく使われているものだと思いますので、Issue はオープンのままにさせていただき、対応方法などを考えられたらと思います。 良いアイデアがありましたらぜひ教えてください。 フィードバックいただきありがとうございます!