/BeKurdi

A .Net library to convert Kurdish text between different alphabets

Primary LanguageC#MIT LicenseMIT

Be Kurdi (بە کوردی)

Kurdish language is being written in three main alphabets: Sorani Alphabet, Latin Alphabet And Crylic Alphabet. This library provides a simple way to convert bodies of text between the different alphabets.

How to use NuGet

First add the nuget package to your project:

PM> Install-Package DevTree.BeKurdi

Then add this using statement to the top of the class:

using DevTree.BeKurdi;

Now you can normalize Sorani text like this:

var text = "ضؤني";
var normalized = text.ToStandardSorani(); // will be converted to: چۆنی

State of the project

This project is at its very early stages, but we do welcome contribution from everyone. You can help us in the following ways:

Build Status

  • master: Build Status
  • dev: Build Status

Resources

Licence

This project is being developed under MIT License.