michelleful / FuzzyArabicDict

Dictionary app that allows you to look up Arabic words in transliteration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FuzzyArabicDict

Dictionary app that allows you to look up Arabic words in transliteration

This is basically Python glue to bring together work by others, particularly:

  • Yamli Arabic transliteration
  • Buckwalter Arabic Morphological Analyzer LDC2002L49

Note Please note that the URL has changed, due to Heroku removing its free tier. The CSS is a little off; I haven't had time to fix it.

You can now use this online at https://fuzzy-arabic-dict.onrender.com/

How to run this locally:

  • Have Flask installed (or pip install -r requirements.txt)
  • flask --app fuzzy run
  • Point your browser to localhost:5000
  • Note that you must still be connected to the Internet for the Yamli web service and thereby the whole app to work

About

Dictionary app that allows you to look up Arabic words in transliteration


Languages

Language:Python 60.3%Language:HTML 33.2%Language:CSS 6.4%Language:Procfile 0.1%