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-2-3 出力:
北海道函館市桔梗長1-2-3
{ "pref": "北海道", "city": "函館市", "town": "桔梗町", "addr": "長1-2-3", "lat": 41.850869, "lng": 140.749613, "level": 3 }
この場合、町が補われることで addr に 長1-2-3 が分割される。この場合に対応したい。
長1-2-3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
入力:
北海道函館市桔梗長1-2-3
出力:
この場合、町が補われることで addr に
長1-2-3
が分割される。この場合に対応したい。The text was updated successfully, but these errors were encountered: