Skip to content

This is an implementation of the Cologne phonetics algorithm (Kölner Phonetik) for .NET

License

Notifications You must be signed in to change notification settings

oh22is/ColognePhoneticsSharp

 
 

Repository files navigation

ColognePhoneticsSharp

This is an implementation of the Cologne phonetics algorithm (Kölner Phonetik) for .NET

It was initially written by Klaus Bock and he kindly gave me permission to create a nuget package for this.

Getting started

Install from NuGet

Install-Package ColognePhoneticsSharp

Using the tool

using ColognePhoneticsSharp;

// expected result: "65752682";
var input = "Müller-Lüdenscheidt";
var output = ColognePhonetics.GetPhonetics(input);

About

This is an implementation of the Cologne phonetics algorithm (Kölner Phonetik) for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%