All Projects → usefksa → engAraDictionaryFrom_ArabEyes

usefksa / engAraDictionaryFrom_ArabEyes

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

Projects that are alternatives of or similar to engAraDictionaryFrom ArabEyes

EN-FA-CS-Dictionary
💬 An English-Persian Dictionary of Computer Science and Artificial Intelligence
Stars: ✭ 97 (+234.48%)
Mutual labels:  dictionary
wn
A modern, interlingual wordnet interface for Python
Stars: ✭ 119 (+310.34%)
Mutual labels:  dictionary
ReversoAPI
Reverso API wrapper for Python
Stars: ✭ 39 (+34.48%)
Mutual labels:  dictionary
dic-nico-intersection-pixiv
ニコニコ大百科とピクシブ百科事典の共通部分のIME辞書
Stars: ✭ 49 (+68.97%)
Mutual labels:  dictionary
Translator
Translator for Elementary OS
Stars: ✭ 13 (-55.17%)
Mutual labels:  dictionary
kictor
A dictionary based on the console, 一个基于控制台的词典工具
Stars: ✭ 15 (-48.28%)
Mutual labels:  dictionary
aot
Russian morphology for Java
Stars: ✭ 41 (+41.38%)
Mutual labels:  dictionary
BinPackage
The vocabulary of modern Icelandic, encapsulated in a Python package
Stars: ✭ 19 (-34.48%)
Mutual labels:  dictionary
myG2P
Myanmar (Burmese) Language Grapheme to Phoneme (myG2P) Conversion Dictionary for speech recognition (ASR) and speech synthesis (TTS).
Stars: ✭ 43 (+48.28%)
Mutual labels:  dictionary
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+220.69%)
Mutual labels:  dictionary
Spell4Wiki
Spell4Wiki is a mobile application to record and upload audio for Wiktionary words to Wikimedia commons. Also act as a Wiki-Dictionary.
Stars: ✭ 17 (-41.38%)
Mutual labels:  dictionary
strongs-dictionary-xml
Strong's Greek Dictionary in XML with real Greek
Stars: ✭ 65 (+124.14%)
Mutual labels:  dictionary
nushu-script.github.io
Online Nushu Dictionary | 𛇥𛉹𛆁𛈬𛈤𛉸 | 在线女书字典
Stars: ✭ 26 (-10.34%)
Mutual labels:  dictionary
csv2plist.py
Convert a .csv to .plist array for usage with iOS / OSX app development
Stars: ✭ 29 (+0%)
Mutual labels:  dictionary
English-Persian-Word-Database
English Persian Word Database - Popular database extensions
Stars: ✭ 19 (-34.48%)
Mutual labels:  dictionary
The-Code-Bending-Dictionary
🧚🏽‍♀️ learn tech vocab in a friendly way 🧚🏽‍♀️ CONTRIBUTIONS WELCOME! 🔥
Stars: ✭ 19 (-34.48%)
Mutual labels:  dictionary
poet-assistant
Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Stars: ✭ 64 (+120.69%)
Mutual labels:  dictionary
langua
A suite of language tools
Stars: ✭ 29 (+0%)
Mutual labels:  dictionary
linguistic-datasets-portuguese
Linguistic Datasets for Portuguese: Lista de conjuntos de dados linguísticos para língua portuguesa com licença flexíveis: banco de dados, lista de palavras, sinônimos, antônimos, dicionário temático, tesauro, linked data, semântica, ontologia e representação de conhecimento
Stars: ✭ 46 (+58.62%)
Mutual labels:  dictionary
sentiment analysis dict
sentiment analysis、情感分析、文本分类、基于字典、python、classification
Stars: ✭ 111 (+282.76%)
Mutual labels:  dictionary

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;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].