@fathah_cr/fathah
v0.0.1
Published
Lightweight NLP preprocessing package for Arabic language
Downloads
1
Readme
fathah
Lightweight NLP preprocessing package for Arabic language
Installation
npm i fathah
Get Started
const fathah = require('fathah');
const text = 'السَّلَامُ عَلَيْكُمْ وَرَحْمَةُ الله وَبَرَكَاتُهُ';
fathah.removeDiacritics(text);
// السلام عليكم ورحمة الله وبركاته