View on GitHub

Natural Language Processing

A bilingual (English - Arabic) glossary for NLP terminology

Want to contribute ?

First off, thank you for considering contributing to NLP: The Arabic Glossary. You can contribute by suggesting new features, by opening new issues and/or adding new glossary items.

Add new glossary item

  1. Fork then clone the project
git clone git@github.com:your-username/nlp-arabic-glossary.git
  1. Navigate to your new project repository
cd nlp-arabic-glossary
  1. Create new git branch
git checkout -b pr/new
  1. Add new glossary item

    • Verify that your item doesn’t exist on the glossary
    • The original term should be lowercase
    • The glossary items should be in alphabetic order
    • Place your term under it’s first alphabet. If the alphabet header does not exist on the README.md file, create it above your item
    • The added item should consist of: the original term in English, the term in Arabic and the arabic definiton
    • Add the translation source
    • Add a line break <br /> at the end of te definition
# N
### natural language processing
### معالجة اللغة الطبيعية
<div dir="rtl">
حقل فرعي من الذكاء الاصطناعي وعلم اللغات وعلوم الحاسوب، يهتم بدراسة تعلم الآلة للغات البشرية وتفاعلها معها، وتتناول معالجة اللغات الطبيعية فهم اللغة وتوليدها والتعرف على النصوص والكلام
</div>

[View Source](https://www.sourcexample.com)

<br />

Creating pull requests

Once you push the changes to your repo, the Compare & pull request button will appear in the GitHub repository.

Your first Pull Request ?

Here you can find a Free Community Resource to help you start contributing to open source projects.