0.0.1 • Published 1 year ago

@fathah_cr/fathah v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

fathah

Lightweight NLP preprocessing package for Arabic language

Installation

npm i fathah

Get Started

const fathah = require('fathah');

const text = 'السَّلَامُ عَلَيْكُمْ وَرَحْمَةُ الله وَبَرَكَاتُهُ';
fathah.removeDiacritics(text); 
// السلام عليكم ورحمة الله وبركاته