From b71755bf7f5fe0f40e122db4192a32ba4020f241 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 17 Dec 2015 14:28:36 -0500 Subject: [PATCH] [fix] Moving Python bindings up-front in the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d914fd..1e28cf56 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ comparison and full-text indexing. libpostal is not itself a full geocoder, but should be a ubiquitous preprocessing step before indexing/searching with free text geographic strings. -It is written in C for maximum portability and performance. +It is written in C for maximum portability and performance. Python +bindings are included in this repo and it's easy to write bindings to +other languages. Examples of normalization -------------------------