Commit 0613bbfe by shelsh

Fixed markdown cosmetics

parent 3858b82b
Showing with 5 additions and 5 deletions
##musta3rab
## musta3rab
---
####Simple-ish, easily moddable tool to Romanize Arabic text; for example, processing "أُستاذ" into "ʼustāḏ".
#### Simple-ish, easily moddable tool to Romanize Arabic text; for example, processing "أُستاذ" into "ʼustāḏ".
* Uses the Hans Wehr romanization system by default, but can be extended using dictionaries.
* Licensed with [the Unlicense](http://unlicense.org/UNLICENSE), so feel free to steal it.
###How to & Documentation
### How to & Documentation
1. Launch in Python console
2. Use function
......@@ -19,11 +19,11 @@ Or, use
to return the romanization of حاجة\_بالعربي according to the system instructed by _dictionary_.
####Issues:
#### Issues:
* Currently depends on having the right diacritical marks to return short vowels properly, and will not detect vowels not explicitly written
* See to-do list
####To do:
#### To do:
* Some kind of GUI
* Integrate parts of Taha Zerrouki's [Mishkal](https://github.com/linuxscout/mishkal) to fix short vowel representation to some extent, or otherwise fix it somehow
* Make it easier to add user dictionaries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment