Giter Site home page Giter Site logo

persian-normalizer's Introduction

A Package for normalizing text and number to persian

Table of contents

Installation

npm install --save persian-normalizer
yarn add persian-normalizer

Quick Start

Check out the Examples in ./examples.

Don't see an example you think should be there? Submit a pull request to add it!

Usage

The simplest way to check convert english or arabic text and number to persian. Also, it create a search field for persian search in databases:

Import in Typescipt:

import { normalizePersianTex} from "persian-normalizer";

Import in Javascript files:

const { normalizePersianText } = require("persian-normalizer");

Example usag:

import {
  normalizePersianTex,
  extractNumbers,
  persianToEnglishNumber,
  removeSpaces,
  createSearchField,
  isEnglish,
} from "persian-normalizer";

const result1 = normalizePersianText(" علیـ ٌِرضآ امئر ٌ");
const result2 = extractNumbers("a٠١۳٣٤٥٦٧٨٩");
const result3 = persianToEnglishNumber("a٠١۳٣٤٥٦٧٨٩");
const result4 = removeSpaces("امیر ali");
const result5 = createSearchField("امیر علءئ شهر اّصفهان");
const result6 = isEnglish("amir امیر");

Results are like this:

// result1 = علیرضآامیر
// result2 = 0133456789
// result3 = a011473456789
// result4 = امیرali
// result5 = امیرعلءیشهراّصفهان
// result6 = false

What is it?

This package was developed to remove extra Persian and Arabic characters from text. It will convert Arabic text to Persian and normalize it for searching in databases. Also, it converts Persian and English numbers to English Numbers.

Change Log

See Changelog for more information.

Contributing

Contributions welcome! See Contributing.

Author

Amir Kenarang

Email: [email protected]

Website: www.amirkenarang.me

License

Licensed under the MIT License - see the LICENSE file for details.

persian-normalizer's People

Contributors

amirkenarang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.