The first online catalogue for Arabic NLP tools. This catalogue contains more than 50 tools with around than 25 metadata annotations for each tool. You can view the list of all tools using the link of the webiste https://arbml.github.io/adawat/
Id
tool idName
name of the toolColab link
colab linkLink
link to the source code or websiteLicense
license of the toolReleased Year
year of the publishing the tool/paperGitHub Repo
yes or no for GitHub repositoryPricing
free or paidAccessibility
anonymous or requires authenticationDescription
short statement describing the toolVersion
version of the toolPaper Title
title of the published paperPaper URL
url of the published paperTasks
the tasks included in the tool spearated by commaInterface
cli of guiProgramming Language
i.e python, java, etc.Evaluated datasets
datasets used for evaluating, contains ids of masader datasetsAdded by
name of the contributer
You can access the annoated tool using datasets
from datasets import load_dataset
adawat = load_dataset('arbml/adawat')
adawat['train'][0]
which gives the following output
{'Id': '1',
'Name': 'pyarabic',
'Link': 'https://github.com/linuxscout/pyarabic',
'Colab link': 'https://colab.research.google.com/github/ARBML/adawat/blob/main/notebooks/pyarabic.ipynb',
'GitHub Repo': 'Yes',
'Pricing': 'Free',
'Accessibility': 'Anonymous',
'License': 'unknown',
'Version': '0.6.14',
'Description': 'A specific Arabic language library for Python, provides basic functions to manipulate Arabic letters and text, like detecting Arabic letters, Arabic letters groups and characteristics, remove diacritics etc.',
'Paper Title': 'nan',
'Paper URL': 'nan',
'Release Year': 2010,
'Tasks': 'Preprocessing',
'Supported language(s)': 'Classic Arabic, Arabic MSA, Dialectal Arabic',
'Tool Type': 'Package',
'Interface': 'Command Line Interface (CLI)',
'Programming Language': 'Python',
'Added by': 'Zaid Alyafeai',
'Evaluated datasets': 'nan'}
- Open the project in the terminal
- Run
bundle install
to install dependencies. - Run the site locally with
bundle exec jekyll serve
. - Preview Masader site on your web browser by navigate to
http://127.0.0.1:4000/masader/
.
Note: Navigate to the publishing source for MASADER site. For more information about publishing sources, see.
The catalogue will be updated regularly. If you want to add a new tool, use this form.
To contribute to the project development, please visit contributing instructions