Skip to content

A .Net library to convert Kurdish text between different alphabets

License

Notifications You must be signed in to change notification settings

DevelopersTree/BeKurdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A .Net library to convert Kurdish text between different alphabets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages