From 6cccc3ee4649f518456252de4fdf45ec7a0af85a Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 15 Dec 2015 16:07:21 -0500 Subject: [PATCH] [fix] README addition --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 106c5942..f244d976 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ Examples of parsing ------------------- libpostal's address parser is trained on ~50M addresses (everything in OSM), -using the formats in - +using the address format templates in https://github.com/OpenCageData/address-formatting +and perturbing the inputs in a number of ways to make the parser as robust +as possible to messy real-world input. These examples are taken from the interactive address_parser program that builds with libpostal on make.