@_000407/singlish.js 中文文档教程
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
你可能也喜欢
- 3d-force-graph-ar 中文文档教程
- 99voices_npm_authentication_client 中文文档教程
- @-0/utils 中文文档教程
- @1amageek/geometory 中文文档教程
- @1mill/lambda 中文文档教程
- @36node-lecha/locate-sdk-js 中文文档教程
- @6h/click-outside 中文文档教程
- @8k/webhose-query-builder 中文文档教程
- @90poe/jest-performant-warnings-stats-reporter 中文文档教程
- @aaditya1978/ckeditor5-build-classic 中文文档教程