Skip to content

oraby8/compound-word-splitter-ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compound word splitter for arabic.

A recursive python script to break down compound arabic word using spellchecker and splitter algorithm

Installation

The splitter is written in Python and requires a recent version of Python to run (>=3.5)

pip3 install -r requirements.txt

Usage

The script requires target word.

python3 compound_word_splitter_ar.py [target word]

Example

python3 compound_word_splitter_ar.py الدعمالعربي

Output

['الدعم', 'العربي']

About

Compound word splitter for arabic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages