Skip to content

Ashamandi/arabic-normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published