Skip to content

This script generates some basic statistics such as letters counts from an Arabic text.

Notifications You must be signed in to change notification settings

arwagh/Arabic-Text-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arabic-Text-Statistics

This script generates some basic statistics such as letters counts from an Arabic text. It will perform some preprocessing which are:

  1. Deleteing Tashkeel (الحركات):
  2. Delete Tatweel (مثال: العـــــــــــربية >> العربية).
  3. Delete symbols (ex: ! ? ,).

Getting Started

This script is written using Python 3.

Prerequisites

The main package that is used here is PyArabic.

All prerequisites can be installed from requirements.txt file.

After enetring the project directiry, run this command:

pip install -r requirements.txt

About

This script generates some basic statistics such as letters counts from an Arabic text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published