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/
Idtool idNamename of the toolColab linkcolab linkLinklink to the source code or websiteLicenselicense of the toolReleased Yearyear of the publishing the tool/paperGitHub Repoyes or no for GitHub repositoryPricingfree or paidAccessibilityanonymous or requires authenticationDescriptionshort statement describing the toolVersionversion of the toolPaper Titletitle of the published paperPaper URLurl of the published paperTasksthe tasks included in the tool spearated by commaInterfacecli of guiProgramming Languagei.e python, java, etc.Evaluated datasetsdatasets used for evaluating, contains ids of masader datasetsAdded byname 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 installto 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