Awesome
Arabic NLP
The Arabic NLP tools is in disarray. Most resources require affiliation with a university and are scattered across the web. This is an attempt to rectify that.
This repository will attempt to provide Python wrappers (and perhaps eventually
brew
formulae!) for many of our field's tools. Unzip any vanilla Arabic NLP
tool into your lib
folder and sit back! Also, whenever possible, we will
try to include implementations of state-of-the-art algorithms.
Morphological Analysis
Stemmer
from arabicnlp.morpho.stem import ISRIStemmer
stemmer = ISRIStemmer()
stemmer.stem(u'حركات') # u'\u062d\u0631\u0643', حرك
Root and Template
from arabicnlp.morpho.root import SAMARooter
sama = SAMARooter()
sama.root('daras-u_1') # 'drs'
sama.pattern('daras-u_1') # '1a2a3'
sama.ppattern('daras-u_1') # 'fa3al'
Other Morphological Tools
It is absolutely crucial to obtain the latest version of SAMA for analysis purposes. Aramorph and BAMA 2.0 are have outdated and buggy dictionaries (use at your own peril).
- MADA+TOKAN
- Standard Arabic Morphological Analyzer SAMA 3.1
- Buckwalter's Morphological Analyzer BAMA 2.0.
- AraMorph Aramorph.
Arabic Sentence Structure
Arabic Clause Structure: wa wa wa...
This means that you will see a ton of Arabic Parse Trees of the form
(ROOT (S (CONJ (S)...
PRE+STEM+SUF Two types of sentences
- Jumla ismiya
- Jumla fa3ilya