NHSISL.LibPostalClient
1.0.0.10
dotnet add package NHSISL.LibPostalClient --version 1.0.0.10
NuGet\Install-Package NHSISL.LibPostalClient -Version 1.0.0.10
<PackageReference Include="NHSISL.LibPostalClient" Version="1.0.0.10" />
paket add NHSISL.LibPostalClient --version 1.0.0.10
#r "nuget: NHSISL.LibPostalClient, 1.0.0.10"
// Install NHSISL.LibPostalClient as a Cake Addin #addin nuget:?package=NHSISL.LibPostalClient&version=1.0.0.10 // Install NHSISL.LibPostalClient as a Cake Tool #tool nuget:?package=NHSISL.LibPostalClient&version=1.0.0.10
LibPostalClient
Introduction
The NHSISL.LibPostalClient is a Standard compliant wrapper for Libpostal (https://github.com/openvenues/libpostal) which parses and normalizes addresses. It is designed to take unstructured address data, such as a mailing address written in natural language, and convert it into a structured format that can be more easily processed by software systems.
Key Features
Address Parsing:
Libpostal can break down an address into its constituent components, such as street names, cities, states, postal codes, and more. This makes it easier to work with and compare address data.
Address Normalization:
It can normalize addresses to a consistent format, reducing variations and inconsistencies that may exist in address data.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Xeption (>= 2.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
A .NET Client to parse and normalize unstructured addresses