A recursive python script to break down compound arabic word using spellchecker and splitter algorithm
The splitter is written in Python and requires a recent version of Python to run (>=3.5)
pip3 install -r requirements.txt
The script requires target word.
python3 compound_word_splitter_ar.py [target word]
python3 compound_word_splitter_ar.py الدعمالعربي
['الدعم', 'العربي']