0.1.0 • Published 6 years ago

arabic-normalization v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Arabic-normalization

Nodejs module to normalize Arabic chars to improve search and replace function for Arabic utterances.

installation

npm install arabic-normalization

Usage

var normalize = require('arabic-normalization'); normalize.normalizeArabicChars("�� ������� ������ ��� ����� �� ����");

output:

"�� ������� ������ ��� ����� �� ����"

Developing

Tests

npm test

Tools

Created with Nodeclipse (Eclipse Marketplace, site)

Nodeclipse is free open-source project that grows with your contributions.