Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanmratekoko/Myanmar-Sorting

Myanmar text sort using ICU library.
https://github.com/chanmratekoko/Myanmar-Sorting

myanmar myanmar-language myanmar-nlp myanmar-sorting myanmar-text sorting

Last synced: about 2 months ago
JSON representation

Myanmar text sort using ICU library.

Awesome Lists containing this project

README

        

# Myanmar-Sorting

```java

//Input words
"ရှမ်း", "ချင်း", "ကချင်", "ကရင်", "ရခိုင်", "ဗမာ", "ကယား", "မွန်"

//Output sorted words
"ကချင်", "ကယား", "ကရင်", "ချင်း", "ဗမာ", "မွန်", "ရခိုင်", "ရှမ်း"

```