Commit 19468fba by Sherif

i'll fix this shit on dev branch now that i have one

parent a878a7a5
Showing with 4 additions and 4 deletions
......@@ -9,13 +9,14 @@
1. Launch in Python console
2. Use function
perstr("حاجة_بالعربي")
perstr("حاجة_بالعربي")
to return the romanization of حاجة\_بالعربي, or use
perstr("حاجة_بالعربي", dictionary)
to return the romanization of حاجة\_بالعربي according to the system instructed by _dictionary_.
to return the romanization of حاجة\_بالعربي according to the system instructed by _dictionary_.
### Issues:
* Currently depends on having the right diacritical marks to return short vowels properly, and will not detect vowels not explicitly written
......@@ -26,4 +27,4 @@ to return the romanization of حاجة\_بالعربي according to the system i
* 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
* Read from file?
* Optimize romanization of الـ
\ No newline at end of file
* Optimize romanization of الـ
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