0.4.0 • Published 5 years ago

lipi v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

node-lipi

Collection of tools for working with Indian language scripts

Install

$ npm install --save lipi

Modules

Detect

Detects the stript for the given input stirng. Basically, it looks at the first few characters in the string and returns the most probable script based on the characters used.

Supported scripts:

  • deva (Devanagari)
  • beng (Bengali)
  • guru (Gurumukhi)
  • gujr (Gujarati)
  • orya (Oriya)
  • taml (Tamil)
  • telu (Telugu)
  • knda (Kannada)
  • mlym (Malayalam)

Return value will be one of the above code or qaaa, if the it was not able to identify one of these scripts with enough confidence.

Transliterate

Transliterate the input string. Takes source and target script code.

Supported scripts:

  • deva (Devanagari)
  • gujr (Gujarati)
  • qaab (ISO 15919)
0.4.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago