From c4c636febdd160ad437f61c062e8f0d1eb82d108 Mon Sep 17 00:00:00 2001 From: Oskar Thorbjornsson Date: Sun, 12 Feb 2023 18:04:10 -0800 Subject: [PATCH] Adding directions to the readme on how to download Senzing datamodel. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5cd327bc..58ad3ce8 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,16 @@ If you require a .lib import library to link this to your application. You can g lib.exe /def:libpostal.def /out:libpostal.lib /machine:x64 ``` +Installation with an alternative data model +------------------------------------------- + +An alternative data model is available for libposta. It is created by Senzing Inc. for improved parsing on US, UK and Singapore addresses and improved US rural route address handling. +To enable this add `--enable-senzing-datamodel` to the conigure line during installation: +``` +./configure --datadir=[...some dir with a few GB of space...] --enable-senzing-datamodel +``` + + Examples of parsing -------------------