-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Street type '-plein' not recognised in Netherlands addresses #128
Labels
bug
Something isn't working
Comments
emacgillavry
added a commit
to webmapper/parser
that referenced
this issue
Jan 28, 2021
Is this suffix 'separable', ie. do you ever see street names in the form "Rembrandt Plein" (two words)? If so then we have some code to handle generating alternative forms, as it's also common in DE/CH where people may interchangeably use "Hauptstrasse" or "Haupt Strasse" or "Haupt-strasse" if they're unsure which form it should be written in. |
9 tasks
emacgillavry
added a commit
to webmapper/parser
that referenced
this issue
May 10, 2021
emacgillavry
added a commit
to webmapper/parser
that referenced
this issue
Sep 7, 2021
emacgillavry
added a commit
to webmapper/parser
that referenced
this issue
Sep 7, 2021
Joxit
pushed a commit
that referenced
this issue
Sep 7, 2021
Joxit
pushed a commit
that referenced
this issue
Sep 7, 2021
Joxit
pushed a commit
that referenced
this issue
Sep 7, 2021
* Examples of correct addresses in NL. * Recognise 6 position postcodes in NL, addressing #127. * Check for -plein as street type. * Adjustments for typo 'plain' instead of 'plein' in libpostal resources. Addressing #128. * Put 'test' back in as per #126 (comment). * Prevent 'St' as a suffix in NL streetnames. Add Jr and Sr. Addressing #126. * First of 4 digits cannot be 0. No 'SA','SD' or 'SS'. Addressing #127. * Adjective 'korte' no longer a personal title. Addressing #129. * Tests and fix for typo 'BurgeRmeester'. Addressing #130. * Tests, code, and configs for '-daal', '-burg', '-baan'. Addressing #131 and #133. * Config for '-burg' not separable. Addressing #131. * Remove test for NL postal codes WITH spaces. Regex ok. #134 * Fix formatting spaces at the end of the line. * Also use directionals to parse Dutch street addresses. #137 * Add Dutch titulature for street name recognition. (#130) * Add 'plantsoen' as a street type. (#128). * Remove test for NL locality with stopword.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Passing in "Rembrandtplein, Amsterdam", only Amsterdam is handled as a locality, but Rembrandtplein is not recognised as a street.
This bug is to track "Rembrandtplein", as part of PR #126 .
The text was updated successfully, but these errors were encountered: