uast

Unicode Aware Saṃskṛta Transliteration in Rust

https://github.com/dhruvildave/uast.rs

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Unicode Aware Saṃskṛta Transliteration in Rust

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 36
Created over 1 year ago · Last pushed 7 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

UAST: Unicode Aware Saṃskṛta Transliteration

[!IMPORTANT] For implementation in more than 10 scripts, visit https://uast.dev for web-version or https://github.com/aneri0x4f/uast-cli for CLI version. This Rust implementation does the following conversions:

  • [d]: UAST-IO/IAST to देवनागरी
  • [i]: देवनागरी to IAST
  • [g]: देवनागरी to ગુજરાતી
  • [s]: SLP1 to IAST

UAST - A tool for transliterating and typing Saṃskṛta in the easiest computer, language, and human-friendly way.

Direct installation

To directly install with Cargo,

bash cargo install -v uast

This is the preferred method as it handles everything for you.

Manual installation

To install this program, you will need to install Rust.

After that, simply run:

bash cargo install -v --git https://github.com/dhruvildave/uast.rs

To build locally,

bash make

To remove,

bash make clean

If you use this repository, please cite the following paper:

bibtex @misc{uast_2022, doi = {10.48550/ARXIV.2203.14277}, url = {https://arxiv.org/abs/2203.14277}, author = {Dalwadi, Aneri and Dave, Dhruvil}, keywords = {Human-Computer Interaction (cs.HC), FOS: Computer and information sciences, H.5.2}, title = {UAST: Unicode Aware Saṃskṛta Transliteration}, publisher = {arXiv}, year = {2022}, copyright = {Creative Commons Attribution 4.0 International} }

poster

Devanāgarī is the writing system that is adapted by various languages like Sanskrit (IAST: saṃskṛta). International Alphabet of Sanskrit Transliteration (IAST) is a transliteration scheme for romanisation of Sanskrit language. IAST makes use of diacritics to represent various characters. On a computer, these are represented using Unicode standard which differs from how the Sanskrit language behaves at a very fundamental level. This results in an issue that is encountered while designing typesetting software for devanāgarī and IAST. We hereby discuss the problems and provide a solution that solves the issue of incompatibilities between various transliteration and encoding schemes.

Web version URL: https://uast.dev

Click on the encoding name for available options.

Owner

  • Name: Dhruvil Dave
  • Login: dhruvildave
  • Kind: user
  • Location: Dallas, Texas, USA

Playing with music, natural languages, and programming languages :) भारतवर्ष

Citation (CITATION.cff)

cff-version: 1.2.0
title: "UAST: Unicode Aware Saṃskṛta Transliteration"
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Aneri
    family-names: Dalwadi
    email: aneri.d@ahduni.edu.in
    orcid: "https://orcid.org/0000-0002-1771-1576"
  - given-names: Dhruvil
    family-names: Dave
    email: dhruvil.d@ahduni.edu.in
    orcid: "https://orcid.org/0000-0003-0616-7277"
identifiers:
  - type: doi
    value: 10.48550/ARXIV.2203.14277
  - type: url
    value: "https://arxiv.org/abs/2203.14277"
repository-code: "https://github.com/dhruvildave/uast"
url: "https://uast.dev"
repository:
    - "https://github.com/aneri0x4f/uast-cli"
    - "https://github.com/dhruvildave/uast.rs"
keywords:
  - Human-Computer Interaction (cs.HC)
  - "FOS: Computer and information sciences, H.5.2"
license: CC-BY-4.0

GitHub Events

Total
  • Release event: 16
  • Delete event: 1
  • Push event: 18
  • Gollum event: 1
  • Create event: 16
Last Year
  • Release event: 16
  • Delete event: 1
  • Push event: 18
  • Gollum event: 1
  • Create event: 16

Packages

  • Total packages: 1
  • Total downloads:
    • cargo 26,045 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 36
  • Total maintainers: 1
crates.io: uast

Unicode Aware Saṃskṛta Transliteration in Rust 🦀

  • Versions: 36
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 26,045 Total
Rankings
Dependent repos count: 24.8%
Downloads: 26.9%
Average: 28.2%
Dependent packages count: 32.9%
Maintainers (1)
Last synced: 7 months ago

Dependencies

Cargo.toml cargo
.github/workflows/ci.yml actions
  • actions/checkout v4 composite