BoGoEngine / bogo-python

Python library for implementing Vietnamese input method editors with a purely functional interface.
GNU General Public License v3.0
13 stars 7 forks source link

Refactor to use syllable (WIP) #14

Open lewtds opened 10 years ago

lewtds commented 10 years ago

BoGo works with textual units that contain an initial consonant, a vowel and a final/terminal consonant. Before, we call them components or sometimes words, but actually they are syllables. This pull request will refactor the whole library to use the concept of syllable.