@_000407/singlish.js 中文文档教程

发布于 4年前 浏览 8 项目主页 更新于 3年前

singlish.js - Sinhala Transliteration Parser

这是一个用于现有音译僧伽罗语文本的简单音译解析器。 这可用于解析以僧伽罗语英语音译书写的文本片段。 请注意,如果被解析的文本包含 a-zA-Z 以外的字符,这可能会中断,因此请谨慎使用。

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

我们使用 SemVer 进行版本控制。 有关可用版本,请参阅此存储库上的标签

Authors

  • Kanchana Senadheera - Initial work - 000407

另请参阅参与此项目的贡献者列表。

License

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE.md 文件

Acknowledgments

N/A

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文