Skip to content

English - Arabic dictionary MySQL database based on WordList from ArabEyes Team

Notifications You must be signed in to change notification settings

usefksa/engAraDictionaryFrom_ArabEyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

engAraDictionaryFrom_ArabEyes

English - Arabic dictionary MySQL database based on WordList from ArabEyes Team

قاعدة بيانات SQL للقاموس الانجليزي العربي المقدم من مجموعة عيون عربية

جزيل الشكر والتقدير لمجموعة عيون عربية وخصوصا

  • أحمد الرشيدان
  • أسامة خياط

for more info @usef_ksa on Twitter

المصدر

https://sourceforge.net/projects/arabic-wordlist/

طريقة الإستخدام

mysql -u root -p

CREATE DATABASE engAraDictionary;

use engAraDictionary;

source /path/engAraDictionary.sql

show tables;

select * from engAraDictionary limit 3;

About

English - Arabic dictionary MySQL database based on WordList from ArabEyes Team

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published