Socket
Socket
Sign inDemoInstall

@_000407/singlish.js

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @_000407/singlish.js

This is a simple transliteration parser for existing transliterated sinhala text. This can be used to parse segments of text which are written in sinhala english transliteration. Please note that this will likely break if the text being parsed contains ch


Version published
Weekly downloads
1
Maintainers
1
Install size
22.0 kB
Created
Weekly downloads
 

Readme

Source

singlish.js - Sinhala Transliteration Parser

This is a simple transliteration parser for existing transliterated sinhala text. This can be used to parse segments of text which are written in sinhala english transliteration. Please note that this will likely break if the text being parsed contains characters other than a-zA-Z, hence use with caution.

Getting Started

import { Singlish } from 'singlish.js';

const s = new Singlish();
s.parse('ammaa'); // Results in අම්මා

Prerequisites

N/A

Installing

npm install @_000407/singlish.js

Running the tests

N/A

Break down into end to end tests

N/A

Deployment

N/A

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

N/A

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Kanchana Senadheera - Initial work - 000407

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

N/A

Keywords

FAQs

Last updated on 01 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc