Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 670 Bytes

File metadata and controls

34 lines (16 loc) · 670 Bytes

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("Ýì ÇáÃÓÈæÚ ÇáÍÇáí íÊã ÊÍÏíÏ ßã ÅÕÈÚ");

output:

"Ýí ÇáÇÓÈæÚ ÇáÍÇáí íÊã ÊÍÏíÏ ßã ÇÕÈÚ"

Developing

Tests

npm test

Tools

Created with Nodeclipse (Eclipse Marketplace, site)

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