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.
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: چۆنی
This project is at its very early stages, but we do welcome contribution from everyone. You can help us in the following ways:
- Progamming
- Scientific guidance and testing
- Writing/Maintaining Documentation
- Sending suggestions and reporting bugs
- Helping us to spread the word
This project is being developed under MIT License.