NEL.LibPostalClient
1.0.0.3
See the version list below for details.
dotnet add package NEL.LibPostalClient --version 1.0.0.3
NuGet\Install-Package NEL.LibPostalClient -Version 1.0.0.3
<PackageReference Include="NEL.LibPostalClient" Version="1.0.0.3" />
paket add NEL.LibPostalClient --version 1.0.0.3
#r "nuget: NEL.LibPostalClient, 1.0.0.3"
// Install NEL.LibPostalClient as a Cake Addin #addin nuget:?package=NEL.LibPostalClient&version=1.0.0.3 // Install NEL.LibPostalClient as a Cake Tool #tool nuget:?package=NEL.LibPostalClient&version=1.0.0.3
LibPostalClient
Introduction
The NEL.LibPostalClient is a Standard compliant wrapper for libpostal (https://github.com/openvenues/libpostal) which parses and normalises 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 address data programmatically.
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 | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.Hosting (>= 7.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Xeption (>= 2.6.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 normalise unstructured adrresses