Skip to content
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

Add training data for Canadian Addresses #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 25, 2019

  1. Add training data for Canadian Addresses

    us-address mostly works out of the box with (English-language) Canadian
    addresses however it often misparses postal codes. This training
    data adds dozen or so Canadian addresses chosen by randomly looking
    them up on OSM Map. There is one address per province to ensure Provinces
    are also properly recognized.
    
    The training and test data resides in canada.xml of the respective
    folders.
    
    It is worth noting that while us-address uses ZipCode and StateName, in
    Canadian parlance these are Postal-Code and Provinces.
    IlyaSukhanov committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    1623be4 View commit details
    Browse the repository at this point in the history