We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例えば 「東京都千代田区永田町1丁目7-1 マンションジオロニア」 のようなケース
The text was updated successfully, but these errors were encountered:
Fix #48 #52
0fc1479
実装方法が良いかPRを送って確認
Sorry, something went wrong.
@naogify ちょっとこれ難しそうなので、住所と建物名はわけてリクエストをもらうことを前提にしましょう。
/?addr=<住所>&building=<建物名>
みたいな感じ。
正規化レベルが3の場合は、以下のように判別できる気がする。
addr
^.*[0-9]+\-([^0-9]+)?[0-9]+
123-123
建物名が分離できないことよりも、住所の部分を誤って建物名として分離してしまうほうがまずい。
naogify
No branches or pull requests
例えば 「東京都千代田区永田町1丁目7-1 マンションジオロニア」 のようなケース
The text was updated successfully, but these errors were encountered: