Syllabification-for-Uyghur-Python

Syllabification is an essential step for many NLP tasks. I build this simple python-based syllibification code for my text-to-speech program. This code is inspired from the another github repository Syllabification for Uyghur, which is written according to the paper A Syllabification Algorithm and Syllable Statistics of Written Uyghur in Java.

Introduction

UyghurSyllabification.py includes the syllabification class for Uyghur script. test.py is a sample testing example.

Materials

TODO

  • Prepare testing materials
  • Add comments