Polar.NameExplorer
0.8.6
dotnet add package Polar.NameExplorer --version 0.8.6
NuGet\Install-Package Polar.NameExplorer -Version 0.8.6
<PackageReference Include="Polar.NameExplorer" Version="0.8.6" />
paket add Polar.NameExplorer --version 0.8.6
#r "nuget: Polar.NameExplorer, 0.8.6"
// Install Polar.NameExplorer as a Cake Addin #addin nuget:?package=Polar.NameExplorer&version=0.8.6 // Install Polar.NameExplorer as a Cake Tool #tool nuget:?package=Polar.NameExplorer&version=0.8.6
Polar Name Explorer SDK
(Currently, the product is in the release candidate phase. Contact: getting help or support@polarsoftware.com)
The Polar Name Explorer SDK enables .NET developers to easily work with Polar Name Explorer .NET Core Component.
The SDK is an easy-to-use infrastructure containing developer focused examples, documentation (GitHub Wiki) and official bug tracker (GitHub Issues).
Polar Name Explorer .NET Core Component is the perfect solution to all your name extraction problems. It is an easy-to-use .NET Core component, ideal for software developers who want to extract and parse names and surnames from text.
- Getting started
- Examples
- Getting Help
- Opening Issues
- Trial version and commercial license
- SDK Developer Guide, documentation
- SDK Examples
Getting started
Install the package
You can download Nuget package from this link: http://download.polarsoftware.com/nameexplorer/Polar.Name.Explorer.nupkg.zip.
Right-click on the link and select "Save link as...".
Here is instruction how to install a NuGet package .nupkg file locally?
This is a trial, release candidate version, when we launch the release version it will be available on the nuget.org web site.
Examples
The following sections provide several code snippets covering some of the most common Polar Name Explorer tasks, including:
Extract name from text
Analytics analytics = new Analytics();
ResultNames resultNames = analytics.ExtractNames("My name is Mary Johnson, I'm from London, England ex-Europe.");
ParseName parseName = resultNames.ParseNames.FirstOrDefault();
Console.WriteLine($"Full Name: {parseName.FirstName + " " + parseName.LastName}");//"Mary Johnson"
Console.WriteLine($"FirstName: {parseName.FirstName}");//"Mary"
Console.WriteLine($"LastName: {parseName.LastName}");//"Johnson"
//Gender:
Console.WriteLine($"Gender: {parseName.GenderData.Gender}");//"f"
Console.WriteLine($"FemalePercent: {parseName.GenderData.FemalePercent}");
Console.WriteLine($"FemalePercent: {parseName.GenderData.MalePercent}");
Parse full name
Analytics analytics = new Analytics();
ResultNames resultNames = analytics.ParseName("Mary Johnson");
ParseName parseName = resultNames.ParseNames.FirstOrDefault();
Console.WriteLine($"Full Name: {parseName.FirstName + " " + parseName.LastName}");//"Mary Johnson"
Console.WriteLine($"FirstName: {parseName.FirstName}");//"Mary"
Console.WriteLine($"LastName: {parseName.LastName}");//"Johnson"
//Gender:
Console.WriteLine($"Gender: {parseName.GenderData.Gender}");//"f"
Console.WriteLine($"FemalePercent: {parseName.GenderData.FemalePercent}");
Console.WriteLine($"FemalePercent: {parseName.GenderData.MalePercent}");
Troubleshooting
Exception handling
Polar Name Explorer .NET Core Component A exception is triggered when an operation specific to Polar Name Explorer has encountered an issue. The exception includes some contextual information to assist in understanding the context of the error and its relative severity.
Getting Help
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests.
- If it turns out that you may have found a bug, please open an issue via Github Issues.
- Suggest an idea for this product, open feature request.
- For tutorials, quick starts, and other documentation, go to Wiki documentation.
- For Examples, go to examples.
- Ask a question on StackOverflow and tag it with polar-name-explorer.
Opening Issues
Opening Issues If you encounter a bug with Polar Name Explorer SDK we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of Polar Name Explorer SDK and the OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.
The GitHub issues are intended for bug reports and feature requests. For help and questions with using Polar Name Explorer SDK please make use of the resources listed in the Getting Help section. There are limited resources available for handling issues and by keeping the list of open issues clean we can respond in a timely manner.
Trial version and commercial license
Polar Name Explorer .NET Core Component is a commercial library. You are welcome to explore its functionality and get technical support from the team when you download this trial version.
Trial version has some limits such as: 30 days, uses only US name list, etc.
To use it commercially, you need to purchase a license (when we launch the release version). Feel free to review the Polar License Agreement to get acquainted with the full terms of use.
The libraries are subject of the license under which you've obtained the assemblies.
Note
Currently, the product is in the release candidate phase.
This repository does not contain the actual source code of the components.
Follow the information here on the GitHub repository Polar Name Explorer SDK and on the website
If you have any questions feel free to contact us: support@polarsoftware.com, or find anything you want to know here: issues.
Licensing in brief
100% royalty free distribution, for desktop and server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
-
net5.0
- Catalyst (>= 1.0.18054)
- Catalyst.Models.Afrikaans (>= 1.0.18055)
- Catalyst.Models.Arabic (>= 1.0.18055)
- Catalyst.Models.Belarusian (>= 1.0.18055)
- Catalyst.Models.Catalan (>= 1.0.18055)
- Catalyst.Models.Chinese (>= 1.0.18055)
- Catalyst.Models.Church_Slavic_Slavonic_Old_Bulgarian (>= 1.0.18055)
- Catalyst.Models.Croatian (>= 1.0.18055)
- Catalyst.Models.Czech (>= 1.0.18055)
- Catalyst.Models.Danish (>= 1.0.18055)
- Catalyst.Models.Dutch (>= 1.0.18055)
- Catalyst.Models.English (>= 1.0.18055)
- Catalyst.Models.Estonian (>= 1.0.18055)
- Catalyst.Models.Faroese (>= 1.0.18055)
- Catalyst.Models.Finnish (>= 1.0.18055)
- Catalyst.Models.French (>= 1.0.18055)
- Catalyst.Models.Gaelic_Scottish_Gaelic (>= 1.0.18055)
- Catalyst.Models.Galician (>= 1.0.18055)
- Catalyst.Models.German (>= 1.0.18055)
- Catalyst.Models.Greek_Modern (>= 1.0.18055)
- Catalyst.Models.Hebrew (>= 1.0.18055)
- Catalyst.Models.Hindi (>= 1.0.18055)
- Catalyst.Models.Hungarian (>= 1.0.18055)
- Catalyst.Models.Icelandic (>= 1.0.18055)
- Catalyst.Models.Indonesian (>= 1.0.18055)
- Catalyst.Models.Irish (>= 1.0.18055)
- Catalyst.Models.Italian (>= 1.0.18055)
- Catalyst.Models.Japanese (>= 1.0.18055)
- Catalyst.Models.Kazakh (>= 1.0.18055)
- Catalyst.Models.Korean (>= 1.0.18055)
- Catalyst.Models.Latvian (>= 1.0.18055)
- Catalyst.Models.Lithuanian (>= 1.0.18055)
- Catalyst.Models.Macedonian (>= 1.0.18055)
- Catalyst.Models.Maltese (>= 1.0.18055)
- Catalyst.Models.Marathi (>= 1.0.18055)
- Catalyst.Models.Norwegian (>= 1.0.18055)
- Catalyst.Models.Norwegian_Bokmal (>= 1.0.18055)
- Catalyst.Models.Persian (>= 1.0.18055)
- Catalyst.Models.Polish (>= 1.0.18055)
- Catalyst.Models.Portuguese (>= 1.0.18055)
- Catalyst.Models.Russian (>= 1.0.18055)
- Catalyst.Models.Serbian (>= 1.0.18055)
- Catalyst.Models.Slovak (>= 1.0.18055)
- Catalyst.Models.Slovenian (>= 1.0.18055)
- Catalyst.Models.Spanish (>= 1.0.18055)
- Catalyst.Models.Swedish (>= 1.0.18055)
- Catalyst.Models.Tagalog (>= 1.0.18055)
- Catalyst.Models.Tamil (>= 1.0.18055)
- Catalyst.Models.Telugu (>= 1.0.18055)
- Catalyst.Models.Turkish (>= 1.0.18055)
- Catalyst.Models.Uighur (>= 1.0.18055)
- Catalyst.Models.Ukrainian (>= 1.0.18055)
- Catalyst.Models.Urdu (>= 1.0.18055)
- Catalyst.Models.Vietnamese (>= 1.0.18055)
- Catalyst.Models.Wolof (>= 1.0.18055)
- CsvHelper (>= 27.1.0)
- NameParserSharp (>= 1.4.0)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.0.101)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.6 | 4 | 11/4/2021 |